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

Azure cdn purge cli

I do have some problem to understand how the azure cli can purge works and affect the cdn caching and engine rules. In my resource group I have a CDN Endpoint, and this endpoint have some engine rules declared. When I updated my storage account with…
Nayden Van
  • 1,133
  • 1
  • 23
  • 70
3
votes
0 answers

Azure CDN Purge REST request fails with error 400

I am using Azure CDN for Akamai and noticing that it return 400 Error code with following message - "We can only accept 100 paths for purging concurrently. Please try again in a few minutes." I have Logic App which is triggered when a new asset is…
bugBurger
  • 6,950
  • 9
  • 32
  • 39
3
votes
2 answers

Azure CDN and Azure API Management integration

I've found here the following architecture: I've understood that single-page web application requests static resourses to CDN and API resources to APIM. Is the browser contacting two different FQDN (for example: www.site.it and www.api.site.it)? In…
Michel Foucault
  • 1,724
  • 3
  • 25
  • 48
3
votes
0 answers

Azure CDN Purge and Custom Caching Rules

The Issue I am currently building a PWA that is hosted on Azure and utilises Azure CDN Premium. Within this PWA, we have the following files: /service-worker.js /js/translations/en-us.json /js/translations/en-hk.json etc... When a release is…
Ben Carey
  • 16,540
  • 19
  • 87
  • 169
3
votes
1 answer

Azure CDN: wildcard in rules engine

I have a Azure CDN from Microsoft setup in front of a web api. I am testing the rules engine, but i can't use the * even though it is mentioned in the docs:…
mslot
  • 4,959
  • 9
  • 44
  • 76
3
votes
2 answers

Azure Cloud Static website - map custom root domain to cdn with https

I'm trying to host a static website in Azure. Since I want to refer 3 different domain-names to the website, I created a CDN for it. The SSL certificate could be successfully created for the subdomain www. (www.mydomain.com) No SSL certificate can…
Astrophage
  • 1,231
  • 1
  • 12
  • 38
3
votes
2 answers

How to configure Azure CDN with front-end SPA and Azure WebApp with .Net Core WebApi to same custom domain?

I would like to have https://example.com as the custom domain for the Azure CDN I have setup, and https://example.com/api as the rest api endpoint to catch all of the calls from my SPA to the back-end .Net Core Web API providing the data. How can I…
Steven Pfeifer
  • 345
  • 4
  • 11
3
votes
2 answers

Force 200 response codes from Azure Static Website - SPA (Google won't index routes)

I have a React SPA that is being hosted as an Azure Static Website. The configuration is rather simple - html, js etc files are deployed to Azure Storage. I then enable the static website feature and expose this via a Verizon Premium CDN…
jonytek
  • 111
  • 2
  • 7
3
votes
1 answer

How to allow Azure CDN (Standard Microsoft) to allow "set-cookie" for "ASP.NET_SessionId"?

My site uses ASP.NET_SessionId cookies. This is standard ASP.NET header used for session management. CDN itself removes some headers from the response: in this case, the browser is not receiving "set-cookie" header for "ASP.NET_SessionId", despite…
3
votes
1 answer

Is it possible to purge azure cdn endpoint using storage key?

I want to create a function which will purge a file on Azure CDN. Here in the documentation It says How can I purge the content specifying the path. POST…
Karen Avdalyan
  • 382
  • 1
  • 20
3
votes
3 answers

Azure CDN (Standard Microsoft) - IP addresses of servers

We are using an Azure CDN with pricing tier Standard Microsoft. It's using our site as a "custom origin" so we need to make sure that the CDN server has access to this site. My question is: what are the IP addresses that this CDN server could…
Peter M.
  • 1,240
  • 2
  • 9
  • 25
3
votes
1 answer

Is it possible to manage Verizon Premium CDN 's rules engine during deployment from Azure DevOps?

I have an angular application that is hosted in an Azure storage account with static website enabled. I'd like to use one of Azure's CDN options. I see that I can force HTTPS using the Verizon Premium offering's rules engine. The problem is that…
Mike
  • 5,437
  • 7
  • 45
  • 62
3
votes
1 answer

Odd behavior with Static Site hosted in Azure Blob Storage using Custom Domain with CDN

I recently went through the process of building a static website and hosting it on Azure Blob Storage and configuring a custom domain name and https with CDN. I followed all the steps on learn.microsoft.com and configured the DNS in Azure, using…
Isaac Levin
  • 2,809
  • 9
  • 49
  • 88
3
votes
1 answer

Where to find Audience and Client id fields to use in Microsoft Flow's Azure REST API call?

I am trying to call a CDN Purge's Azure REST API url from Microsoft Flow. I found HTTP - HTTP as the best action to use as Azure with HTTP sounds to be specialized on accessing resources not on (just) calling. I created a Web app / API…
alik
  • 2,244
  • 3
  • 31
  • 44
3
votes
1 answer

How CDN works after swapping from Staging to Prod

I have a cdn endpoint with origin to a production web app. When I swap staging to production, since there is a VIP swap, the cdn endpoint now points to staging VIP instead of Production VIP. How to handle this scenario?
John
  • 351
  • 5
  • 18