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
Copy file name to clipboardExpand all lines: articles/cosmos-db/autopilot-faq.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,19 @@ author: deborahc
5
5
ms.author: dech
6
6
ms.service: cosmos-db
7
7
ms.topic: conceptual
8
-
ms.date: 12/06/2019
8
+
ms.date: 12/16/2019
9
9
---
10
10
11
-
# Autopilot mode FAQ (Preview)
11
+
# Frequently asked questions about provisioned throughput in autopilot mode (Preview)
12
12
With autopilot mode, Azure Cosmos DB will automatically manage and scale the RU/s of your container or database based on usage. This article answers commonly asked questions about autopilot mode.
13
13
14
+
## Frequently asked questions
15
+
14
16
### Is autopilot mode supported for all APIs?
15
17
Yes, autopilot mode is supported for all APIs: Core (SQL), Gremlin, Table, Cassandra, and API for MongoDB.
16
18
17
19
### Is autopilot mode supported for multi-master accounts?
18
-
Yes, autopilot mode is supported for multi-master accounts.
20
+
Yes, autopilot mode is supported for multi-master accounts. The max RU/s are available in each region that is added to the Cosmos account.
19
21
20
22
### What is the pricing for autopilot?
21
23
Refer to the Azure Cosmos DB [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/) for details.
@@ -27,7 +29,7 @@ Once you are [enrolled in the preview](provision-throughput-autopilot.md#enable-
27
29
Currently, in the preview release, you can only create resources with autopilot mode from the Azure portal. Support for CLI and SDK is not yet available and is planned for GA release.
28
30
29
31
### Can I enable autopilot on an existing container or a database?
30
-
Currently, autopilot can only be enabled on new containers and databases when they are first created. Support to enable autopilot on existing resources is planned for GA.
32
+
Currently, you can enable autopilot on new containers and databases when creating them. Support to enable autopilot mode on existing containers and databases is planned for GA. You can migrate existing containers to a new container using [Azure Data Factory](../data-factory/connector-azure-cosmos-db.md) or [change feed](change-feed.md).
31
33
32
34
### Can I turn off autopilot mode on a container or database?
33
35
Yes, you can turn off autopilot by switching to the 'Manual' option for the provisioned throughput. In the preview release, after switching from autopilot mode to manual mode, you cannot enable autopilot again for the same resource.
0 commit comments