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/connect-already-enabled.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,30 @@
1
1
---
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
3
3
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.
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray, maghan
7
-
ms.date: 03/08/2024
7
+
ms.date: 06/30/2025
8
8
ms.topic: how-to
9
9
---
10
10
11
11
# Connect your SQL Server to Azure Arc on a server already enabled by Azure Arc
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
+
15
19
[!INCLUDE [automatic](includes/if-manual.md)]
16
20
17
-
Before you proceed, complete the [Prerequisites](prerequisites.md).
21
+
## Prerequisites
18
22
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).
20
24
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).
22
26
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**.
24
28
25
29
> [!IMPORTANT]
26
30
> 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:
35
39
1. Search for the connected server with the SQL Server instance that you want to connect to Azure.
36
40
1. Under **Extensions**, select **+ Add**.
37
41
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).
39
43
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":::
41
45
1. Select **Create**.
42
46
43
47
### [PowerShell](#tab/powershell)
@@ -83,10 +87,10 @@ The extension runs continuously to detect changes in the SQL Server configuratio
83
87
84
88
Go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
85
89
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":::
87
91
88
-
## Next steps
92
+
## Related content
89
93
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)
92
96
-[Known issues: SQL Server enabled by Azure Arc](known-issues.md)
0 commit comments