Skip to content

Commit 0293f3f

Browse files
Merge pull request #35938 from ajithkr-ms/SqlConnSummaryUpdates
Updating prerequisites
2 parents 0e35c2f + fbd6e22 commit 0293f3f

File tree

4 files changed

+57
-79
lines changed

4 files changed

+57
-79
lines changed

docs/sql-server/azure-arc/includes/features-edition.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: MikeRayMSFT
33
ms.author: mikeray
44
ms.reviewer: randolphwest
5-
ms.date: 11/18/2025
5+
ms.date: 11/26/2025
66
ms.topic: include
77
ms.custom:
88
- ignite-2025
@@ -17,13 +17,13 @@ The following table identifies features available by [!INCLUDE [ssnoversion-md](
1717
| [Azure pay-as-you-go billing](../manage-configuration.md) | Yes | Yes | Not applicable | Not applicable | Not applicable | Not applicable |
1818
| [Best practices assessment](../assess.md) | Yes | Yes | Yes | Yes | Yes | Yes |
1919
| [Migration readiness](../migration-assessment.md) | Yes | Yes | Yes | Yes | Yes | Yes |
20-
| [Database migration](../migrate-to-azure-sql-managed-instance.md) | LRS & <br />MI link | LRS & <br />MI link | LRS only | LRS only | LRS & <br />MI link | LRS only |
20+
| [Database migration](../migrate-to-azure-sql-managed-instance.md) | LRS and<br />MI link | LRS and<br />MI link | LRS only | LRS only | LRS and<br />MI link | LRS only |
2121
| [Detailed inventory](../view-inventory.md#inventory-databases) | Yes | Yes | Yes | Yes | Yes | Yes |
2222
| [Microsoft Entra authentication](../../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md) | Yes | Yes | Yes | Yes | Yes | Yes |
2323
| [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-sql-usage) | Yes | Yes | Yes | Yes <sup>1</sup> | Yes | Yes |
2424
| [Microsoft Purview: Govern using DevOps and data owner policies](/azure/purview/tutorial-register-scan-on-premises-sql-server) | Yes | Yes | Yes | Yes | Yes | Yes |
2525
| [Automated backups to local storage (preview)](../backup-local.md) | Yes | Yes | Yes | Yes | Yes | Yes |
26-
| [Point-in-time-restore](../point-in-time-restore.md) | Yes | Yes | Yes | Yes | Yes | Yes |
26+
| [Point-in-time restore](../point-in-time-restore.md) | Yes | Yes | Yes | Yes | Yes | Yes |
2727
| [Automatic updates](../update.md) | Yes | Yes | Yes | Yes | Yes | Yes |
2828
| [Failover cluster instances](../support-for-fci.md) | Yes | Yes | Not applicable | Not applicable | Yes | Not applicable |
2929
| [Always On availability groups](../manage-availability-group.md) | Yes | Yes | Not applicable | Not applicable | Yes | Not applicable |
@@ -47,12 +47,12 @@ The following table identifies features available by [!INCLUDE [ssnoversion-md](
4747
| [Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-sql-usage) | Yes | Yes | Yes <sup>2</sup> | Yes |
4848
| [Microsoft Purview: Govern using DevOps and data owner policies](/azure/purview/tutorial-register-scan-on-premises-sql-server) | Yes | Yes | Yes | Yes |
4949
| [Automated backups to local storage (preview)](../backup-local.md) | Yes | Yes | Yes | Yes |
50-
| [Point-in-time-restore](../point-in-time-restore.md) | Yes | Yes | Yes | Yes |
50+
| [Point-in-time restore](../point-in-time-restore.md) | Yes | Yes | Yes | Yes |
5151
| [Automatic updates](../update.md) | Yes | Yes | Yes | Yes |
5252
| [Failover cluster instances](../support-for-fci.md) | Yes | Yes | Not applicable | Not applicable |
5353
| [Always On availability groups](../manage-availability-group.md) | Yes | Yes | Not applicable | Not applicable |
5454
| [Monitoring (preview)](../sql-monitoring.md) | Yes | Yes | No | No |
55-
| [Client connection summary (preview)](../sql-monitoring.md) | Yes | Yes | Yes | Yes |
55+
| [Client connection summary](../sql-connection-summary.md) | Yes | Yes | Yes | Yes |
5656
| [Operate with least privilege](../configure-least-privilege.md) | Yes | Yes | Yes | Yes |
5757

5858
<sup>1</sup> SQL Server 2025 (17.x) introduces separate Enterprise Developer and Standard Developer editions of SQL Server.

docs/sql-server/azure-arc/sql-connection-summary.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
11
---
22
title: SQL Server Connection Summary
3-
description: Learn how you can view client connections to an instance of SQL Server enabled by Azure Arc.
3+
description: Learn how you can view client connections to an instance of SQL Server enabled by Azure Arc.
44
author: ajithkr-ms
55
ms.author: ajithkr
66
ms.reviewer: nhebbar, randolphwest
7-
ms.date: 10/15/2025
7+
ms.date: 11/26/2025
88
ms.topic: how-to
9-
ms.custom:
109
---
1110

1211
# Client connection summary for SQL Server enabled by Azure Arc
1312

1413
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1514

16-
This article teaches you how to view client connections to [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] in Azure portal.
15+
This article teaches you how to view client connections to [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] in Azure portal.
16+
17+
## Prerequisites
18+
19+
To collect client connection data for [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] and view the summary in Azure, you must meet the following conditions:
20+
21+
- The version of Azure Extension for SQL Server (`WindowsAgent.SqlServer`) is v1.1.2986.256 or greater.
22+
23+
- [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] is running on the Windows operating system.
24+
25+
- [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] running on [!INCLUDE [winserver2012r2-md](../../includes/winserver2012r2-md.md)] and older versions aren't supported.
26+
27+
- The SQL Server version is [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] with Service Pack 1 or greater.
28+
29+
- The server has connectivity to `*.<region>.arcdataservices.com`. For more information, see the [network requirements](/azure/azure-arc/servers/network-requirements?tabs=azure-cloud).
30+
31+
- The license type on [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] is Software Assurance or pay-as-you-go.
32+
33+
- You have an Azure role with the action `Microsoft.AzureArcData/sqlServerInstances/getTelemetry/`. You can use the following built-in role, which includes this action: *Azure Hybrid Database Administrator - Read Only Service Role*. For more information, see [Azure built-in roles](/azure/role-based-access-control/built-in-roles).
1734

1835
## View SQL Server connections
1936

@@ -25,11 +42,11 @@ To view a summary of all client connections to the SQL Server instance, follow t
2542

2643
:::image type="content" source="media/sql-connection-summary/sql-connection-summary.png" alt-text="Screenshot of the SQL Client Connections view for SQL Server enabled by Azure Arc." lightbox="media/sql-connection-summary/sql-connection-summary.png":::
2744

28-
### Review the summarized data in the view:
45+
### Review the summarized data in the view
2946

3047
| Column name | Description and version-specific information |
3148
| --- | --- |
32-
| **Program Name** | Name of client program that initiated the session.|
49+
| **Program Name** | Name of client program that initiated the session. |
3350
| **Client Interface Name** | Name of library/driver being used by the client to communicate with the server. |
3451
| **Database Name** | Name of the current database for the session in the hourly snapshots. |
3552
| **Request End Time** | Last request end time from the hourly snapshots. Indicator of how recently the client program connected used the database. |
@@ -46,44 +63,45 @@ The connection data within the time range chosen on the portal dictates the clie
4663

4764
## Disable the connections view
4865

49-
Since the SQL Server connections view is enabled by default, you can choose to disable it and stop data collection. You can disable the SQL Server connections view by using the Azure portal, or the Azure CLI.
66+
Since the SQL Server connections view is enabled by default, you can choose to disable it and stop data collection. You can disable the SQL Server connections view by using the Azure portal, or the Azure CLI.
5067

5168
### [Azure portal](#tab/azure-portal)
5269

5370
To disable the SQL Server Connections view, follow these steps:
5471

5572
1. On the **Overview** page for [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] in the [Azure portal](https://portal.azure.com), select **SQL Server Connections** to open the **SQL Server Connections** pane.
56-
1. On the **SQL Server Connections** pane, select **Disable** from the command bar. Select **Yes** on the **Disable SQL client connections** information box:
73+
74+
1. On the **SQL Server Connections** pane, select **Disable** from the command bar. Select **Yes** on the **Disable SQL client connections** information box:
5775

5876
:::image type="content" source="media/sql-connection-summary/sql-connection-disable.png" alt-text="Screenshot of disable option in SQL Client Connections view for SQL Server enabled by Azure Arc." lightbox="media/sql-connection-summary/sql-connection-disable.png":::
5977

6078
### [Azure CLI](#tab/azure-cli)
6179

62-
To disable the SQL Server Connections view, replace placeholder values and then run the following Azure CLI command:
80+
To disable the SQL Server Connections view, replace placeholder values and then run the following Azure CLI command:
6381

6482
```azurecli
6583
az sql server-arc extension feature-flag set --name ClientConnections --enable false --resource-group <resource_group>" --machine-name <server_name>
6684
```
6785

6886
---
6987

70-
7188
## Enable the connections view
7289

73-
If SQL Server Connections view and data collection is disabled, you can enable it again by using the Azure portal, or the Azure CLI.
90+
If SQL Server Connections view and data collection is disabled, you can enable it again by using the Azure portal, or the Azure CLI.
7491

7592
### [Azure portal](#tab/azure-portal)
7693

7794
To disable the SQL Server Connections view, follow these steps:
7895

7996
1. On the **Overview** pane for [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)], select **SQL Server Connections** to open the **SQL Server Connections** page.
80-
1. On the **SQL Server Connections** pane, either select **Enable** from the command bar, or the **Enable Sql Connections** button to enable the SQL Server connections feature.
97+
98+
1. On the **SQL Server Connections** pane, either select **Enable** from the command bar, or the **Enable Sql Connections** button to enable the SQL Server connections feature.
8199

82100
:::image type="content" source="media/sql-connection-summary/sql-connection-enable.png" alt-text="Screenshot of enable option in SQL Client Connections view for SQL Server enabled by Azure Arc." lightbox="media/sql-connection-summary/sql-connection-enable.png":::
83101

84102
### [Azure CLI](#tab/azure-cli)
85103

86-
To enable the SQL Server Connections view, replace placeholder values and then run the following Azure CLI command:
104+
To enable the SQL Server Connections view, replace placeholder values and then run the following Azure CLI command:
87105

88106
```azurecli
89107
az sql server-arc extension feature-flag set --name ClientConnections --enable true --resource-group <resource_group>" --machine-name <server_name>
@@ -93,5 +111,5 @@ az sql server-arc extension feature-flag set --name ClientConnections --enable
93111

94112
## Related content
95113

96-
- [Use performance dashboard to monitor SQL Server enabled by Azure Arc](sql-monitoring.md)
114+
- [Monitor SQL Server enabled by Azure Arc (preview)](sql-monitoring.md)
97115
- [System dynamic management views](../../relational-databases/system-dynamic-management-views/system-dynamic-management-views.md)

docs/sql-server/migrate/dma-azure-migrate-compare-migration-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: Compare SQL data migration tools to determine which tool best suits
55
author: croblesm
66
ms.author: roblescarlos
77
ms.reviewer: randolphwest, maghan
8-
ms.date: 10/01/2025
8+
ms.date: 11/26/2025
99
ms.service: sql
10-
ms.subservice: dma
11-
ms.topic: conceptual
10+
ms.subservice: migration-guide
11+
ms.topic: article
1212
helpviewer_keywords:
1313
- "migration, on-premises SQL Server"
1414
---

0 commit comments

Comments
 (0)