Skip to content

Commit 48f6777

Browse files
Update articles/cosmos-db/high-availability.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent 22edfea commit 48f6777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can enable zone redundancy when adding a region to new or existing Azure Cos
120120
```powershell
121121
$locations = @(
122122
@{ "locationName"="Southeast Asia"; "failoverPriority"=0; "isZoneRedundant"= "true" },
123-
@{ "locationName"="East US"; "failoverPriority"=; "isZoneRedundant"= "true"1 }
123+
@{ "locationName"="East US"; "failoverPriority"=1; "isZoneRedundant"= "true" }
124124
)
125125
```
126126

0 commit comments

Comments
 (0)