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
7
votes
1 answer

How to purge the Azure CDN to refresh any cached content?

I need to refresh the contents when I upload a new content to CDN. When the content change, it's important that the updated data is immediately available. But CDN caches and it is not reflecting immediately. I referred to site…
csharpnewbie
  • 789
  • 2
  • 12
  • 33
7
votes
1 answer

Using Azure CDN with Shared Access Signatures

Im trying to incorporate Azure to store the majority of my files for an application. I want to upload these files to a private container and private blob in azure, and have those uploads copied through the Azure CDN to all of the other nodes (still…
SchaF
  • 83
  • 1
  • 7
6
votes
1 answer

Difference between Azure Reddis Cache and Azure CDN

I need to implement a cache in my application using Azure Cache for Reddis but I went to some blogs where I have an option to store my responses or data using Azure CDN. Could someone suggest me what is the difference between them? As per my…
Avinash
  • 79
  • 1
  • 7
6
votes
2 answers

How do I enable HTTPS in CustomDomain in Azure CDN through ARM Template

I have created Azure CDN through ARM template from Azure DevOps by CI/CD, followed the below references…
Debasis Ghosh
  • 263
  • 3
  • 21
6
votes
0 answers

Why would an mp3 file skip when served under https from Azure CDN, but not when served from http in Chrome?

I recently set up a content delivery network for mp3 files (spoken word podcast stuff) with Microsoft Azure. At first everything worked fine, but recently the files started "skipping", i.e. resetting themselves. For example when the player reached…
Steve French
  • 961
  • 3
  • 13
  • 38
6
votes
1 answer

how do I fix routing for Angular 2 app using edgecast Azure CDN?

For my Angular app, here is the app.routing.ts file: const appRoutes: Routes = [ { path: '', component: LoginComponent }, { path: 'dashboard', component: DashboardComponent }, { path: 'application', component: ApplicationComponent }, …
user372225
  • 851
  • 2
  • 9
  • 23
6
votes
2 answers

Azure CDN for cloud service requests are forwarded to .cloudapp.net instead of my custom hostname binding

As mentioned in the title above I have a cloudservice with a WebRole that runs a web app www.myappname.com. I have taken all necessary steps to enable serving of CDN content from my app using url rewrite module on IIS. This works fine but: The…
cleftheris
  • 4,626
  • 38
  • 55
5
votes
3 answers

Update Azure CDN custom domain certificate from a script

How do you trigger Azure CDN to read the latest version of custom certificate from Key Store without downtime? My CDN-setup is working ok, but given Let's Encrypt, the certificate is short lived and requires automation for updates. Doing az keyvault…
Jari Turkia
  • 1,184
  • 1
  • 21
  • 37
5
votes
2 answers

How to redirect to HTTPS in Azure CDN

I want to serve a PWA using Static websites in Azure Storage and Azure CDN. I need to redirect every HTTP request to HTTPS. I followed the official documentation and waited more than 4 hours but it's not working. Do I need a custom domain for the…
5
votes
1 answer

How to get azure cdn link for file in azure blob?

I have Azure Blob and added for it Azure CDN. How to get link to cdn for uploaded to blob file? var storageAccount = CloudStorageAccount.Parse(configuration.ConnectionString); var client = storageAccount.CreateCloudBlobClient(); var container =…
Anton Zimm
  • 420
  • 4
  • 14
5
votes
3 answers

Static hosting - ReactJS app on Azure Blob storage with Azure CDN

I would like to host my ReactJS app as static on Azure Blob. The problem is Azure Blob doesn't support default document. To overcome this, I have set Azure CDN with URL Rewrite rules for the first source pattern, set to ((?:[^\?]*/)?)($|\?.*) for…
ondrej
  • 53
  • 1
  • 5
5
votes
1 answer

Throttling User Downloads in Azure

I have files that are stored in Azure's blob storage. These files will be downloaded by end users over the Internet. Registered users will be able to download them at high speed via the CDN, whereas I want non-registered users to have their download…
5Flags
  • 133
  • 8
4
votes
1 answer

Using VirtualPathProvider to put Themes in Azure CDN

I'm trying to implement storing an Azure web site's Themes in the Azure CDN. I've copied the files into the CDN retaining the folder structure as it was in the original App_Themes folder. I've created a VirtualPathProvider and the necessary…
Mad Pierre
  • 440
  • 2
  • 11
4
votes
0 answers

CDN Verizon Premium - where is the Staging URL

Where can I locate the staging url for my Azure Verizon Premium CDN Currently I'm using Azure storage & then using Azure Verizon Premium CDN infront of it to handle all the traffic. The issue I have is the site is live now & making changes to the…
Ryan
  • 865
  • 2
  • 10
  • 17
4
votes
2 answers

Azure CDN with storage account private endpoint

We have VAPT findings to add a storage account to private endpoint. Storage account is used by Azure CDN as origin. After adding endpoint the Azure CDN cannot access and gives error with an XML page. How to access storage account with private…
Apurv Mishra
  • 65
  • 1
  • 7
1 2
3
29 30