How can we improve Windows Azure Cloud Services (Web and Worker Role)?

147 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    anonymousanonymous shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    7 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...
      • MakerOfThings77MakerOfThings77 commented  ·   ·  Flag as inappropriate

        Does section 6.4 of Azure Blob Whitepaper still apply ?

        "Currently Windows Azure does not automatically compress data when you send it from your application to the storage in the cloud. However, your application can compress the data first and then store it in the cloud. This can give the application performance benefits in term of network bandwidth, especially when the data is highly compressible. Furthermore, remember to set the Content-Encoding header to "gzip" when uploading the blob compressed with gzip, so that when the blob is retrieved, the web clients know that the content is in a compressed form and know how to deal with it. "

      • MakerOfThings77MakerOfThings77 commented  ·   ·  Flag as inappropriate

        I'm still unclear... must I opt-in into encryption?
        Does encryption affect what I'm billed for (reduction in network traffic)?
        Does this affect all MIME types?
        WCF on WebRole?
        WCF on WorkerRole?

      • pekkahpekkah commented  ·   ·  Flag as inappropriate

        This clearly isnt completed as you cannot change the mimeTypes compressed. WCF messages aren't being compressed.

      • MarekMarek commented  ·   ·  Flag as inappropriate

        Azure 1.2 supports this but only with default mime types, and we are unable to set custom once. i.e. Can't compress WCF traffic. This is a real blocker.

      • ShaunTShaunT commented  ·   ·  Flag as inappropriate

        We have a SL client connected to WCF which sends data as binary serialized XML. The file transfer size of objects w/ binary XML is approx 700KB. With IIS compression we've tested, the size is 39KB. We need this feature badly.

      • liggett78liggett78 commented  ·   ·  Flag as inappropriate

        I would also like to have compression with table storage queries (at least GET) if Accept-Encoding: gzip is specified.

      Feedback and Knowledge Base