can i know when the azure cdn raw log is done?
I want to create a system that collects azure cdn raw log. However, the raw log is sometimes updated even after a next log file is created. It is not known at what point the log file must be collected for complete collection. Is there any way to…
Azure Content Delivery Network
Using brotli on Azure CDN
Hi is it possible to prefer brotli over gzip on Azure CDN if the browser supports it? Request header says: accept-encoding: gzip, deflate, br but the response header: content-encoding: gzip (I am on Chrome Dev on Ubuntu) According…
Azure Content Delivery Network

App Services Web Apps + Wordpress+ Traffic Manager + CDN
Hi Community, I want to create a WordPress website across multiple regions. I think I could use Web Apps (WordPress) and Traffic manager. I was wondering if I could use in this architecture a CDN for images and videos. Thanks!!! Anaid
Azure Traffic Manager
Azure Content Delivery Network
Azure App Service

Blob SAS with IP-range restrictions and custom domain
Hi there, I'm trying to generate SAS for blobs on a storage account with a custom domain configured (Azure CDN and cache every unique url). I then use the .net sdk to set the ip range restriction of the SAS using var sasBuilder = new…
Azure Blob Storage
Azure Content Delivery Network
Azure static website with custom domains redirect non www to www
Azure web app with custom domains redirect non www to www is not working As for url right now, I have the following (each with their status): https://mydomain.azureedge.net (working as expected) - Azure CDN https://www.mydomain.com (working as…
Azure Content Delivery Network
Azure Static Web Apps
Add a custom domain to your CDN endpoint using .NET SDK
I am using Azure CDN / Blob for my Angular application. I would like to enable custom domain support - so that my end users can map the application domain themself. I thought of using Azure SDK. So far I did like this. var cndCNAME =…
Azure Content Delivery Network

Azure Web Applicaiton Firewall CDN Logs?
I have implemented WAF with CDN. The WAF is blocking more than it should. I was wondering where I can find/enable the logs for it to see what rule is blocking my requests? I know there is a logs section in AFD where I view this information but I…
Azure Content Delivery Network
Azure Web Application Firewall

Raw CDN logs not available in Diagnostic Settings
Here's the document I'm following: https://learn.microsoft.com/en-us/azure/cdn/monitoring-and-access-log It says a few things: The HTTP raw logs feature is available for Azure CDN from Microsoft. Raw logs is only available in the profile…
Azure Content Delivery Network
Azure CDN custom domain / redirect from GoDaddy
I haven't managed to configure the root domain as a custom domain for the Azure CDN, so I decided to use Permanent Forwarding as a work around. It is ended up as I am getting a privacy error from the browser when I try to open my website without…
Azure Content Delivery Network


Cancel subscription and return $29?
I upgraded my subscription, but I don’t want to upgrade now, will the refund be refunded?
Azure Content Delivery Network

Fearture differences of WAF in CDN, Frontdoor and Application gateway
I cannot find a good feature comparison between the WAF's that can be set up in Application Gateway (v1 and v2 AND its different states - 1, 2 and 3), Frontdoor and CDN. Features like, rate limiting, bot detection, geo blocking, etc. Also if I…
Azure Front Door
Azure Application Gateway
Azure Content Delivery Network
Azure Web Application Firewall

Updating endpoint cdn rules takes forever
Hi I'm trying to update my endpoint CDN rules (On a static web site ) and it's never ending when I hit save, currently it's at 2 hours and no changes at all: Is there an issue with what I'm trying to do or an issue with azure?
Azure Content Delivery Network

Inconsistent/invalid certificate sometimes being returned for custom sub domain on Aure CDN
I've recently set up the following on Azure: Storage as a static web site (which uses a z33.....windows.net address to access it). Azure CDN (which uses a <mysite>.azureedge.net address to access it) Added a custom sub domain to the CDN…
Azure Storage
Azure Content Delivery Network
Issue with a static page using a root domain in Azure CDN and DNS zone
Hello, I have an issue with a static page trying to use the root domain in Azure CDN. • This URL works: https://markcortada.azureedge.net/ • This URL also works: https://www.markcortada.com • But this does not: https://markcortada.com The response…
Azure Content Delivery Network

Azure CDN Standard - Origin override rules engine not working
I'm using Azure CDN Standard with 1 endpoint. I have 1 origin that serves the domain.com and another origin to serve a REST API which I want request at domain.com/api I have setup 2 origin groups, 1 for the web and 1 for the rest api. I used the…
Azure Content Delivery Network
Using Azure CDN + WAF with a single point of entry
I have setup Azure WAF and pointed it to Azure CDN. I cannot figure out how to make sure all traffic goes through the CDN? When I was experimenting with Azure Front Door, in the network security groups, I can select service "Service"…
Azure Content Delivery Network

Azure CDN endpoint returns 400 invalid hostname
Hello, First time using an Azure service, not the first time configuring a CDN. About 18 hours ago, I have configured a CDN endpoint for https, a custom domain, configured my DNS and created a SSL cert in Azure. Unfortunately…
Azure Content Delivery Network
Can't create an CNAME record with name @ to point to the cdn endpoint
Hi, i have a CDN endpoint asociated with a blob storage account. The url of the endpoint is something like cdne-mywebsite-100.azureedge.net . I also have a DNS zone created for mywebsite.co domain with some MX records for my mail service, but i want to…
Azure DNS
Azure Content Delivery Network


Azure CDN redirecting folders
On my website when you go to www.techprivacy.net/guides it redirects you to my origin servers ip/guides. This means the traffic is not going over the CDN network. Thanks, Daniel
Azure Content Delivery Network

Azure CDN + Key Vault
I am trying to get my sectigo SSL cert liked to my Azure CDN but I keep getting this error The secret contains an unsupported content type. The content type needs to be application/x-pkcs12. I have given CDN access to my key vault. Thanks, Daniel