storage access charge
-
08 Juli 2011 21:03
Hi,
I'm trying to figure out the cost. If I have, on Azure storage, a silverlight (xap) file and other image files that xap accesses per user request. Will I still get charged if XAP accesses image file even though they both are in Azure storage?
Thanks.
Semua Balasan
-
08 Juli 2011 21:15
Yes. Bandwidth is charged when data enters or leaves the data center. In the case of a Silverlight app (which runs in a user's browser), if it pulls down an image, that means there's traffic leaving the data center (requested by the browser). So bandwidth charges apply.
The situation where bandwidth is not charged is when the traffic is between code running in Windows Azure and storage.
- Disarankan sebagai Jawaban oleh Michael S. CollierMVP 08 Juli 2011 21:17
- Ditandai sebagai Jawaban oleh TMLP 12 Juli 2011 1:40
-
08 Juli 2011 21:19
Hi TMLP
Network traffic inside Azure will NOT be charged, but for network traffic inbound and outbound you will be charged - here this is written:
Data transfers measured in GB (transmissions to and from the Windows Azure datacenter): Data transfers are charged based on the total amount of data going in and out of the Azure services via the internet in a given billing period. Data transfers within a sub region are free
For getting a feeling of pricing, please check the pricing calculator which I think does a good job, have a look here.
HTH,
Marc
-
11 Juli 2011 1:18Oh, and note that ingress (bandwidth coming in to the data center) is now free, as of July 1st.
-
15 April 2012 15:03
Hello, every one, for your question my aspect that it is not necessary to count the silverlight (xap) file as image file, these two are different between them and they have no relation. If you want to count image file through the image control is in Library of .NET 4.0.
For your information : " http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.image.aspx#introduction "
Thank you.
Leonidas Fengos Object Oriented Programmer in .NET Framework
- Diedit oleh Mr. Leonidas Fengos 15 April 2012 15:06