Skip to content

Commit 7887bce

Browse files
authored
Merge pull request #94679 from SnehaGunda/MongoDB3.6
Adding enable autopilot option
2 parents 365649f + 90b80f3 commit 7887bce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
163 KB
Loading

articles/cosmos-db/provision-throughput-autopilot.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ Solutions to the previous problems not only require an enormous amount of time i
6363
| **Pricing** | Manually provisioned RU/s per hour. | For single write region accounts, you pay for the throughput used on an hourly basis, by using the autopilot RU/s per hour rate. <br/><br/>For accounts with multiple write regions, there is no extra charge for autopilot. You pay for the throughput used on hourly basis using the same multi-master RU/s per hour rate. |
6464
| **Best suited for workload types** | Predictable and stable workloads| Unpredictable and variable workloads |
6565

66+
## Enable autopilot from Azure portal
67+
68+
You can try out autopilot in your Azure Cosmos accounts by enabling in from Azure portal. Use the following steps to enable the autopilot option:
69+
70+
1. Sign in to the [Azure portal.](https://portal.azure.com)
71+
72+
2. Navigate to your Azure Cosmos account and open the **New Features** tab. Select **Auto Pilot** and **Register** as shown in the following screenshot:
73+
74+
![Create a container in autopilot mode](./media/provision-throughput-autopilot/enable-autopilot-azure-portal.png)
75+
6676
## Create a database or a container with autopilot mode
6777

6878
You can configure autopilot for databases or containers while creating them. Use the following steps to a new database or container, enable autopilot, and specify the maximum throughput.
@@ -83,4 +93,4 @@ With similar steps, you can also create a database with provisioned throughput i
8393

8494
* Learn more about [logical partitions](partition-data.md).
8595
* Learn how to [provision throughput on an Azure Cosmos container](how-to-provision-container-throughput.md).
86-
* Learn how to [provision throughput on an Azure Cosmos database](how-to-provision-database-throughput.md).
96+
* Learn how to [provision throughput on an Azure Cosmos database](how-to-provision-database-throughput.md).

0 commit comments

Comments
 (0)