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/assess.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This article provides instructions for using best practices assessment on an ins
30
30
31
31
## Prerequisites
32
32
33
-
- Your Windows-based SQL Server instance is connected to Azure. Follow the instructions at [Quickstart: Connect SQL Server machines to Azure Arc](quick-enabled-sql-server.md).
33
+
- Your Windows-based SQL Server instance is connected to Azure. Follow the instructions at [Automatically connect SQL Server machines to Azure Arc](automatically-connect.md).
34
34
35
35
> [!NOTE]
36
36
> Best practices assessment is currently limited to SQL Server running on Windows machines. The assessment doesn't apply to SQL on Linux machines currently.
@@ -184,10 +184,7 @@ If there are multiple runs in a single day, only the latest run is included in t
184
184
185
185
For more information, see the [troubleshooting guide](troubleshoot-assessment.md).
186
186
187
-
## Next steps
188
-
189
-
-[Automatically connect your SQL Server to Azure Arc](automatically-connect.md)
190
-
187
+
## Related content
191
188
192
189
- Review the [rich set of nearly 500 rules](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-assessment-api/DefaultRuleset.csv) best practices assessment applies.
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 an Azure virtual machine](/azure/azure-arc/servers/plan-evaluate-on-azure-virtual-machine). For the 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