Skip to content

Commit 8c9458f

Browse files
authored
fix capitalization
1 parent 50a8265 commit 8c9458f

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
@@ -115,7 +115,7 @@ The following table summarizes the high availability capability of various accou
115115
> [!NOTE]
116116
> To enable Availability Zone support for a multi region Azure Cosmos account, the account must have multi-master writes enabled.
117117
118-
You can enable zone redundancy when adding a region to new or existing Azure Cosmos accounts. To enable zone redundancy on your Azure Cosmos account, you should set the `isZoneRedundant` flag to `true` for a specific location. You can set this flag within the locations property. For example, the following powershell snippet enables zone redundancy for the "Southeast Asia" region:
118+
You can enable zone redundancy when adding a region to new or existing Azure Cosmos accounts. To enable zone redundancy on your Azure Cosmos account, you should set the `isZoneRedundant` flag to `true` for a specific location. You can set this flag within the locations property. For example, the following PowerShell snippet enables zone redundancy for the "Southeast Asia" region:
119119

120120
```powershell
121121
$locations = @(

0 commit comments

Comments
 (0)