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

Images in Page attachments vs Media library Kentico

When we are hosting kentico application in cloud let's say Azure, We configure blob storage and the media library files lets say images reside in Azure blob. Now while fetching those files we also configure Azure CDN and the some caching techniques…
2
votes
0 answers

Azure Cdn Custom Domain with GoDaddy

Based on the microsoft tutorial https://learn.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain I have created 2 CNAME record in GoDaddy: Host: test1.agi-ltd.net Points to: test1.azureedge.net Host: test2.agi-ltd.net Points to:…
ron94
  • 31
  • 2
2
votes
1 answer

Terraform script error while deploying app service CDN endpoint

Getting the following error while deploying. Error: Error waiting for CDN Endpoint "website-dev-appservice" (Profile "website-dev-eastus2-cdn" / Resource Group "website-dev-eastus2-rg") to finish creating: Code="BadRequest"…
2
votes
2 answers

Azure Storage CDN Connection String

I've created an Azure Storage account and can upload and download files using a connection string like below in C#: DefaultEndpointsProtocol=https;AccountName=XXX;AccountKey=YYY;EndpointSuffix=core.windows.net I've added CDN to this account, and I…
GoldieLocks
  • 845
  • 7
  • 22
2
votes
2 answers

IP range based access control to additional resources from different storage account on Azure

The goal is to have single address (static.example.com) to access static resources from multiple storage accounts with dynamic access control (based on IP Range). static.example.com/resource-1/... - accessible to all users and served via…
minijus
  • 53
  • 7
2
votes
1 answer

Azure CDN for Azure static website 301 redirection configuration

I have a frontend website configured in Azure Blob storage, following the next article: https://learn.microsoft.com/en-us/azure/cdn/cdn-map-content-to-custom-domain I successfully configure this website to display with my custom…
Jerome2606
  • 933
  • 20
  • 42
2
votes
0 answers

Azure CDN rules engine remove .html extension

I am running a static website on Azure Blob and using CDN premium. I am trying to get all my pages to drop the .html extension in the URLs. I have read many guides on how to remove the .html extension on via regex but I can't get it working for all…
newbie
  • 21
  • 1
2
votes
2 answers

Custom Domain to Azure CDN Endpoint with and without www

I have created an Azure CDN, an endpoint and working fine. Created a CNAME www.mydomain.com to myazurecdn.azureedge.net Created another CNAME mydomain.com to www.mydomain.com In Azure Endpoint, Custom Domain, I updated www.mydomain.com and it got…
Ramesh
  • 1,041
  • 15
  • 39
2
votes
1 answer

Why azure cdn returns me the old version of file with custom domain

I have a file uploaded to my azure storage, and now I have replaced it with another version of this file. The old file size was 22 mb. now the new version is about 10 mb. After replace when I try to download the file with my custom domain it still…
Karen Avdalyan
  • 382
  • 1
  • 20
2
votes
2 answers

Fallback storage account (or multiple storage accounts) for Azure CDN

I can configure the Azure CDN against a single storage account presently. What I'm wondering is in the event of a disaster, where that particular region becomes unavailable (outages etc..). If I need to refresh the cache at that point I don't have…
Mavi Domates
  • 4,262
  • 2
  • 26
  • 45
2
votes
2 answers

Azure CDN HTTPS stuck at enabling -- validation request being sent to protected-by-gdpr email? any workaround?

So my 'enabling' HTTPS stage for my CDN endpoint has been stuck for 3+ days at 'enabling cdn' with the usual message of: a verification request will be sent to the email listed in your domain’s registration record (WHOIS registrant). Now, I have…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
2
votes
1 answer

Azure Verizon Premium CDN - Stuck at Domain Name Validation (even after the SSL certificates are provisioned)

I am using Premium Verizon CDN, met with a peculiar case where-in the endpoint host name is HTTPs enabled (CDN provided certificate) but Azure Portal shows that it is still at Domain Name Validation. Enabling HTTPs was initiated on 1st Feb and from…
ukpillai
  • 23
  • 2
2
votes
1 answer

What regular expression engine does the Azure Verizon use?

I created Azure CDN with an endpoint under the Verizon Premium subscription. Then I've logged to the Azure Verizon platform to add a new rule to the engine. If there is no extension at the end of URL, then the .html is added automatically. In the…
GoldenAge
  • 2,918
  • 5
  • 25
  • 63
2
votes
1 answer

Access from Azure CDN to ip-restricted Azure Web App - Which IP ranges should be whitelisted?

We have a staging environment (Azure Web App) to which the access is restricted via Azure's IP Restriction feature. Currently we are in the process of adding an Azure CDN to serve static content, but we are having problems with the connection…
pwind
  • 401
  • 1
  • 3
  • 13
2
votes
1 answer

Detailed access logs in Azure CDN

Amazon and Google both provide detailed access logs for HTTP requests served by their CDN platforms. As far as I can see there is no such thing in any of Microsoft's CDN solutions (Microsoft, Akamai, Verizon Standard/Premium). There are diagnostic…
ewramner
  • 5,810
  • 2
  • 17
  • 33