Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 2.43 KB

File metadata and controls

45 lines (30 loc) · 2.43 KB
title Deployment Options
description Explains different ways to deploy SQL Server enabled by Azure Arc.
author anosov1960
ms.author sashan
ms.reviewer mikeray, randolphwest
ms.date 07/03/2025
ms.topic install-set-up-deploy

Deployment options for SQL Server enabled by Azure Arc

[!INCLUDE sqlserver]

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 Server instances.

To automatically connect your server, see Azure Connected Machine agent deployment options.

If your server is already connected to Azure, but Azure extension for SQL Server didn't deploy automatically.

Tip

Beginning with SQL Server 2022, you can connect a new SQL Server instance to Azure Arc when you're installing it on Windows Operating System. Install SQL Server 2022.

Onboard methods

The following table highlights each method so that you can determine which works best for your deployment. For detailed information, follow the links to view the steps for each topic.

Method Description
Interactively Manually connect the SQL Server on a single physical or virtual machine that is already connected to Azure Arc. Connect your SQL Server to Azure Arc on a server already enabled by Azure Arc
At scale Manage automatic connection for SQL Server enabled by Azure Arc
At scale Connect machines at scale by running PowerShell scripts with Configuration Manager
At scale Connect machines at scale with a Configuration Manager custom task sequence

Be sure to review the basic prerequisites before you deploy the agent, as well as any specific requirements listed in the steps for the onboarding method you choose.

Upgrade the extension

[!INCLUDE manage-extension]

Related content