Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You indicated that caching would be costly for you. While it is true that using the Cache Service would incur some costs, have you considered <a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh914128.aspx" rel="nofollow">co-located in-role caching</a> as an alternative? Perhaps you have enough extra resources on your existing instances to support your needs. There is a link to some capacity planning in the link I've provided above if you choose to take this route.</p> <p>--- 10/24/2013 ---</p> <p>If I'm understanding your latest description correctly, you are generating some HTML on the client that you want to upload to your web app on Azure. In the web app, you're using that HTML to generate a PDF that I assume the client would later receive. If this is your scenario, then you could just upload the HTML and store it as a blob? This way any instance of the web app can reference it from blob storage rather than stuffing it into hidden fields.</p> <p>In your web app, you can use <a href="http://msdn.microsoft.com/en-us/library/system.web.httppostedfile%28v=vs.110%29.aspx" rel="nofollow">HttpPostedFile</a> to receive the file from the client and save it to a blob. Note: You may need to adjust the max. size allowed for the post since it defaults to 4MB and you indicated your data could be up to 5MB.</p> <p>I'm trying to help you but your question is just not that clear. Even the title is misleading given the context of the discussion. If this doesn't help, then you may want to edit your question.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload