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.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,12 @@ If the server that runs your SQL Server instance isn't yet connected to Azure, y
28
28
### Generate an onboarding script for SQL Server
29
29
30
30
1. Go to [Azure Arc](https://portal.azure.com/#view/Microsoft_Azure_ArcCenterUX/ArcCenterMenuBlade/~/getStarted) in the Azure portal.
31
-
1. Under **Data services**, select **SQL Server instances** and then select **+ Add** to open the **Add existing SQL Server instances** page.
32
31
33
-
:::image type="content" source="media/join/start-creation-of-sql-server-azure-arc-resource.png" alt-text="Screenshot of the Azure Arc page with SQL Server instances and +Add selected." lightbox="media/join/start-creation-of-sql-server-azure-arc-resource.png":::
32
+
1. Under **Data services**, select **SQL servers**. Under **SQL Server instances**, select **+ Add**.
34
33
35
-
1. On the **Add existing SQL Server instances** page, select **Connect SQL Server instances** for a new registration or **Register SQL Server instances** for a disconnected instance.
34
+
The **Add existing SQL Server instances** page opens.
35
+
36
+
1. Select **Connect SQL Server instances** for a new registration or **Register SQL Server instances** for a disconnected instance.
36
37
37
38
1. Review the prerequisites and select **Next: Server details**
38
39
@@ -61,15 +62,14 @@ If the server that runs your SQL Server instance isn't yet connected to Azure, y
61
62
1. Select **Next: Tags** to optionally add tags to the resource for your SQL Server instance.
62
63
63
64
1. Select **Run script** to generate the onboarding script.
64
-
Screenshot of
65
65
66
66
:::image type="content" source="media/join/download-script-sql-server-azure-arc.png" alt-text="Screenshot of a download script." lightbox="media/join/download-script-sql-server-azure-arc.png":::
67
67
68
68
1. Select **Download** to download the script to your machine.
69
69
70
70
### Connect SQL Server instances to Azure Arc
71
71
72
-
In this step, execute the script you downloaded from the Azure portal, on the target machine. The script installs Azure extension for SQL Server. If the machine itself doesn't have the Azure connected machine agent installed, the script installs it first, then install the Azure extension for SQL Server. Azure connected machine agent registers the connected server as an Azure resource of type `Server - Azure Arc`, and the Azure extension for SQL Server connects the SQL Server instances as an Azure resource of type `SQL Server - Azure Arc`.
72
+
In this step, execute the script you downloaded from the Azure portal, on the target machine. The script installs Azure extension for SQL Server. If the machine itself doesn't have the Azure connected machine agent installed, the script installs it first, then installs the Azure extension for SQL Server. Azure connected machine agent registers the connected server as an Azure resource of type `Server - Azure Arc`, and the Azure extension for SQL Server connects the SQL Server instances as an Azure resource of type `SQL Server - Azure Arc`.
73
73
74
74
> [!IMPORTANT]
75
75
> Make sure to execute the script using an account that meets the minimum permission requirements described in [prerequisites](prerequisites.md).
0 commit comments