Skip to content

Commit 4552595

Browse files
authored
Merge pull request #89356 from SnehaGunda/master
Removing disable multi-master note
2 parents 94d39b2 + 35a78ad commit 4552595

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/cosmos-db/how-to-manage-database-account.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ Set-AzResource -ResourceType "Microsoft.DocumentDb/databaseAccounts" `
161161

162162
### <a id="configure-multiple-write-regions-portal"></a>Azure portal
163163

164-
Open the **Replicate Data Globally** tab and select **Enable** to enable multi-region writes. After you enable multi-region writes, all the read regions that you currently have on the account will become read and write regions.
165-
166-
> [!NOTE]
167-
> After you enable multi-region writes, you cannot disable it.
164+
Open the **Replicate Data Globally** tab and select **Enable** to enable multi-region writes. After you enable multi-region writes, all the read regions that you currently have on the account will become read and write regions. You can also disable multi-region writes when needed.
168165

169166
![Azure Cosmos account configures multi-master screenshot](./media/how-to-manage-database-account/single-to-multi-master.png)
170167

@@ -178,6 +175,8 @@ $accountName = 'myaccountname'
178175
az cosmosdb update --name $accountName --resource-group $resourceGroupName --enable-multiple-write-locations true
179176
```
180177

178+
To create an Azure Cosmos account without multi-region writes, you can set the `--enable-multiple-write-locations` parameter to false.
179+
181180
### <a id="configure-multiple-write-regions-ps"></a>Azure PowerShell
182181

183182
```azurepowershell-interactive

0 commit comments

Comments
 (0)