Skip to content

Commit dec3511

Browse files
authored
Update connect already enabled. (#34577)
1 parent 2d7a0ae commit dec3511

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

docs/sql-server/azure-arc/connect-already-enabled.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
---
2-
title: Connect SQL Server on a server already enabled by Azure Arc
2+
title: Connect SQL Server on a Server Already Enabled by Azure Arc
33
description: Connect an instance of SQL Server to Azure Arc on a server that is already enabled by Azure Arc. Allows you to manage SQL Server centrally, as an Arc-enabled resource.
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, maghan
7-
ms.date: 03/08/2024
7+
ms.date: 06/30/2025
88
ms.topic: how-to
99
---
1010

1111
# Connect your SQL Server to Azure Arc on a server already enabled by Azure Arc
1212

1313
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1414

15+
This article explains how to connect your SQL Server instance to Azure Arc on an Arc-enabled server. For example, you need to use this method to connect a SQL Server instance to Azure Arc at this time in US Government Virginia region, because automatic connection isn't currently available in that region. For this case, follow the steps under [Connect](#connect).
16+
17+
If the physical or virtual server isn't connected to Azure yet, follow the steps in [Connect your SQL Server to Azure Arc](connect.md).
18+
1519
[!INCLUDE [automatic](includes/if-manual.md)]
1620

17-
Before you proceed, complete the [Prerequisites](prerequisites.md).
21+
## Prerequisites
1822

19-
This article explains how to connect your SQL Server instance to Azure Arc on an Arc-enabled server. If the physical or virtual server isn't connected to Azure yet, follow the steps in [Connect your SQL Server to Azure Arc](connect.md).
23+
Verify that `Microsoft.AzureArcData` is registered in each subscription. Review instructions at [Register resource providers](prerequisites.md#register-resource-providers).
2024

21-
If the machine with SQL Server is already connected to Azure Arc, to connect the SQL Server instances, install *Azure extension for SQL Server*. The extension is in the extension tab of "Server -Azure Arc" resource as **Azure Extension for SQL Server**.
25+
Review all of the prerequisites at [Prerequisites - SQL Server enabled by Azure Arc](prerequisites.md).
2226

23-
For example, you need to use this method to connect a SQL Server instance to Azure Arc at this time in US Government Virginia region, because automatic connection is not currently available in that region. For this case, follow the steps under [Connect](#connect).
27+
If the machine with SQL Server is already connected to Azure Arc, to connect the SQL Server instances, install *Azure extension for SQL Server*. The extension is in the extension tab of "Server - Azure Arc" resource as **Azure Extension for SQL Server**.
2428

2529
> [!IMPORTANT]
2630
> The Azure resource with type `SQL Server - Azure Arc` representing the SQL Server instance installed on the machine uses the same region and resource group as the Azure resources for Arc-enabled servers.
@@ -35,9 +39,9 @@ To install the Azure extension for SQL Server, use the following steps:
3539
1. Search for the connected server with the SQL Server instance that you want to connect to Azure.
3640
1. Under **Extensions**, select **+ Add**.
3741
1. Select `Azure extension for SQL Server` and select **Next**.
38-
1. Specify the SQL Server edition and license type you are using on this machine. Some Arc-enabled SQL Server features are only available for SQL Server instances with Software Assurance (Paid) or with Azure pay-as-you-go. For more information, review [Manage SQL Server license type](manage-configuration.md).
42+
1. Specify the SQL Server edition and license type you're using on this machine. Some Arc-enabled SQL Server features are only available for SQL Server instances with Software Assurance (Paid) or with Azure pay-as-you-go. For more information, review [Configure SQL Server enabled by Azure Arc](manage-configuration.md).
3943
1. Specify the SQL Server instance(s) you want to exclude from registering (if you have multiple instances to skip, separate them by spaces) and select **Review + Create**.
40-
:::image type="content" source="media/join/license-type-in-extension.png" alt-text="Screenshot for license type and exclude instances.":::
44+
:::image type="content" source="media/join/license-type-in-extension.png" alt-text="Screenshot for license type and exclude instances." lightbox="media/join/license-type-in-extension.png":::
4145
1. Select **Create**.
4246

4347
### [PowerShell](#tab/powershell)
@@ -83,10 +87,10 @@ The extension runs continuously to detect changes in the SQL Server configuratio
8387

8488
Go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
8589

86-
:::image type="content" source="media/join/validate-sql-server-azure-arc.png" alt-text="Screenshot of validating a connected SQL Server.":::
90+
:::image type="content" source="media/join/validate-sql-server-azure-arc.png" alt-text="Screenshot of validating a connected SQL Server." lightbox="media/join/validate-sql-server-azure-arc.png":::
8791

88-
## Next steps
92+
## Related content
8993

90-
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
91-
- [Configure best practices assessment on a [!INCLUDE [ssazurearc](../../includes/ssazurearc.md)] instance](assess.md)
94+
- [Protect SQL Server with Microsoft Defender for Cloud](configure-advanced-data-security.md)
95+
- [Configure best practices assessment for SQL Server enabled by Azure Arc](assess.md)
9296
- [Known issues: SQL Server enabled by Azure Arc](known-issues.md)
-70.2 KB
Loading
-152 KB
Loading

0 commit comments

Comments
 (0)