Skip to content

Commit 0098dde

Browse files
fix typo "Azure Cloud shell"
1 parent 5be0af8 commit 0098dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/manage-table-with-resource-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ New-AzResourceGroupDeployment `
194194
(Get-AzResource --ResourceType "Microsoft.DocumentDb/databaseAccounts" --ApiVersion "2020-03-01" --ResourceGroupName $resourceGroupName).name
195195
```
196196

197-
If you choose to use a locally installed version of PowerShell instead of from the Azure Cloud shell, you have to [install](/powershell/azure/install-az-ps) the Azure PowerShell module. Run `Get-Module -ListAvailable Az` to find the version.
197+
If you choose to use a locally installed version of PowerShell instead of from the Azure Cloud Shell, you have to [install](/powershell/azure/install-az-ps) the Azure PowerShell module. Run `Get-Module -ListAvailable Az` to find the version.
198198

199199
### Deploy via the Azure CLI
200200

@@ -227,4 +227,4 @@ Here are some additional resources:
227227
- [Azure Resource Manager documentation](/azure/azure-resource-manager/)
228228
- [Azure Cosmos DB resource provider schema](/azure/templates/microsoft.documentdb/allversions)
229229
- [Azure Cosmos DB Quickstart templates](https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.DocumentDB&pageNumber=1&sort=Popular)
230-
- [Troubleshoot common Azure Resource Manager deployment errors](../azure-resource-manager/templates/common-deployment-errors.md)
230+
- [Troubleshoot common Azure Resource Manager deployment errors](../azure-resource-manager/templates/common-deployment-errors.md)

0 commit comments

Comments
 (0)