Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)
In continuous Integration session in which we change name web.html to index.html? and then deploy the code. What do we have to do ? Change the name?

1 Answer

0 votes
by (16.8k points)

We renamed it to index.html as by default app service checks for default names of documents. Index.html is one of the default name listed under Configurations in App Service settings, therefore we named it to index.html.

You can link your own domain with the app service.

The settings are available under App Services Blade > Custom Domain.

Browse Categories

...