Skip to content

Commit 309c78f

Browse files
Edit included files.
1 parent 5657863 commit 309c78f

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

includes/app-service-web-logs-access-linux-no-h.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ az webapp log tail --name <app-name> --resource-group <resource-group-name>
2929
If console logs don't appear immediately, check again in 30 seconds.
3030

3131
To stop log streaming at any time, select **Ctrl**+**C**.
32-
33-
You can also inspect the log files in a browser at `https://<app-name>.scm.azurewebsites.net/api/logs/docker`. For recently created apps, use `https://<app-name>-<random-hash>.scm.<region>.azurewebsites.net/`.

includes/app-service-web-logs-access-no-h.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ az webapp log tail --resource-group <resource-group-name> --name <app-name>
2626

2727
If console logs don't appear immediately, check again in 30 seconds.
2828

29-
> [!NOTE]
30-
> You can also inspect the log files from the browser at `https://<app-name>.scm.azurewebsites.net/api/logs/docker`. For recently created apps, use `https://<app-name>-<random-hash>.scm.<region>.azurewebsites.net/`.
31-
3229
To stop log streaming at any time, select **Ctrl**+**C**.

includes/app-service-web-ssh-connect-no-h.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ ms.custom: "include file"
1212

1313
To open a direct SSH session with your container, your app should be running.
1414

15-
Paste the following URL into your browser and replace *\<app-name>* with your app name:
16-
17-
```
18-
https://<app-name>.scm.azurewebsites.net/webssh/host
19-
```
15+
Use the [az webapp ssh](/cli/azure/webapp#az-webapp-ssh) command.
2016

2117
If you're not yet authenticated, you're required to authenticate with your Azure subscription to connect. Once authenticated, you see an in-browser shell, where you can run commands inside your container.
2218

0 commit comments

Comments
 (0)