You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
18
19
19
> [!TIP]
20
20
> 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
26
26
## Add/remove regions from your database account
27
27
28
28
> [!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.
30
30
31
31
1. Sign in to [Azure portal](https://portal.azure.com).
32
32
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.
34
34
35
35
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.
36
36
@@ -40,7 +40,7 @@ This article describes how to manage various tasks on an Azure Cosmos account us
40
40
41
41
:::image type="content" source="./media/how-to-manage-database-account/add-region.png" alt-text="Add or remove regions menu":::
42
42
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.
44
44
45
45
In a multi-region write mode, you can add or remove any region, if you have at least one region.
46
46
@@ -52,15 +52,15 @@ Open the **Replicate Data Globally** tab and select **Enable** to enable multi-r
52
52
53
53
## <aid="automatic-failover"></a>Enable service-managed failover for your Azure Cosmos account
54
54
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.
56
56
57
57
1. From your Azure Cosmos account, open the **Replicate data globally** pane.
58
58
59
59
2. At the top of the pane, select **Automatic Failover**.
60
60
61
61
:::image type="content" source="./media/how-to-manage-database-account/replicate-data-globally.png" alt-text="Replicate data globally menu":::
62
62
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**.
0 commit comments