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

Azure CDN convert images to webp

I looked over the following documentation from Azure (https://docs.azure.cn/en-us/cdn/cdn-image-processing) and am not sure if I am reading this correctly. My problem is that I am looking to serve images that are being requested from the cdn, which…
Shawn
  • 2,355
  • 14
  • 48
  • 98
4
votes
2 answers

Azure Static Website: The account being accessed does not support http

I use Static website feature of Azure storage account to host React.js application. There is also a CDN endpoint enable for the site (Microsoft Standard CDN pricing tier), so the site URL looks like https://xxx.azureedge.net/. The problem: when I…
Yuriy Gavrishov
  • 4,341
  • 2
  • 17
  • 29
4
votes
3 answers

Azure CDN Premium Verizon Rules Engine V4 URL Rewrite for Storage Static Website sub directories

I'm trying to host an Angular project with Azure Storage Static Website through Azure CDN Verizon Premium Let's say i have containers for each Angular builds named like v0.3.13.3 and in that container there are also multi language builds of angular…
cankemik
  • 516
  • 3
  • 6
  • 19
4
votes
1 answer

How to stop index.html being cached by Azure CDN

I am using Azure CDN to host a static website I am building. It's great, other than the fact that when I update my web app the old page is cached and so still shown. I have added the following Cache rule in the rules engine to put it to refresh…
user3284707
  • 3,033
  • 3
  • 35
  • 69
4
votes
1 answer

How to best use Azure CDN for front-end of WebApp (backend is .net core Web API)

I have a front end WebApp built entirely with Vue, and a backend WebApi that serves the website built with ASP.Net Core. I would like to use Azure CDN with my WebApp as there is a fairly large demand on my App Service Plan just to serve the front…
Steven Pfeifer
  • 345
  • 4
  • 11
4
votes
0 answers

Azure CDN - Whitelist only edge nodes IPs

We are distributing our content through Azure CDN. We have a RP server with public IP to which I can point Azure CDN endpoint. That all works fine. However, I would want to automatically and regularly update firewall of the RP server to allow only…
milanio
  • 4,082
  • 24
  • 34
4
votes
1 answer

Create a redirect rule for Azure CDN in Verizon which adds /index.html to the end of URL

I created an Azure CDN under Verizon Premium Subscription in the Azure portal with an endpoint which points to my Azure Static Website URL. I want to create a redirect rule in Azure Verizon engine which adds /index.html to the end of URL if no…
GoldenAge
  • 2,918
  • 5
  • 25
  • 63
4
votes
2 answers

Is it possible to create an Azure CDN with Azure Files Storage?

All the documentation talks about Azure Blob Storage to be used with CDN. Unfortunately the Azure Web Portal doesn't allow me to upload any "blobs" to the Blob storage. On the other side I can do that with a Files storage type. However I wasn't able…
lapsus
  • 2,915
  • 2
  • 32
  • 61
4
votes
2 answers

Azure CDN - Invalid characters when add content-types

From the documentation: The text field can contain a comma-separated list of content-types that should be enabled for compression via http Accept-Encoding/Content-Encoding. On the Troubleshoot page - there is even screenshot with content-types…
setevoy
  • 4,374
  • 11
  • 50
  • 87
4
votes
1 answer

Azure CDN Not Caching Images

I'm using Azure CDN for Azure Blob image uploads but it doesn't seem to be correctly caching images on my website. I've set the Blob Cache-Control: max-age=4233600 and it seems to work when I directly call from the blob URL. However, calling from…
Powellellogram
  • 426
  • 1
  • 6
  • 17
4
votes
1 answer

Can Azure CDN endpoint names be reused?

Why can't I reuse names from endpoints that have been previously deleted? For example, if I create an endpoint named "acme-cdn1", delete it, and try to create a new endpoint with the same name I get the following message: "Error, that endpoint name…
4
votes
2 answers

Azure CDN Blob forces HTML files to download instead of rendering

I tried uploading an HTML file to my azure blob storage, and retrieved the link. Unfortunately, when entering the URL into a web browser, it does not load the page, it tries to download it. How can I make HTML files on Azure CDN load as web pages,…
user2286552
4
votes
3 answers

Azure Cloud Service CDN font CORS error

I've been following this tutorial for enabling Azure CDN for Cloud Services: link. And I integrated my bundling and minification with CDN and everything works fine except my site cannot fetch fonts, I'm getting this error: Font from origin…
hyperN
  • 2,674
  • 9
  • 54
  • 92
4
votes
2 answers

Azure blob storage and its CDN performance?

In case one's website only targets a single geographical region, is there still benefit to serve the resource from Azure CDN instead of directly from Blob storage? Would the CDN be better in handling high traffic condition (more parallel access to…
Dionysian
  • 1,195
  • 2
  • 13
  • 24
4
votes
1 answer

Table Storage Service (Azure's implementation of nosql) vs Windows Azure Caching (unstructured in memory cached)

We want to implement caching in Azure for two main reasons: Speed up repetive data access Reduce stress on the database Here are the characteristics of the data we are planning to cache: Relatively small (1 - 100 kb) Specific to each customer Not…
SemanticZen
  • 1,141
  • 14
  • 21