Skip to content

Commit 61410aa

Browse files
committed
Fix issues raised by reviewer.
1 parent 68a2557 commit 61410aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
1919
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](/powershell/azure/install-az-ps).
2020
* For Linux machines, you have downloaded Azure CLI and connected your Azure account. Follow the instructions to [install Azure CLI](/cli/azure/install-azure-cli-apt).
2121
* The **Microsoft.AzureData** resource provider has been registered. For more information on resource providers, see Azure resource providers and types.
22-
* On Powershell, run `Register-AzResourceProvider -ProviderNamespace Microsoft.AzureData`
22+
* On PowerShell, run `Register-AzResourceProvider -ProviderNamespace Microsoft.AzureData`
2323
* On Linux, run `az provider register --namespace 'Microsoft.AzureData`
2424

2525

docs/sql-server/azure-arc/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The following issues apply to this release:
3232

3333
The October update includes the following improvements:
3434

35-
1. The register Azure Arc enabled SQL Server blade now includes the **Tags** tab. The tags are included in the registration script and are reflected in the **SQL Server - Azure Arc** resource(s). For details, see [Connect your SQL Server to Azure Arc](connect.md).
35+
* The register Azure Arc enabled SQL Server blade now includes the **Tags** tab. The tags are included in the registration script and are reflected in the **SQL Server - Azure Arc** resource(s). For details, see [Connect your SQL Server to Azure Arc](connect.md).
3636

37-
2. The **Environment Health** entry now supports activation of **SQL Assessment** from the Portal by deploying a *CustomScriptExtension*. For details, see [Configure SQL Assessment](assess.md#run-on-demand-sql-assessment).
37+
* The **Environment Health** entry now supports activation of **SQL Assessment** from the Portal by deploying a *CustomScriptExtension*. For details, see [Configure SQL Assessment](assess.md#run-on-demand-sql-assessment).
3838

3939
### Known issues
4040

0 commit comments

Comments
 (0)