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
2 answers

Will I be able to map IIS virtual directory to Azure CDN in the cloud?

Will there be a way for us to use Azure as nothing but file storage and CDN, then somehow map a virtual directory to the Azure space?
RParker
  • 99
  • 1
  • 5
2
votes
1 answer

Where to add Custom domain on WordPress hosted on Azure VM behind Azure Front Door?

I have a WordPress website running on Azure VM at http://example.cloudapp.azure.com I want to do 2 things: Add a Custom domain to the website with SSL Certs Add an Azure Front Door with Azure VM as a backend. I want access to WordPress on Azure VM…
Ajinkya Bapat
  • 619
  • 1
  • 10
  • 26
2
votes
1 answer

Compression of *.js and *.css files going through the Azure endpoint

I am trying to set up *.js and *.css compression on the fly on the Azure platform. I have an application running on Azure App Services. It serves uncompressed *.js and *.css files. I want to use the CDN profile so I added an endpoint. and configured…
2
votes
0 answers

Azure CDN Rules to redirect path to different origin

My aim is to host various microsites using Azure Statics App and then have these registered as origins in CDN. When the user would then browse to https://www.example.com/path1, static app1 (origin1) should serve the content where as…
mieliespoor
  • 945
  • 2
  • 8
  • 23
2
votes
1 answer

How to purge CDN cache programmatically for an item?

After integration of azure CDN in our site, we found that the cache is not purged while replacing the file. This is happening only for PDF file type. We want to purge the cache on replace of the file. Please help us if anyone has faced the similar…
S. Ray
  • 31
  • 3
2
votes
1 answer

Azure CDN - difference between "Ignore query strings" and "Bypass caching for query strings"

Despite the following being mentioned in the documentation, I don't know what the exact difference is in practice between "Ignore query strings" and "bypass caching for query strings". From the doc: Ignore query strings: Default mode. In this mode,…
Katie
  • 59
  • 7
2
votes
1 answer

Is there a way to add "X-Robots-Tag: noindex" header to pdf files served on Azure CDN

Just wondering if there is a way to add the "X-Robots-Tag: noindex" tag specifically to PDFs that are served from azure blob storage via an azureedge CDN url. For example - Blob Storage URL - {subdomain}.blob.core.windows.net/container/test.pdf CDN…
2
votes
0 answers

How to block crawling of the origin when Azure CDN is configured

something is not clear using Azure CDN. I explain step by step what I have done since my website has been created. Call my website www.mypublicwebsite.com. So: I created a web app on Azure. The website has the following url:…
Simone
  • 2,304
  • 6
  • 30
  • 79
2
votes
0 answers

Change value of $_SERVER['HTTP_HOST'] on Bitnami Wordpress behind Azure CDN

I have WordPress behind Azure CDN. The current $_SERVER['HTTP_HOST'] points to the CDN's origin server resulting bypassing of the CDN. I want to know what the best way of changing $_SERVER['HTTP_HOST'] is so that it defaults to the public…
user1709730
  • 141
  • 2
  • 10
2
votes
1 answer

Rewrite (append) SAS token to url in azure cdn

I have been trying to get azure cdn using verizon p1 to append sas token to any url that acesses my blob which is hosting a static website. The original URL was like https://myproject.blob.core.windows.net/mzz-stage/index.html The CDN url would…
user2499710
  • 119
  • 1
  • 8
2
votes
1 answer

Multiple React sites on the same Azure storage account

There is a need to improve our CI/CD process for our React application. The bottom line is: any commit to any git branch except release branches and master should trigger build/deploy process to Azure storage account that is currently configures as…
Yuriy Gavrishov
  • 4,341
  • 2
  • 17
  • 29
2
votes
0 answers

How to configure http cache policy on an Azure CDN (Premium Verizon) enpoint with storage origin?

We have an Azure CDN profile with Premium Verizon pricing tier. In this profile we have 2 CDN enpoints. One of them has custom origin type, which refers a web app. Second one has a storage origin type. First endpoint is serving files with HTTP…
emrea
  • 117
  • 1
  • 14
2
votes
1 answer

Static website hosted in Azure, HTTPS working HTTP not

I have hosted a static website in azure mainly by following the Microsoft tutorials. The process has been to create a storage account, create a CDN endpoint, map my custom domain to the endpoint and then enable HTTPS using an SSL certificate managed…
hb115
  • 21
  • 3
2
votes
0 answers

Azure CDN Verizon Standard can't see rules engine and need to forward http to https

I have a static web site hosted on blob storage in Azure. I create an Azure CDN profile using Verizon standard account. I need to forward http requests to https automatically. I see a bunch of articles showing how ot do this with the rules engine…
Dave Wade
  • 473
  • 1
  • 5
  • 18
2
votes
1 answer

How to register your Azure resource as an Application in Azure Active Directory?

I have an Azure CDN. It has a custom domain, and I attempting to register my own certificate for HTTPS support. I am attempting to follow the instructions here:…
EdH
  • 4,918
  • 4
  • 24
  • 34