已答覆 storage access charge

  • 2011年7月8日 下午 09: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.

所有回覆

  • 2011年7月8日 下午 09: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.

    • 已提議為解答 Michael S. CollierMVP 2011年7月8日 下午 09:17
    • 已標示為解答 TMLP 2011年7月12日 上午 01:40
    •  
  • 2011年7月8日 下午 09: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

  • 2011年7月11日 上午 01:18
     
     
    Oh, and note that ingress (bandwidth coming in to the data center) is now free, as of July 1st.
  • 2012年4月15日 下午 03: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