azure-cdn

Azure, best way to store and deploy static content (e.g. images/css)?

孤人 提交于 2019-11-28 16:29:49
问题 We're about to deploy our .NET web application to an Azure Web Role. I'm just wondering how others have handled their static content, specifically images and css? At the moment our application package is about 25mb but 18mb of that is derived purely from images, things like navigation buttons, icons and template components that rarely ever get updated. Would it be wise to partition this out of the deployment package and move it to blob storage? I have a few doubts about this approach that I'm

How to create CDN in Windows Azure

限于喜欢 提交于 2019-11-28 05:09:27
问题 I'm trying to deliver a file via CDN.I created a Blob and uploaded the file to it. Now i want to use a CDN to deliver it as per Azure docs here http://www.windowsazure.com/en-us/manage/services/other/cdn/ In the Windows Azure Management Portal, in the navigation pane, click CDN. On the ribbon, click New. In the New dialog, select App Services, then CDN, then Quick Create. The problem is in my account there is nothing called App Services How am i supposed to create the CDN? 回答1: If you are new

Azure CDN - Enabling HTTP Compression - Hosted Web Role

烈酒焚心 提交于 2019-11-27 20:47:43
Has anyone successfully configured Azure CDN for HTTP compression using their hosted web role? We are having trouble compressing HTTP content at the Azure edge servers. The CDN is only caching the uncompressed version of the content. If we hit our resource link ( webresource.axd ) from a non-Azure approach it compresses via gzip ( using the xxxx.cloudapp.net/cdn/webresource.axd ) as expected. However, as soon as we point our resource link to Azure CDN ( xxxx.vo.msecnd.net ), the content is served up uncompressed, despite the browser telling the Azure CDN it accepts gzip. I posted this same

Azure CDN - Enabling HTTP Compression - Hosted Web Role

我的梦境 提交于 2019-11-27 04:28:25
问题 Has anyone successfully configured Azure CDN for HTTP compression using their hosted web role? We are having trouble compressing HTTP content at the Azure edge servers. The CDN is only caching the uncompressed version of the content. If we hit our resource link ( webresource.axd ) from a non-Azure approach it compresses via gzip ( using the xxxx.cloudapp.net/cdn/webresource.axd ) as expected. However, as soon as we point our resource link to Azure CDN ( xxxx.vo.msecnd.net ), the content is