We try to configure Azure CDN on Microsoft Standard pricing to allow us rewrite Url to route all application routing to ./index.html. How to setup rules engine to rewrite url but left all js file as it is? All examples in google show how to do this on premium pricing but we like to do this on Microsoft Standard it is possible?
If none of your page URLs contain a dot, you can set a rule as follows:
Not Any
(i.e. there is no extension)/
index.html
This will rewrite any URL without a dot in the trailing section to index.html.