457 questions
0
votes
1
answer
93
views
How to point Azure CDN to custom domain like cdn.domain.com?
I have a custom domain from Namecheap and I'm using it for my Azure App service as api.domain.com and for my static website as www.domain.com/domain.com.
Now I want to point Azure CDN to use cdn....
1
vote
1
answer
203
views
Azure CDN Purging Issue using .NET Core
I'm trying to purge content from an Azure CDN endpoint using the Azure.ResourceManager.Cdn SDK (version 1.3.1) and Azure.ResourceManager (version 1.13.1) in a C# application.
The code compiles and ...
0
votes
0
answers
111
views
FrontDoor rule to serve trigger an Azure function in case of missing blob
I've a blob storage that has some pre-calculated images. It may happen that a particular size is not already built, and in this case, I would like to have the blob storage or the Azure Front Door/CDN ...
0
votes
1
answer
78
views
Azure Policy - restrict creation of Front Door to Standard SKU Only
I want to limit by Azure Policy the creation of Azure Front Door resources to Standard SKU only.
I'm struggling to figure this policy out. So far I have.
{
"mode": "All",
"...
0
votes
0
answers
146
views
Static files and Blazor files download in start script section with CDN Url as parameter
in a WebApp project, I need the static files in App.razor, including the Blazor startup section:
<link href="https://EP-custom-cdn.azurefd.net/main.css" rel="stylesheet" />
&...
-1
votes
1
answer
252
views
Force Replacement in azurerm_cdn_frontdoor_security_policy terraform
I am running terraform code to provision the Security policy to associate in WAF in Azure Front Door
MY issue is when i add new end_points under each domain terraform making force change in all ...
0
votes
1
answer
125
views
Mapping custom root domain to Windows Azure CDN does not work
I added the custom domain www.contoso.com to my cdn but when I try to add contoso.com it says:
We couldn't find a DNS record for 'contoso.com' that points to 'cdn-name.azureedge.net'. Before you can ...
1
vote
1
answer
215
views
Azure CDN Rest API Returns an empty array of Profiles and Endpoints
I'm currently working on an Azure Front Door Application that contains cache. The idea is that we have a webhook that would call our API to fetch the endpoint and purge the cache.
I've already added ...
3
votes
3
answers
1k
views
Azure front door stops working with caching enabled
We've run into a very strange issue trying to setup azure frontdoor CDN. We've built a react front end client and all assets are configured to use the CDN URL so when the client loads in the browser, ...
1
vote
2
answers
800
views
How to retrieve the front door id from a Microsoft CDN (classic)
I have created a Microsoft CDN (classic) in Azure and I need to retrieve the value of the X-Azure-Fdid.
This value is not displayed in the Microsoft Azure Portal nor it is returned in the Azure CLI ...
1
vote
1
answer
1k
views
Azure Front Door Premium and Vary response header
I'm using Azure Front Door in Premium Tier. I have caching enabled on my route (CDN).
I have some troubles, which seems to be the result of the fact that CDN ignores the Vary header.
I have made this ...
0
votes
0
answers
57
views
How to get client port (from the network layer) in Azure?
I have a web site which answers questions asked (often by young kids), this web site is by the government to educate kids and spread awareness.
Sometimes these kids asks questions which is life ...
0
votes
1
answer
112
views
HTML5 video stream freezes
I have a streaming video player in a Vue.js 3 app, using Plyr player to stream MP4 video from an Azure Blob storage account, through a Microsoft CDN. Data in the storage account is private so access ...
0
votes
1
answer
117
views
Probably caching issue with static Gatsby website
I have a Gatsby React website hosted in Azure blob storage, this static website is generated by Sanity. Users access this website through an Azure CDN. Whenever a change is made in sanity we see that ...
0
votes
1
answer
103
views
Show Maintenance domain if web app is stopped
I have created static site on azure account and I want to show that domain if my web app is stopped is there any way to do that using azure cdn.
I dont have front door or app gateway
I tried using ...