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/cosmos-db/monitor-resource-logs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Here, we walk through the process of creating diagnostic settings for your accou
48
48
49
49
1. Navigate to your Azure Cosmos DB account. Open the **Diagnostic settings** pane under the **Monitoring section** and then select the **Add diagnostic setting** option.
50
50
51
-
:::image type="content" source="media/monitor-resource-logs/diagnostics-settings-selection.png" lightbox="media/monitor-resource-logs/diagnostics-settings-selection.png" alt-text="Sreenshot of the diagnostics selection page.":::
51
+
:::image type="content" source="media/monitor-resource-logs/add-diagnostic-setting.png" lightbox="media/monitor-resource-logs/add-diagnostic-setting.png" alt-text="Sreenshot of the diagnostics selection page.":::
52
52
53
53
> [!IMPORTANT]
54
54
> You might see a prompt to "enable full-text query \[...\] for more detailed logging" if the **full-text query** feature is not enabled in your account. You can safely ignore this warning if you do not wish to enable this feature. For more information, see [enable full-text query](monitor-resource-logs.md#enable-full-text-query-for-logging-query-text).
@@ -69,7 +69,7 @@ Here, we walk through the process of creating diagnostic settings for your accou
69
69
70
70
1. Once you select your **Categories details**, then send your Logs to your preferred destination. If you're sending Logs to a **Log Analytics Workspace**, make sure to select **Resource specific** as the Destination table.
71
71
72
-
:::image type="content" source="media/monitor-resource-logs/diagnostics-resource-specific.png" alt-text="Screenshot of the option to enable resource-specific diagnostics.":::
72
+
:::image type="content" source="media/monitor-resource-logs/configure-diagnostic-setting.png" alt-text="Screenshot of the option to enable resource-specific diagnostics.":::
73
73
74
74
### [Azure CLI](#tab/azure-cli)
75
75
@@ -334,11 +334,11 @@ Azure Cosmos DB provides advanced logging for detailed troubleshooting. By enabl
334
334
335
335
1. To enable this feature, navigate to the `Features` page in your Azure Cosmos DB account.
336
336
337
-
:::image type="content" source="media/monitor-resource-logs/full-text-query-features.png" lightbox="media/monitor-resource-logs/full-text-query-features.png" alt-text="Screenshot of the navigation process to the Features page.":::
337
+
:::image type="content" source="media/monitor-resource-logs/enable-account-features.png" lightbox="media/monitor-resource-logs/enable-account-features.png" alt-text="Screenshot of the navigation process to the Features page.":::
338
338
339
339
2. Select `Enable`. This setting is applied within a few minutes. All newly ingested logs have the full-text or PIICommand text for each request.
340
340
341
-
:::image type="content" source="media/monitor-resource-logs/select-enable-full-text.png" alt-text="Screenshot of the full-text feature being enabled.":::
341
+
:::image type="content" source="media/monitor-resource-logs/enable-diagnostics-full-text-query.png" alt-text="Screenshot of the full-text feature being enabled.":::
342
342
343
343
### [Azure CLI / REST API / Bicep / ARM Template](#tab/azure-cli+rest-api+bicep+azure-resource-manager-template)
0 commit comments