| Azure Calculator Category
|
How does this relate to my application? |
What does this look like on Azure? |
Measured by |
| Compute Instances |
This is the raw computing power needed to run your
application. |
A compute instance consists of CPU cores, memory, and disk
space for local storage resources—it’s a pre-configured virtual machine (VM).
A small compute instance is a VM with one 1.6 GHz core, 1.75 GB of RAM, and a
225 GB virtual hard drive. You can scale your application out by adding more
small instances, or up by using larger instances. |
Instance size: Extra small Small Medium Large Extra large |
| Relational Databases |
If you application uses a relational database such as
Microsoft SQL Server, how large is your dataset excluding any log files? |
A SQL Azure Business Edition database. You choose the size. |
GB |
| Storage |
This is the data your application stores—product catalog
information, user accounts, media files, web pages, and so on. |
The amount of storage space used in blobs, tables, queues, and
Windows Azure Drive storage |
GB |
| Storage Transactions |
These are the requests between your application and its stored
data: add, update, read, and delete. |
Requests to the storage service: add, update, read, or delete
a stored file. Each request is analyzed and classified as either billable or
not-billable based on the ability to process the request and the request’s
outcome. |
# of transactions |
| Data Transfer |
This is the data that goes between the external user and your
application (e.g., between a browser and a web site). |
The total amount of data going in and out of Azure services
via the internet. There are two data regions: North America/Europe and Asia
Pacific. |
GB in/GB out |
| Content Delivery Network (CDN) |
This is any data you host in datacenters close to your users. Doing
this usually improves application performance by delivering content faster.
This can include media and static image files. |
The total amount of data going in and out of Azure CDN via the
internet. There are two CDN regions: North America/Europe and other
locations. |
GB in/GB out |
| Service Bus Connections |
These are connections between your application and other
applications (e.g., for off-site authentication, credit card processing,
external search, third-party integration, and so on). |
Establishes loosely-coupled connectivity between services and
applications across firewall or network boundaries using a variety of
protocols. |
# of connections |
| Access Control Transactions |
These are the requests between your application and any
external applications. |
The requests that go between an application on Azure and applications
or services connected via the Service Bus.
|
# of transactions |