An Azure service that provides global content delivery and acceleration.
This error typically shows up whenever your backend only has HTTPS enabled. Try allowing both HTTP and HTTPS for your origin, and you should be able to access without an issue.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm facing an issue with Azure CDN.
But before that, here is a little bit of context. I've set up :
Everything worked fine and my content is delivered via HTTPS on my custom domain entry (and on the *.azureedge.net domain).
Naively, I tried to access to my content via HTTP (a non secured connection) and then i faced this error :
Our services aren't available right now
We're working to restore all services as soon as possible. Please check back soon.
I searched why and i found that i should set up a rule to redirect http traffic to https.
So i did it, like explained in this article https://learn.microsoft.com/en-us/azure/cdn/cdn-storage-custom-domain-https#http-to-https-redirection.![10752-2020-06-25-23h21-19.png][1]
But after that, no matter which domain name i use (my custom domain, or *.azureedge.net domain), when i try to access it via HTTP, it always show me the error:
Our services aren't available right now
We're working to restore all services as soon as possible. Please check back soon.
No redirection happens and the rule i added (which is the only rule i have) dont seems to work...
Did i miss something ?
Thanks for your help
An Azure service that provides global content delivery and acceleration.
This error typically shows up whenever your backend only has HTTPS enabled. Try allowing both HTTP and HTTPS for your origin, and you should be able to access without an issue.
Effectively!
Thanks for your answer, it saved my day ^^
For those who wiil read this post later, you must enabled HTTP on your backend (in your CDN Profile) even if you don't wan't to deliver HTTP.
This allow the rule engine to receive HTTP request and to redirect them. If HTTP is not active, rule engine don't receive the HTTP requests, and your stuck with the problem i described.
Once again, thank you @TravisCragg-MSFT