Skip to content

Commit 862c244

Browse files
committed
some minor fixes
1 parent 19519f5 commit 862c244

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/container-apps/log-streaming.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ ms.author: v-bcatherine
1111

1212
# View log streams in Azure Container Apps
1313

14-
While developing and troubleshooting your container app, it's essential to see the [application logs](logging.md) for your container app in real time. Azure Container Apps lets you stream:
14+
While developing and troubleshooting your container app, it's essential to see the [logs](logging.md) for your container app in real time. Azure Container Apps lets you stream:
1515

16-
- [system logs](logging.md#system-logs) from the Container Apps environment and your container app. - container [console logs](logging.md#container-console-logs) from your container app.
16+
- [system logs](logging.md#system-logs) from the Container Apps environment and your container app.
17+
- container [console logs](logging.md#container-console-logs) from your container app.
1718

1819
Log streams are accessible through the Azure portal or the Azure CLI.
1920

@@ -28,11 +29,11 @@ To troubleshoot issues in your container app environment, you can view the syste
2829
1. Go to your environment page in the Azure portal.
2930
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
3031

31-
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
32+
:::image type="content" source="media/observability/system-log-streaming-env.png" alt-text="Screenshot of Container Apps environment system log stream page.":::
3233

3334
### Container app log stream
3435

35-
You can view a log stream of your container apps system or console logs from your container app page.
36+
You can view a log stream of your container app's system or console logs from your container app page.
3637

3738
1. Go to your container app in the Azure portal.
3839
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
@@ -41,18 +42,18 @@ You can view a log stream of your container apps system or console logs from you
4142

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

44-
1. To view the system log stream, select **System**. The system log stream displays the system logs for all running containers in the environment.
45+
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.
4546

46-
:::image type="content" source="media/observability/screenshot-log-stream-system-app.png" alt-text="Screenshot of Container Apps system log stream from app page.":::
47+
:::image type="content" source="media/observability/screenshot-log-stream-system-app.png" alt-text="Screenshot of Container Apps system log stream from app page.":::
4748

4849
## View log streams via the Azure CLI
4950

5051
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.
5152

5253
Control the log stream with the following arguments:
5354

54-
- `--tail` (Default) - View the last n log messages. Values are 0-300 messages. The default is 20.
55-
- `--follow` - View a continuous live stream of the log messages.
55+
- `--tail` (Default) View the last n log messages. Values are 0-300 messages. The default is 20.
56+
- `--follow` View a continuous live stream of the log messages.
5657

5758
### Stream Container app logs
5859

@@ -113,7 +114,7 @@ Use `Ctrl-C` or `Cmd-C` to stop the live stream.
113114

114115
### View container console log stream
115116

116-
To connect to a container's console log stream in a container app with multiple revisions, replicas, and containers include the following parameters in the `az containerapp logs show` command.
117+
To connect to a container's console log stream in a container app with multiple revisions, replicas, and containers, include the following parameters in the `az containerapp logs show` command.
117118

118119
| Argument | Description |
119120
|----------|-------------|

articles/container-apps/logging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ System logs are generated by the Azure Container Apps to inform you of the statu
3434
- Successfully mounted volume
3535
- Error mounting volume
3636
- Successfully bound Domain
37-
- Auth enabled on app. Creating authentication config
37+
- Auth enabled on app
38+
- Creating authentication config
3839
- Auth config created successfully
3940
- Setting a traffic weight
4041
- Creating a new revision:

0 commit comments

Comments
 (0)