You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/log-streaming.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: azure-container-apps
7
7
ms.custom: devx-track-azurecli
8
8
ms.topic: how-to
9
-
ms.date: 03/24/2023
9
+
ms.date: 12/02/2024
10
10
ms.author: cshoe
11
11
---
12
12
@@ -30,23 +30,18 @@ To troubleshoot issues in your container app environment, you can view the syste
30
30
1. Go to your environment in the Azure portal.
31
31
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
32
32
33
-
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
34
-
35
33
### Container app log stream
36
34
37
35
You can view a log stream of your container app's system or console logs from your container app page.
38
36
39
37
1. Go to your container app in the Azure portal.
40
38
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
41
39
1. To view the console log stream, select **Console**.
42
-
1. If you have multiple revisions, replicas, or containers, you can select from the drop-down menus to choose a container. If your app has only one container, you can skip this step.
43
40
44
-
:::image type="content" source="media/observability/screenshot-log-stream-console-app.png" alt-text="Screenshot of Container Apps console log stream from app page.":::
41
+
1. If you have multiple revisions, replicas, or containers, you can select from the drop-down menus to choose a container. If your app has only one container, you can skip this step.
45
42
46
43
1. To view the system log stream, select **System**. The system log stream displays the system logs for all running containers in your container app.
47
44
48
-
:::image type="content" source="media/observability/screenshot-log-stream-system-app.png" alt-text="Screenshot of Container Apps system log stream from app page.":::
49
-
50
45
## View log streams via the Azure CLI
51
46
52
47
You can view your container app's log streams from the Azure CLI with the `az containerapp logs show` command or your container app's environment system log stream with the `az containerapp env logs show` command.
0 commit comments