Skip to content

Commit 135aa8e

Browse files
committed
Learn Editor: Update connect-with-installer.md
1 parent bc7c37a commit 135aa8e

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

docs/sql-server/azure-arc/connect-with-installer.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ You can also onboard your SQL Servers to Azure Arc by directly using AzureExten
2525

2626
If you use Azure Active Directory service principal to authenticate, execute the command below on the target SQL Server.
2727

28-
```powershell
29-
'& "$env:ProgramW6432\AzureExtensionForSQLServer\AzureExtensionForSQLServer.exe" --subId <subscriptionid> --resourceGroup <resourceGroupName> --location <AzureRegion> --tenantid <TenantId> --service-principal-app-id <servicePrincipalAppId> --service-principal-secret <servicePrincipalSecret> --proxy <proxy> --licenseType <licenseType> --excluded-SQL-instances <"MSSQLSERVER01 MSSQLSERVER02 MSSQLSERVER15">'
30-
```
28+
```powershell
29+
'& "$env:ProgramW6432\AzureExtensionForSQLServer\AzureExtensionForSQLServer.exe" --subId <subscriptionid> --resourceGroup <resourceGroupName> --location <AzureRegion> --tenantid <TenantId> --service-principal-app-id <servicePrincipalAppId> --service-principal-secret <servicePrincipalSecret> --proxy <proxy> --licenseType <licenseType> --excluded-SQL-instances <"MSSQLSERVER01 MSSQLSERVER02 MSSQLSERVER15">'
30+
```
3131

3232
Otherwise, execute the command below on the target SQL Server.
3333

34-
```powershell
35-
'& "$env:ProgramW6432\AzureExtensionForSQLServer\AzureExtensionForSQLServer.exe" --subId <subscriptionid> --resourceGroup <resourceGroupName> --location $location --tenantid <TenantId> --proxy <proxy> --licenseType <licenseType> --excluded-SQL-instances <"MSSQLSERVER01 MSSQLSERVER02 MSSQLSERVER15">'
36-
```
34+
```powershell
35+
'& "$env:ProgramW6432\AzureExtensionForSQLServer\AzureExtensionForSQLServer.exe" --subId <subscriptionid> --resourceGroup <resourceGroupName> --location $location --tenantid <TenantId> --proxy <proxy> --licenseType <licenseType> --excluded-SQL-instances <"MSSQLSERVER01 MSSQLSERVER02 MSSQLSERVER15">'
36+
```
3737

3838
> [!IMPORTANT]
3939
> Microsoft Azure Arc-enabled SQL Server is licensed to you as part of your or your company's subscription license for Microsoft Azure Services. You may only use the software with Microsoft Azure Services and are subject to the terms and conditions of the agreement under which you obtained Microsoft Azure Services. You may not use the software if you do not have an active subscription license for Microsoft Azure Services.
@@ -47,7 +47,10 @@ Go to **Azure Arc > SQL Server** and open the newly registered Arc-enabled SQL S
4747

4848

4949

50+
51+
5052
## Next steps
5153

5254
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
53-
- [Configure on-demand SQL assessment for your SQL Server instance](assess.md)
55+
- [Configure your SQL Server instance for periodic best practices ](assess.md)assessment
56+

0 commit comments

Comments
 (0)