Skip to content

Commit 2d115f9

Browse files
committed
Fix review bugs
1 parent 7363bd5 commit 2d115f9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

articles/cosmos-db/includes/diagnostic-queries-selector.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ author: seesharprun
33
ms.author: sidandrews
44
ms.reviewer: esarroyo
55
ms.service: cosmos-db
6+
ms.topic: include
67
ms.date: 11/08/2022
78
ms.custom: include file
89
---

articles/cosmos-db/includes/diagnostics-tables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ author: seesharprun
33
ms.author: sidandrews
44
ms.reviewer: esarroyo
55
ms.service: cosmos-db
6+
ms.topic: include
67
ms.date: 11/08/2022
78
ms.custom: include file
89
---

articles/cosmos-db/monitor-resource-logs.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,14 @@ Use the [Azure Monitor REST API](/rest/api/monitor/diagnosticsettings/createorup
107107
| Parameters/Headers | Value/Description |
108108
| --- | --- |
109109
| **name** | The name of your diagnostic setting. |
110-
| **resourceUri** | `subscriptions/{SUBSCRIPTION_ID}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.DocumentDb/databaseAccounts/{ACCOUNT_NAME}/providers/microsoft.insights/diagnosticSettings/{DIAGNOSTIC_SETTING_NAME}` |
110+
| **resourceUri** | Microsoft Insights sub-resource URI for Azure Cosmos DB account. |
111111
| **api-version** | `2017-05-01-preview` |
112112
| **Content-Type** | `application/json` |
113113
114+
> [!NOTE]
115+
> The URI for the Microsoft Insights sub-resource is in this format: `subscriptions/{SUBSCRIPTION_ID}/resourceGroups/{RESOURCE_GROUP}/providers/Microsoft.DocumentDb/databaseAccounts/{ACCOUNT_NAME}/providers/microsoft.insights/diagnosticSettings/{DIAGNOSTIC_SETTING_NAME}`. For more information about Azure Cosmos DB resource URIs, see [resource URI syntax for Azure Cosmos DB REST API](/rest/api/cosmos-db/cosmosdb-resource-uri-syntax-for-rest).
116+
117+
114118
1. Set the body of the request to this JSON payload.
115119
116120
```json

0 commit comments

Comments
 (0)