Search code examples
azureazure-cdn

Azure CDN returning 404 while origin url doesn't


I've created a cdn service and set the origin url to a azure website which runs iis-node that serves a NodeJS web application, when trying to access static resources the cdn always return 404 while the same pathname works when accessing the resource through the origin url,

anything that i might be missing here?

thanks!


Solution

  • Turns out it takes at least an hour until the content is being populated, during that time the CDN return 404.