@@ -108,7 +108,7 @@ Use the [`az monitor diagnostic-settings create`](/cli/azure/monitor/diagnostic-
108
108
```
109
109
110
110
> [!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.
112
112
113
113
1. Review the results of creating your new setting using `az monitor diagnostics-settings show`.
114
114
@@ -127,9 +127,6 @@ Use the [`az monitor diagnostic-settings create`](/cli/azure/monitor/diagnostic-
127
127
128
128
Use the [Azure Monitor REST API](/rest/api/monitor/diagnosticsettings/createorupdate) for creating a diagnostic setting via the interactive console.
129
129
130
- > [!NOTE]
131
- > We recommend setting the **logAnalyticsDestinationType** property to **Dedicated** for enabling resource specific tables.
132
-
133
130
1. Ensure you logged in to the Azure CLI. For more information, see [sign in with Azure CLI](/cli/azure/authenticate-azure-cli).
134
131
135
132
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
170
167
```
171
168
172
169
> [!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.
174
171
175
172
1. Use `az rest` again with an HTTP `GET` verb to get the properties of the diagnostic setting.
176
173
@@ -235,7 +232,7 @@ Use an [Bicep template](../azure-resource-manager/bicep/overview.md) to create t
235
232
```
236
233
237
234
> [!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.
239
236
240
237
1. Deploy the template using [`az deployment group create`](/cli/azure/deployment/group#az-deployment-group-create).
241
238
@@ -308,7 +305,7 @@ Use an [Azure Resource Manager template](../azure-resource-manager/templates/ove
308
305
```
309
306
310
307
> [!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.
312
309
313
310
1. Deploy the template using [`az deployment group create`](/cli/azure/deployment/group#az-deployment-group-create).
314
311
0 commit comments