Skip to content

Commit 5db5a88

Browse files
committed
Acrolinx fixes
1 parent 2d9f6a7 commit 5db5a88

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Use the [`az monitor diagnostic-settings create`](/cli/azure/monitor/diagnostic-
108108
```
109109
110110
> [!IMPORTANT]
111-
> This sample uses the **--export-to-resource-specific** argument to enable resource-specific tables.
111+
> This sample uses the `--export-to-resource-specific` argument to enable resource-specific tables.
112112
113113
1. Review the results of creating your new setting using `az monitor diagnostics-settings show`.
114114
@@ -127,9 +127,6 @@ Use the [`az monitor diagnostic-settings create`](/cli/azure/monitor/diagnostic-
127127
128128
Use the [Azure Monitor REST API](/rest/api/monitor/diagnosticsettings/createorupdate) for creating a diagnostic setting via the interactive console.
129129
130-
> [!NOTE]
131-
> We recommend setting the **logAnalyticsDestinationType** property to **Dedicated** for enabling resource specific tables.
132-
133130
1. Ensure you logged in to the Azure CLI. For more information, see [sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
134131
135132
1. Create the diagnostic setting for your Azure Cosmos DB resource using an HTTP `PUT` request and [`az rest`](/cli/azure/reference-index#az-rest).
@@ -170,7 +167,7 @@ Use the [Azure Monitor REST API](/rest/api/monitor/diagnosticsettings/createorup
170167
```
171168
172169
> [!IMPORTANT]
173-
> This sample sets the **logAnalyticsDestinationType** property to **Dedicated** to enable resource-specific tables.
170+
> This sample sets the `logAnalyticsDestinationType` property to `Dedicated` to enable resource-specific tables.
174171
175172
1. Use `az rest` again with an HTTP `GET` verb to get the properties of the diagnostic setting.
176173
@@ -235,7 +232,7 @@ Use an [Bicep template](../azure-resource-manager/bicep/overview.md) to create t
235232
```
236233
237234
> [!IMPORTANT]
238-
> This sample sets the **logAnalyticsDestinationType** property to **Dedicated** to enable resource-specific tables.
235+
> This sample sets the `logAnalyticsDestinationType` property to `Dedicated` to enable resource-specific tables.
239236
240237
1. Deploy the template using [`az deployment group create`](/cli/azure/deployment/group#az-deployment-group-create).
241238
@@ -308,7 +305,7 @@ Use an [Azure Resource Manager template](../azure-resource-manager/templates/ove
308305
```
309306
310307
> [!IMPORTANT]
311-
> This sample sets the **logAnalyticsDestinationType** property to **Dedicated** to enable resource-specific tables.
308+
> This sample sets the `logAnalyticsDestinationType` property to `Dedicated` to enable resource-specific tables.
312309
313310
1. Deploy the template using [`az deployment group create`](/cli/azure/deployment/group#az-deployment-group-create).
314311

0 commit comments

Comments
 (0)