We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22edfea commit 48f6777Copy full SHA for 48f6777
articles/cosmos-db/high-availability.md
@@ -120,7 +120,7 @@ You can enable zone redundancy when adding a region to new or existing Azure Cos
120
```powershell
121
$locations = @(
122
@{ "locationName"="Southeast Asia"; "failoverPriority"=0; "isZoneRedundant"= "true" },
123
- @{ "locationName"="East US"; "failoverPriority"=; "isZoneRedundant"= "true"1 }
+ @{ "locationName"="East US"; "failoverPriority"=1; "isZoneRedundant"= "true" }
124
)
125
```
126
0 commit comments