Questions tagged [azure-cdn]

Content Delivery Network for Windows Azure, used for serving content with high availability and high performance

Docs page: Azure Content Delivery Network.

442 questions
3
votes
1 answer

Storage account with Firewall and CDN

In a security audit, the team said currently my storage account is not secure as it has neither Firewall enabled for allowing specific IPs, nor vnet configured. But my CDN Profile has an endpoint to the storage account. I wonder how would I be able…
John
  • 351
  • 5
  • 18
3
votes
2 answers

Azure Web Application: CDN + application service vs Blob storage

If using a CDN in Azure in relation to a website/webapp (i.e an Azure application service), what are the benefits/drawbacks of using blob storage vs just using the web application as the endpoint? For example, a simple CMS website stores all…
3
votes
1 answer

How to create multiple origins with Azure CDN Verizon Edgecast Premium?

I come from AWS Cloudfront where I can create multiple origins for a given endpoint. I can serve part of the url from one origin and part from another origin. Is there anyway we can do with Azure CDN Verizon Edgecast Premium? EDIT1: (Cloudfront…
Kannaiyan
  • 12,554
  • 3
  • 44
  • 83
3
votes
1 answer

How to serve Angular 2 SPA with Routes from Azure Blob via Azure Verizon Premium CDN

There is not enough documentation about Rewrite Rule here https://learn.microsoft.com/en-us/azure/cdn/cdn-rules-engine-reference-features. Also it takes 4 hours to refresh so it is impractical to try out various regex combinations. I have an…
Anurag Sharma
  • 126
  • 2
  • 11
3
votes
0 answers

Azure CDN adding pragma:no-cache header

I've set up an Azure CDN using the Standard Akamai tier. My origin is a Web App. I've set up the cache-control header in my web.config as follows:
Rob Reagan
  • 7,313
  • 3
  • 20
  • 49
3
votes
1 answer

What is the difference between token authentication in Azure Blob Storage, and Verizon CDN Premium?

I am exploring the use of token authentication to control Blob storage and the corresponding CDN "copy" of that data. In Azure Storage, the security is a "Shared Access Signature" and/or a "Shared Access Policy". In Azure Verizon Premium CDN, it…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
3
votes
1 answer

How to effectively use the Azure CDN with a WebApp front-end project for images

I have a frontend Azure WebApp (AngularJS + HTML) with images hosted on the same app and my goal is to reference all the image files on the Azure CDN instead. At first I thought this article was the solution:…
Rodney
  • 5,417
  • 7
  • 54
  • 98
3
votes
1 answer

Azure Media Services consumption statistics

Using Azure Media Services and the Azure Media Player with Azure CDN, is there a way to collect statistics on the number of seconds/minutes that a video has been played? And what if the user skips back or forward? Let's say that the video length is…
CSharpRocks
  • 6,791
  • 1
  • 21
  • 27
3
votes
1 answer

Azure CDN with Rewrite Rules

I have an Azure CDN with a website origin for my domain and it picked www.mydomain.co.uk automatically (with no option for me to change it). I'd rather not use a Storage origin as I have automatic deployment from Github. So, azxxxxxxx.vo.msecnd.net…
3
votes
2 answers

Do any CDNs allow rewriting request URI's so that client-side routing plays nicely with browser refreshes?

I have an HTML5 app written in static html/js/css (it's actually written in Dart, but compiles down to javascript). I'm serving the application files via CDN, with the REST api hosted on a separate domain. The app uses client-side routing, so as…
w.brian
  • 16,296
  • 14
  • 69
  • 118
3
votes
1 answer

Using IIS Url Rewrite Module To Point To Azure CDN

I have the Url Rewrite Module installed on my web server that is running Windows Server 2012 R2 at a URL like: http://staging.mysite.net/ I have images, fonts, scripts, etc. loaded into the Azure CDN. I have specified the following rules in my…
eat-sleep-code
  • 4,753
  • 13
  • 52
  • 98
3
votes
3 answers

How to create CDN in Windows Azure

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…
techno
  • 6,100
  • 16
  • 86
  • 192
3
votes
2 answers

Azure Shared Access Signatures To Restrict Access

We are just starting to use Azure and I'm trying to get a handle on some security issues. We are developing a web app that is mostly javascript. We want to store the javascript in in blob storage / CDN. But until we release it we only want our…
Bill Rosmus
  • 2,941
  • 7
  • 40
  • 61
3
votes
1 answer

Azure CDN not passing along Gzip files

I am not able to get Azure's CDN to pass along compressed files from the source. Original file (gzips just fine:) http://www.schooldigger.com/cdn/clientscript/SchoolDigger.1.45.min.js >curl -I -H "Accept-Encoding: gzip,deflate"…
Pete C
  • 31
  • 2
3
votes
1 answer

Windows Azure CDN and *.woff fonts

I use CDN for my cloud services in Azure, but fonts (*.woff) does not work! When i use just iis for static files i solve this problem like
Viktor Kulikov
  • 269
  • 2
  • 12