I'm deploying my angular APP to azure web apps which works fine. Actually my index file gets referenced each build by gulp to something like index-e78hs45g.html
Is there a way to automatically change the default document of web apps to this Name or use a Wildcard like index-*.html? So i don't have to change it by Hand in each deploy?
Edit: due to questions - the unique filename is to prevent browsercaching in New deployments.