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
* On the resource page for an Azure Arc-enabled SQL Server, select the "Performance Dashboard (preview)" section
287
-
* At the top of the "Performance Dashboard" page, click the Configue button. A panel "Configure monitoring settings" will open on the right-hand side of the screen.
288
-
* In the configure monitoring settings panel, toggle the option for monitoring data collection on or off.
287
+
* At the top of the "Performance Dashboard" page, click the Configure button. A panel "Configure monitoring settings" will open on the right-hand side of the screen.
288
+
* In the configure monitoring settings panel, toggle the option for monitoring data collection on or off.
289
289
* Select Apply settings
290
290
291
291
### Using the Azure CLI
@@ -306,6 +306,8 @@ To enable the monitoring data collection for an Azure Arc-enabled SQL Server, ru
306
306
az resource update --ids "/subscriptions/<sub_id>/resourceGroups/<resource_group>/providers/Microsoft.AzureArcData/SqlServerInstances/<resource_name>" --set 'properties.monitoring.enabled=true' --api-version 2023-09-01-preview
307
307
```
308
308
309
+
Please note that this command may run successfully but all requirements in the [Prerequisites section](#prerequisites) must be met for monitoring data to be collected and shown in the Azure portal.
310
+
309
311
## Limitations
310
312
311
313
* After adding or removing a SQL instance on your Windows machine, you must restart the sqlServer extension service for the update to take effect.
0 commit comments