Skip to content

Commit 5563781

Browse files
authored
Merge pull request #85803 from markjbrown/cosmosdb-ps-cleanup
Small note in comments for clarity.
2 parents ef644d0 + 441f958 commit 5563781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cosmos-db/manage-with-powershell.md

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ For the example below, assume the account has a current failover priority of `We
242242
243243
```azurepowershell-interactive
244244
# Change the failover priority for an Azure Cosmos Account
245+
# Assume existing priority is "West US 2" = 0 and "East US 2" = 1
245246
246247
$resourceGroupName = "myResourceGroup"
247248
$accountName = "mycosmosaccount"

0 commit comments

Comments
 (0)