Skip to content

Commit ec6d835

Browse files
Last look fixes.
1 parent b3a36d1 commit ec6d835

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: app-service
55
author: cephalin
66
ms.service: azure-app-service
77
ms.topic: "include"
8-
ms.date: 03/06/2025
8+
ms.date: 04/01/2025
99
ms.author: cephalin
1010
ms.custom: include file, linux-related-content
1111
---
@@ -28,6 +28,6 @@ az webapp log tail --name <app-name> --resource-group <resource-group-name>
2828

2929
If console logs don't appear immediately, check again in 30 seconds.
3030

31-
To stop log streaming at any time, select Ctrl+C.
31+
To stop log streaming at any time, select **Ctrl**+**C**.
3232

33-
You can also inspect the log files in a browser at `https://<app-name>.scm.azurewebsites.net/api/logs/docker`.
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: app-service
55
author: cephalin
66
ms.service: azure-app-service
77
ms.topic: "include"
8-
ms.date: 07/13/2021
8+
ms.date: 04/01/2025
99
ms.author: cephalin
1010
ms.custom: "include file"
1111
---
@@ -27,6 +27,6 @@ az webapp log tail --resource-group <resource-group-name> --name <app-name>
2727
If console logs don't appear immediately, check again in 30 seconds.
2828

2929
> [!NOTE]
30-
> You can also inspect the log files from the browser at `https://<app-name>.scm.azurewebsites.net/api/logs/docker`.
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/`.
3131
32-
To stop log streaming at any time, select Ctrl+C.
32+
To stop log streaming at any time, select **Ctrl**+**C**.

0 commit comments

Comments
 (0)