Skip to content

Commit a0ede4f

Browse files
committed
Apply Craig's review comments.
1 parent 4bc97e4 commit a0ede4f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/container-apps/alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can create log alerts from queries in Log Analytics. When you create an ale
6767

6868
To create an alert rule:
6969

70-
1. First create and run a query to validate it.
70+
1. First, create and run a query to validate the query.
7171
1. Select **New alert rule**.
7272
:::image type="content" source="media/observability/log-alert-new-alert-rule.png" alt-text="Screenshot of the Log Analytics interface highlighting the new alert rule button.":::
7373
1. The **Create an alert rule** editor is opened to the **Condition** tab, which is populated with your log query.

articles/container-apps/log-monitoring.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ The Container Apps service provides system log messages at the container app lev
2828

2929
| Source | Type | Message |
3030
|---------|------|---------|
31-
| Dapr | info | Successfully created dapr component \<component-name\> with scope \<dapr-component-scope\> |
32-
| Dapr | info | Successfully updated dapr component \<component-name\> with scope \<component-type\> |
33-
| Dapr | error | Error creating dapr component \<component-name\> |
34-
| Volume Mounts | info | Successfully mounted volume \<volume-name\> for revision \<revision-scope\> |
35-
| Volume Mounts | error | Error mounting volume \<volume-name\> |
36-
| Domain Binding | info | Successfully bound Domain \<domain\> to the container app \<container app name\> |
37-
| Authentication | info | Auth enabled on app. Creating authentication config |
38-
| Authentication | info | Auth config created successfully |
39-
| Traffic weight | info | Setting a traffic weight of \<percentage>% for revision \<revision-name\\> |
40-
| Revision Provisioning | info | Creating a new revision: \<revision-name\> |
41-
| Revision Provisioning | info | Successfully provisioned revision \<name\> |
42-
| Revision Provisioning | info| Deactivating Old revisions since 'ActiveRevisionsMode=Single' |
43-
| Revision Provisioning | error | Error provisioning revision \<revision-name>. ErrorCode: \<[ErrImagePull]\|[Timeout]\|[ContainerCrashing]\> |
31+
| Dapr | Info | Successfully created dapr component \<component-name\> with scope \<dapr-component-scope\> |
32+
| Dapr | Info | Successfully updated dapr component \<component-name\> with scope \<component-type\> |
33+
| Dapr | Error | Error creating dapr component \<component-name\> |
34+
| Volume Mounts | Info | Successfully mounted volume \<volume-name\> for revision \<revision-scope\> |
35+
| Volume Mounts | Error | Error mounting volume \<volume-name\> |
36+
| Domain Binding | Info | Successfully bound Domain \<domain\> to the container app \<container app name\> |
37+
| Authentication | Info | Auth enabled on app. Creating authentication config |
38+
| Authentication | Info | Auth config created successfully |
39+
| Traffic weight | Info | Setting a traffic weight of \<percentage>% for revision \<revision-name\\> |
40+
| Revision Provisioning | Info | Creating a new revision: \<revision-name\> |
41+
| Revision Provisioning | Info | Successfully provisioned revision \<name\> |
42+
| Revision Provisioning | Info| Deactivating Old revisions since 'ActiveRevisionsMode=Single' |
43+
| Revision Provisioning | Error | Error provisioning revision \<revision-name>. ErrorCode: \<[ErrImagePull]\|[Timeout]\|[ContainerCrashing]\> |
4444

4545
The system log data is accessible by querying the `ContainerAppSystemlogs_CL` table. The most used Container Apps specific columns in the table are:
4646

0 commit comments

Comments
 (0)