Skip to content

Commit a862e49

Browse files
authored
Merge pull request #291267 from craigshoemaker/aca/image/log-streaming
[Container Apps] Log streaming -> remove images
2 parents 347deb9 + 16e1cae commit a862e49

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

articles/container-apps/log-streaming.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: how-to
9-
ms.date: 03/24/2023
9+
ms.date: 12/02/2024
1010
ms.author: cshoe
1111
---
1212

@@ -30,23 +30,18 @@ To troubleshoot issues in your container app environment, you can view the syste
3030
1. Go to your environment in the Azure portal.
3131
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
3232

33-
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
34-
3533
### Container app log stream
3634

3735
You can view a log stream of your container app's system or console logs from your container app page.
3836

3937
1. Go to your container app in the Azure portal.
4038
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
4139
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.
4340

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

4643
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.
4744

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-
5045
## View log streams via the Azure CLI
5146

5247
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)