Skip to content

Commit 69e1a30

Browse files
Edits.
1 parent 304db83 commit 69e1a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/troubleshoot-http-502-http-503.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ App Service comes with a console that you can use for debugging, exploring, and
7878

7979
In the Azure portal, go to your app. In the left menu, select **Development Tools** > **Advanced Tools**. Select **Go** to open Kudu in a new browser window.
8080

81-
You can also access the dashboard by going to the link `https://<unique app name>.scm.azurewebsites.net/`. By default, your unique app name includes `<app-name>`-`<random-hash>`.`<region>`. To get this value, in your app **Overview**, copy **Default domain**.
81+
By default, your app domain includes these elements: `<app-name>`-`<random-hash>`.`<region>`. You can also access the dashboard by going to the link `https://<app-name>-<random-hash>.scm.<region>.azurewebsites.net/`. To get the random hash and region values, in your app **Overview**, copy **Default domain**.
8282

8383
Kudu provides:
8484

0 commit comments

Comments
 (0)