Skip to content

Commit de75a15

Browse files
Merge pull request #271274 from rpsqrd/auto-onboard-sql-notice
Add notice about automatic connection of SQL Server to Azure Arc
2 parents d56ec92 + 0b29cf9 commit de75a15

12 files changed

+29
-2
lines changed

articles/azure-arc/servers/deployment-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The following table highlights each method so that you can determine which works
3131
3232
Be sure to review the basic [prerequisites](prerequisites.md) and [network configuration requirements](network-requirements.md) before deploying the agent, as well as any specific requirements listed in the steps for the onboarding method you choose. To learn more about what changes the agent will make to your system, see [Overview of the Azure Connected Machine Agent](agent-overview.md).
3333

34+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
35+
3436
## Next steps
3537

3638
* Learn about the Azure Connected Machine agent [prerequisites](prerequisites.md) and [network requirements](network-requirements.md).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Automatic connection for SQL Server
2+
3+
When you connect a Windows or Linux server to Azure Arc that also has Microsoft SQL Server installed, the SQL Server instances will automatically be connected to Azure Arc as well. [SQL Server enabled by Azure Arc](/sql/sql-server/azure-arc/overview) provides a detailed inventory and additional management capabilities for your SQL Server instances and databases. As part of the connection process, an extension is deployed to your Azure Arc-enabled server and [new roles](/sql/sql-server/azure-arc/permissions-granted-agent-extension) will be applied to your SQL Server and databases. If you don't want to automatically connect your SQL Servers to Azure Arc, you can opt out by adding a tag to the Windows or Linux server with the name `ArcSQLServerExtensionDeployment` and value `Disabled` when it's connected to Azure Arc.
4+
5+
For more information, see [Manage automatic connection for SQL Server enabled by Azure Arc](/sql/sql-server/azure-arc/manage-autodeploy).

articles/azure-arc/servers/onboard-ansible-playbooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
1414

1515
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1616

17+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
18+
1719
## Generate a service principal and collect Azure details
1820

1921
Before you can run the script to connect your machines, you'll need to do the following:

articles/azure-arc/servers/onboard-configuration-manager-custom-task.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
1515

1616
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1717

18+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
19+
1820
## Generate a service principal
1921

2022
Follow the steps to [create a service principal for onboarding at scale](onboard-service-principal.md#create-a-service-principal-for-onboarding-at-scale). Assign the **Azure Connected Machine Onboarding** role to your service principal, and limit the scope of the role to the target Azure landing zone. Make a note of the Service Principal ID and Service Principal Secret, as you'll need these values later.

articles/azure-arc/servers/onboard-configuration-manager-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
1515

1616
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1717

18+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
19+
1820
## Prerequisites for Configuration Manager to run PowerShell scripts
1921

2022
The following prerequisites must be met to use PowerShell scripts in Configuration Manager:

articles/azure-arc/servers/onboard-group-policy-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

19+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
20+
1921
## Prepare a remote share and create a service principal
2022

2123
The Group Policy Object, which is used to onboard Azure Arc-enabled servers, requires a remote share with the Connected Machine agent. You will need to:

articles/azure-arc/servers/onboard-portal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1818

1919
> [!NOTE]
2020
> Follow best security practices and avoid using an Azure account with Owner access to onboard servers. Instead, use an account that only has the Azure Connected Machine onboarding or Azure Connected Machine resource administrator role assignment. See [Azure Identity Management and access control security best practices](/azure/security/fundamentals/identity-management-best-practices#use-role-based-access-control) for more information.
21-
>
21+
22+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
23+
2224
## Generate the installation script from the Azure portal
2325

2426
The script to automate the download and installation, and to establish the connection with Azure Arc, is available from the Azure portal. To complete the process, perform the following steps:

articles/azure-arc/servers/onboard-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Before you get started, review the [prerequisites](prerequisites.md) and verify
1616

1717
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1818

19+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
20+
1921
## Prerequisites
2022

2123
- A machine with Azure PowerShell. For instructions, see [Install and configure Azure PowerShell](/powershell/azure/).

articles/azure-arc/servers/onboard-service-principal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
3434

3535
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3636

37+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
38+
3739
## Create a service principal for onboarding at scale
3840

3941
You can create a service principal in the Azure portal or by using Azure PowerShell.

articles/azure-arc/servers/onboard-update-management-machines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Before you get started, be sure to review the [prerequisites](prerequisites.md)
1313

1414
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1515

16+
[!INCLUDE [sql-server-auto-onboard](includes/sql-server-auto-onboard.md)]
17+
1618
## How it works
1719

1820
When the onboarding process is launched, an Active Directory [service principal](../../active-directory/fundamentals/service-accounts-principal.md) is created in the tenant.

0 commit comments

Comments
 (0)