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 project. What i'm trying to achieve is to serve the right index.html with correct routing for each version and language. You may find example routes below: my.domain.com/v0.3.13.3 should serve /v0.3.13.3/index.html my.domain.com/v0.3.13.3/dashboard