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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ Log streams are accessible through the Azure portal or the Azure CLI.
20
20
21
21
## View log streams via the Azure portal
22
22
23
-
You can view system logs and console logs in the Azure portal. System logs are generated by the container app's runtime. Console logs are generated by your container app's application.
23
+
You can view system logs and console logs in the Azure portal. System logs are generated by the container app's runtime. Console logs are generated by your container app.
24
24
25
25
### Environment system log stream
26
26
27
27
To troubleshoot issues in your container app environment, you can view the system log stream from your environment page. The log stream displays the system logs for the Container Apps service and the apps actively running in the environment:
28
28
29
-
1. Go to your environment page in the Azure portal.
29
+
1. Go to your environment in the Azure portal.
30
30
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
31
31
32
32
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
@@ -38,7 +38,7 @@ You can view a log stream of your container app's system or console logs from yo
38
38
1. Go to your container app in the Azure portal.
39
39
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
40
40
1. To view the console log stream, select **Console**.
41
-
1. If you have multiple revisions, replicas, or containers, you can select from the pull-down menus to choose a container. If your app has only one container, you can skip this step.
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.
42
42
43
43
:::image type="content" source="media/observability/screenshot-log-stream-console-app.png" alt-text="Screenshot of Container Apps console log stream from app page.":::
0 commit comments