Want to make index html as the default document on my static website in a CDN

0 votes
I have now successfully setup my static website in a CDN. Is there a way to specify that index.html is the default documentaz? It is a 1 page site I just would like to browse to the root URL without having to type /index.html.
Jul 2, 2019 in Azure by sabby
• 4,370 points
1,728 views

1 answer to this question.

0 votes

You can use Premium CDN. If you purchased the premium version of Verizon CDN then you can create custom Rewrite rules. 

Or you can create a Web App which will act as a proxy and serve/redirect (to) blobs​.

Hope this helps!

answered Jul 2, 2019 by Perry
• 17,100 points

Related Questions In Azure

0 votes
1 answer

Want to upload a blob file with huge size to azure in as little time as possible.

Microsoft Azure Storage Explorer is one of the ...READ MORE

answered Mar 27, 2019 in Azure by Prerna
• 1,960 points
1,794 views
0 votes
1 answer

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

answered Mar 27, 2019 in Azure by Prerna
• 1,960 points
3,539 views