Skip to content

Commit 112d2eb

Browse files
authored
Added single quote to last option for registering
`az provider register --namespace 'Microsoft.AzureArcData'`
1 parent 90eaa81 commit 112d2eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
2323
- Under **Settings**, select **Resource providers**
2424
- Search for `Microsoft.AzureArcData` and select **Register**
2525
* Using PowerShell, run `Register-AzResourceProvider -ProviderNamespace Microsoft.AzureArcData`
26-
* Using CLI, run `az provider register --namespace 'Microsoft.AzureArcData`
26+
* Using CLI, run `az provider register --namespace 'Microsoft.AzureArcData'`
2727

2828
## Generate a registration script for SQL Server
2929

@@ -97,4 +97,4 @@ To disconnect your SQL Server instance from Azure Arc, go to Azure portal, open
9797

9898
* [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
9999

100-
* [Configure on-demand SQL assessment for your SQL Server instance](assess.md)
100+
* [Configure on-demand SQL assessment for your SQL Server instance](assess.md)

0 commit comments

Comments
 (0)