Reputation: 35
Hope someone can assist me in correcting this. I am on the last step to enable my CDN endpoint with a custom domain. currently the static website on storage works correctly the following ways.
1 - Storage Account endpoint 2 - Azure CDN xxxxxx.azureedge.net
CNAME is created and correctly configured and validated in azure for my cdn.customdomain.com but when I try to connect to it I get a ERR_CONNECTION_RESET when using a browser or 404 using curl. Any advice anyone can provide.
Upvotes: 1
Views: 2103
Reputation: 28284
You could verify the followings:
Custom origin
as the origin type
and static website URI as the origin hostname
.Moreover, you could verify this via accessing the cdn.customdomain.com
in an Azure VM, which is a different environment from the on-premise network.
Upvotes: 0