Skip to content

Commit 9603dd0

Browse files
Catherine BundyBigMorty
andauthored
Apply suggestions from code review
Co-authored-by: Mike Morton <[email protected]>
1 parent 27f00d2 commit 9603dd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/log-streaming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Log streams are accessible through the Azure portal or the Azure CLI.
2020

2121
## View log streams via the Azure portal
2222

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.
2424

2525
### Environment system log stream
2626

2727
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:
2828

29-
1. Go to your environment page in the Azure portal.
29+
1. Go to your environment in the Azure portal.
3030
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
3131

3232
:::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
3838
1. Go to your container app in the Azure portal.
3939
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
4040
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.
4242

4343
:::image type="content" source="media/observability/screenshot-log-stream-console-app.png" alt-text="Screenshot of Container Apps console log stream from app page.":::
4444

0 commit comments

Comments
 (0)