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: docs/sql-server/azure-arc/sql-monitoring.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ ms.topic: conceptual
10
10
11
11
# Monitor Azure Arc-enabled SQL Server
12
12
13
-
Monitor the performance of Azure Arc-enabled SQL Servers within the Azure portal. Performance metrics are automatically collected from DMV datasets on eligible Azure Arc-enabled SQL Servers and sent to the Azure telemetry pipeline for near real-time processing. Performance data can then be viewed on the Performance Dashboard section of an Azure Arc-enabled SQL Server. Monitoring data collection is automatic, assuming all prerequisites are met.
13
+
Monitor the performance of Azure Arc-enabled SQL Server within the Azure portal. Performance metrics are automatically collected from DMV datasets on eligible Azure Arc-enabled SQL Server and sent to the Azure telemetry pipeline for near real-time processing. Performance data can then be viewed on the Performance Dashboard section of an Azure Arc-enabled SQL Server. Monitoring data collection is automatic, assuming all prerequisites are met.
14
14
15
15
## Prerequisites
16
16
17
17
In order for monitoring data to be collected on an Azure Arc-enabled SQL Server, the following conditions must be met:
18
18
19
-
* The version of Azure Extension for SQL Server (WindowsAgent.SqlServer) is "1.1.2497" or later
19
+
* The version of Azure Extension for SQL Server (WindowsAgent.SqlServer) is update to the November release or later. (See [Release Notes](../azure-arc/release-notes.md))
20
20
* Azure Arc-enabled SQL Server is running on Windows operating system
21
-
* Azure Arc-enabled SQL Server is a Standard or Enterprise (Core) Edition
21
+
* Azure Arc-enabled SQL Server is a Standard or Enterprise Edition
22
22
* The license type on the Azure Arc-enabled SQL Server is set to "License with Software Assurance" or "Pay-as-you-go"
23
23
24
24
## Collected data
25
25
26
-
The following lists reflect the monitoring data is collected from DMV datasets on Azure Arc-enabled SQL Servers when the monitoring feature is enabled. No personally identifiable information (PII), end-user identifiable information (EUII), or customer content is collected.
26
+
The following lists reflect the monitoring data that is collected from DMV datasets on Azure Arc-enabled SQL Server when the monitoring feature is enabled. No personally identifiable information (PII), end-user identifiable information (EUII), or customer content is collected.
> In order to disable or enable data collection, the `sqlServer` extension must be on `v1.1.2496`or later. [Upgrade VM extensions using the Azure Portal.](/azure/azure-arc/servers/manage-vm-extensions-portal)
281
+
> In order to disable or enable data collection, the `sqlServer` extension must be on the November release or later. (See [Release Notes](../azure-arc/release-notes.md))
282
282
283
283
### Using the Azure Portal
284
284
@@ -305,11 +305,11 @@ To enable the monitoring data collection for an Azure Arc-enabled SQL Server, ru
305
305
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
306
306
```
307
307
308
-
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.
308
+
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.
309
309
310
310
## Limitations
311
311
312
-
* After adding or removing a SQL instance on your Windows machine, you must restart the sqlServer extension service for the update to take effect.
312
+
* After adding or removing a SQL Server instance on your Windows machine, you must restart the Microsoft Sql Server (sqlServerExtension) extension service for the update to take effect. This restart is only required to add/remove the instance from monitoring collection.
0 commit comments