Cert error in root url without www for stactic website on azure cdn
Hello I have a static website on Azure CDN, I have mapped custom domains like "https://www.abc.com" and used inbuild CDN SSL and it's working fine. but my root domain have cert error without "https://abc.com" I have tried to…
Azure DNS
Azure Content Delivery Network
Azure App Service
Purge Akamai CDN endpoint
Hi I have the below Powershell script to purge an Akamai CDN endpoint. [CmdletBinding()] PARAMETERS WILL BE PROVIDED FROM RELEASE PIPE LINE. param ( [string] [Parameter(Mandatory=$true)] $ResourceGroupName, [string]…
Azure Content Delivery Network
Azure CDN new https certificate stuck on "Submitting request"
Hi, After the LetsEncrypt root cert expiry on Sept 30, we saw some clients (notably Azure devops hosted agent image) not being able to trust the CDN certificate. So to get a new one hopefully without the expired root cert in the path, we turned the…
Azure Content Delivery Network

How can I add Conditional CDN Authentication in Verizon CDN Rules ?
I have setup CDN auth for all Request on Azure Storage. There are some public blob container for which I do not want to apply CDN auth but I want to use CDN url for them. I have tried with match condition as following as rules added…
Azure Content Delivery Network
CDN endpoint not recognize my DNS record when setting custom domain.
Hi there. I created a static website suggested by documentation https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website and…
Azure DNS
Azure Content Delivery Network

Azure Verizon Premium CDN Did not get verification email after enabling custom domain HTTPS
Seems Azure does not offer "Help + Support" ? forward to community support... I am trying to enable custom domain SSL However, I did not point to the CDN because I will have downtime, but they say will send an email More than 36 hours I did…
Azure Content Delivery Network

How to Use Azure Front Door for a website publihed to internet via our hub Vnet?
We use hub and spoke architecture where in we publish our web apps to internet via our hub that's has the required IPS/IDS tolls in place. So we want traffic to be routed via our the hub. The web site is hosted on vm's configured with load balancer in…
Azure Front Door
Azure Content Delivery Network
Azure CDN moving existence domain to another CDN
I have an existing domain in Microsoft CDN and want to move to Akamai CDN, I knew that creating a new domain will cause downtime, and I had tried to use the "cdnverify.www.contoso.com" method on my existing domain and won't work, it there any…
Azure Content Delivery Network

Azure CDN Authentication via AAD
I have a CDN endpoint with a custom domain mapping (a subdomain of my AAD domain). Access is by https only. Currently, anyone can access content on this CDN. I need to protect the content from unauthorized access to allow only users authenticated in…
Azure Content Delivery Network
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Restrict public access to Static Website in storage account and allow only through Azure CDN
We are planning to host angular SPA serverless apps in azure storage account using static website enabled and configured to azure CDN endpoint. From security perspective just wanted to hide public access to primary endpoint of storage account from…
Azure Storage
Azure Content Delivery Network
Azure Static Web Apps
Verizon Premium Rules Policy Per Endpoint
Hello, I was wondering if there is a way to have specific rules target different endpoints in a Verizon CDN profile? For example, rule1 will only apply to endpoint1 and rule2 will only apply to endpoint2. In Microsoft Standard CDN the rules are set…
Azure Content Delivery Network
Will a Server help me
Hello, I want to see if a server would help me and appreciate your thoughts and comments. I'm 1 person using 1 desktop PC at home. I have 2 questions (which I believe are related) and appreciate your thoughts and comments. What I want to do and…
Azure Content Delivery Network
How to automate[through ARM template or terraform] Verizon rule engine for Azure CDN
I'm able to do the option 2 mentioned in this document https://learn.microsoft.com/en-us/azure/cdn/cdn-sas-storage-support#option-2-hidden-cdn-sas-token-using-a-rewrite-rule in Azure portal. But when I'm trying to automate this using terraform/ARM…
Azure Content Delivery Network
access azure from another world region
Hi, I access my company azure from Italy (europe), and it is working fine. Can I access the same azure from USA or Argentina for example without problem ? (another region) Thanks
Azure Content Delivery Network
How can I use Verizon Premium CDN to get CDN url with genrating new SAS token for each new request of blob Item ?
In application I am working we are using private blob container and for each new request of blob item we are generating new SAS token. In microsoft standard CDN profile I have checked but there are only two option 1) compare whole url with SAS - which…
Azure Blob Storage
Azure Content Delivery Network

Redirect URLS for QR scan counting
I want to set-up a set of QR codes for public use. Maybe 10 of them. When scanned, I want the URLs to count use of the specific code, then redirect to a common target URL. It would be nice to be able to track the geography of any scans processed. …
Azure Content Delivery Network
Azure Load Balancer
Static Website, HTTPS via CDN stuck on 'Enabling'
Hi. I've gone through the tutorials but am having difficulty with what appears to be the final steps associating the CDN endpoints for a custom domain name. CDN is stuck at 'Domain Validation'. I understand an email should be received at…
Azure Content Delivery Network
Azure App Service
Not able to make rule engine changes in Azure CDN endpoint
I'm trying to create a rule that redirects a current URL for example www.abc.com/docs.html to www.abc.com/docs However when I go insert my path in the Request URL section, and it contains more than 64 characters for the path it does not save…
Azure Content Delivery Network

Problems with enabling HTTPS for Azure CDN
I have created a static website (Angular) using Azure blob storage. I have uploaded the GoDaddy certificate (PFX file) in Azure KeyVault. Created a CDN end point and mapped that to the static website. Now.. when I try to enable the HTTPS for the…
Azure Content Delivery Network

Changes to CDN Origin Configuration for Static Website not working for my existing sites
My company has been using static website storage on Azure since it was in beta. We host web forms that need to be updated annually and replaced at the same URL. We take the following steps setting up a site (mostly in the Azure portal): Create a…