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
This article explains how to connect your SQL Server instance to Azure Arc. Before you proceed, complete the [Prerequisites](prerequisites.md#prerequisites).
16
+
This article explains how to connect your SQL Server instance to Azure Arc.
17
17
18
-
## Onboard the server to Azure Arc
18
+
Before you proceed:
19
+
20
+
- Verify your server meets [prerequisites for the connected machine agent](/azure/azure-arc/servers/prerequisites).
21
+
- Verify your network and firewall meets the [network requirements for connected machine agent](/azure/azure-arc/servers/network-requirements).
19
22
20
-
Azure Arc automatically installs the Azure extension for SQL Server when a server connected to Azure Arc has SQL Server installed. All the SQL Server instance resources are automatically created in Azure, providing a centralized management platform for all your SQL Servers.
23
+
## Steps
21
24
22
-
To learn more, see [Auto deployment of Azure extension for SQL Server](connect-at-scale-autodeploy.md)
25
+
1.[Onboard the server to Azure Arc](#onboard-the-server-to-azure-arc)
26
+
1. Wait approximately 10 minutes
27
+
1.[Verify your Azure Arc-enabled SQL Server resources](#verify-your-azure-arc-enabled-sql-server-resources)
23
28
24
-
Connecting SQL Servers in your hybrid environment directly with Azure can be accomplished using different methods, depending on your requirements and the tools you prefer to use.
29
+
## Onboard the server to Azure Arc
25
30
26
31
To connect your SQL Server to Azure, see [Azure Connected Machine agent deployment options](/azure/azure-arc/servers/deployment-options).
27
32
28
33
> [!NOTE]
29
34
> If your server is already connected to Azure, but Azure extension for SQL Server is not deployed automatically using above methods, proceed to [Alternate deployment options for Azure Arc-enabled SQL Server](deployment-options.md) to connect SQL Server to Azure.
30
35
31
-
## Validate your Arc-enabled SQL Server resources
36
+
Azure Arc automatically installs the Azure extension for SQL Server when a server connected to Azure Arc has SQL Server installed. All the SQL Server instance resources are automatically created in Azure. These provide a centralized management platform for all your SQL Servers.
37
+
38
+
To learn more, see [Auto deployment of Azure extension for SQL Server](connect-at-scale-autodeploy.md).
39
+
40
+
## Verify your Azure Arc-enabled SQL Server resources
32
41
33
-
Go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
42
+
In Azure portal, go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL Server resource to validate.
34
43
35
44
:::image type="content" source="media/join/validate-sql-server-azure-arc.png" alt-text="Screenshot of validating a connected SQL Server.":::
36
45
37
46
> [!NOTE]
38
47
> After connecting the server to Arc, you need to wait 10 minutes for the Azure extension for SQL Server to deploy and the Arc-enabled SQL Server resource to be created.
39
48
>
49
+
40
50
If the Arc-enabled SQL Server resource does not appear in the same resource group as the Arc Server, follow the [Azure extension for SQL Server](troubleshoot-deployment.md) guide to troubleshoot the issue.
41
51
42
-
## Next steps
52
+
## Evaluate Azure Arc-enabled SQL Server on an Azure VM
53
+
54
+
Normally, you wouldn't use Azure Arc-enabled SQL Server on an Azure virtual machine. However, you can use an Azure SQL Virtual machine to evaluate Arc-enabled SQL Server on an Azure VM.
55
+
56
+
To test Arc-enabled SQL Server on an Azure VM, follow the steps at [Evaluate Arc-enabled servers on Azure virutal machine](/azure/azure-arc/servers/plan-evaluate-on-azure-virtual-machine). For you Azure VM image, use an [available Azure SQL VM image](/azure/azure-sql/virtual-machines/windows/sql-vm-create-portal-quickstart).
57
+
58
+
## Related content
43
59
44
60
-[Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
45
61
-[Configure best practices assessment on an Azure Arc-enabled SQL Server instance](assess.md)
0 commit comments