Skip to content

Commit 4477264

Browse files
committed
Minor edits for branding, grammar, clarity.
1 parent 4156b8d commit 4477264

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/sql-server/azure-arc/sql-monitoring.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ ms.topic: conceptual
1010

1111
# Monitor Azure Arc-enabled SQL Server
1212

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.
1414

1515
## Prerequisites
1616

1717
In order for monitoring data to be collected on an Azure Arc-enabled SQL Server, the following conditions must be met:
1818

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))
2020
* 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
2222
* The license type on the Azure Arc-enabled SQL Server is set to "License with Software Assurance" or "Pay-as-you-go"
2323

2424
## Collected data
2525

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.
2727

2828
### Active Sessions
2929

@@ -278,7 +278,7 @@ Collection Frequency: 10 seconds\
278278
## Disable or enable collection
279279

280280
> [!IMPORTANT]
281-
> 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))
282282
283283
### Using the Azure Portal
284284

@@ -305,11 +305,11 @@ To enable the monitoring data collection for an Azure Arc-enabled SQL Server, ru
305305
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
306306
```
307307

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.
309309

310310
## Limitations
311311

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.
313313

314314
## Next steps
315315

0 commit comments

Comments
 (0)