Skip to content

Commit 1b71ed8

Browse files
authored
Merge pull request #205186 from seesharprun/patch-1
Cosmos DB | Update how-to-manage-database-account.md
2 parents 1c38c10 + 15c54c0 commit 1b71ed8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer: mjbrown
1414

1515
[!INCLUDE[appliesto-all-apis](includes/appliesto-all-apis.md)]
1616

17-
This article describes how to manage various tasks on an Azure Cosmos account using the Azure portal.
17+
This article describes how to manage various tasks on an Azure Cosmos account using the Azure portal.
1818

1919
> [!TIP]
2020
> Azure Cosmos DB can also be managed with other Azure management clients including [Azure PowerShell](manage-with-powershell.md), [Azure CLI](sql/manage-with-cli.md), [Azure Resource Manager templates](./manage-with-templates.md), and [Bicep](sql/manage-with-bicep.md).
@@ -26,11 +26,11 @@ This article describes how to manage various tasks on an Azure Cosmos account us
2626
## Add/remove regions from your database account
2727

2828
> [!TIP]
29-
> When a new region is added, all data must be fully replicated and committed into the new region before the region is marked as available. The amount of time this operation takes will depend upon how much data is stored within the account. If an [asynchronous throughput scaling operation](scaling-provisioned-throughput-best-practices.md#background-on-scaling-rus) is in progress, the throughput scale-up operation will be paused and will resume automatically when the add/remove region operation is complete.
29+
> When a new region is added, all data must be fully replicated and committed into the new region before the region is marked as available. The amount of time this operation takes will depend upon how much data is stored within the account. If an [asynchronous throughput scaling operation](scaling-provisioned-throughput-best-practices.md#background-on-scaling-rus) is in progress, the throughput scale-up operation will be paused and will resume automatically when the add/remove region operation is complete.
3030
3131
1. Sign in to [Azure portal](https://portal.azure.com).
3232

33-
1. Go to your Azure Cosmos account, and open the **Replicate data globally** menu.
33+
1. Go to your Azure Cosmos account, and select **Replicate data globally** in the resource menu.
3434

3535
1. To add regions, select the hexagons on the map with the **+** label that corresponds to your desired region(s). Alternatively, to add a region, select the **+ Add region** option and choose a region from the drop-down menu.
3636

@@ -40,7 +40,7 @@ This article describes how to manage various tasks on an Azure Cosmos account us
4040

4141
:::image type="content" source="./media/how-to-manage-database-account/add-region.png" alt-text="Add or remove regions menu":::
4242

43-
In a single-region write mode, you cannot remove the write region. You must fail over to a different region before you can delete the current write region.
43+
In a single-region write mode, you can't remove the write region. You must fail over to a different region before you can delete the current write region.
4444

4545
In a multi-region write mode, you can add or remove any region, if you have at least one region.
4646

@@ -52,15 +52,15 @@ Open the **Replicate Data Globally** tab and select **Enable** to enable multi-r
5252

5353
## <a id="automatic-failover"></a>Enable service-managed failover for your Azure Cosmos account
5454

55-
The Service-Managed failover option allows Azure Cosmos DB to failover to the region with the highest failover priority with no user action should a region become unavailable. When service-managed failover is enabled, region priority can be modified. Account must have two or more regions to enable service-managed failover.
55+
The Service-Managed failover option allows Azure Cosmos DB to fail over to the region with the highest failover priority with no user action should a region become unavailable. When service-managed failover is enabled, region priority can be modified. Account must have two or more regions to enable service-managed failover.
5656

5757
1. From your Azure Cosmos account, open the **Replicate data globally** pane.
5858

5959
2. At the top of the pane, select **Automatic Failover**.
6060

6161
:::image type="content" source="./media/how-to-manage-database-account/replicate-data-globally.png" alt-text="Replicate data globally menu":::
6262

63-
3. On the **Automatic Failover** pane, make sure that **Enable Automatic Failover** is set to **ON**.
63+
3. On the **Automatic Failover** pane, make sure that **Enable Automatic Failover** is set to **ON**.
6464

6565
4. Select **Save**.
6666

0 commit comments

Comments
 (0)