Question

I have some scripts and images(total size is 1MB) in the web role. I am planning to move these to some blob storage(CDN/Https/Query string) or static website.

The price for outbound data transfers (i.e. data going out of Windows Azure data centers)

First 10 TB / Month* $.12 per GB
source (http://www.windowsazure.com/en-us/pricing/details/#header-11)

I would like to know If I move the scripts and images to the following

1.Static content website (or) 2. Blob storage(Https)

Are the Price for outbound transfers same? Can anyone confirm this?

Was it helpful?

Solution

From the Microsoft site.

All inbound data sent to Windows Azure is free. Outbound data is charged based on the total amount of data moving out of the Windows Azure data centers via the Internet in a given billing cycle. Data transfers between Windows Azure services located within the same data center are not subject to any charge. The first 5 GB of outbound data transfers per billing month are also free.

Full details http://www.windowsazure.com/en-us/pricing/details/#header-11

They don't mention details about specific services as they only monitor outbound transters for billing according to that information.

EDIT

One thing to bear in mind using blob storage you are limited to the number of accesses per second (I think this is 500) so a heavily loaded site will need to use the CDN as well as just blob storage.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top