Skip to content

Commit fe636df

Browse files
committed
Wording changes requested by docs review team
1 parent b3ed51e commit fe636df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cosmos-db/autopilot-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 12/16/2019
99
---
1010

11-
# Frequently asked questions about provisioned throughput in autopilot mode (Preview)
11+
# Frequently asked questions about provisioned throughput in Azure Cosmos DB autopilot mode (Preview)
1212
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.
1313

1414
## Frequently asked questions
@@ -26,10 +26,10 @@ Refer to the Azure Cosmos DB [pricing page](https://azure.microsoft.com/pricing/
2626
Autopilot mode can be enabled on new containers and databases created using the Azure portal.
2727

2828
### Is there CLI or SDK support to create containers or databases with autopilot mode?
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.
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.
3030

3131
### Can I enable autopilot on an existing container or a database?
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).
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 not yet available. 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).
3333

3434
### Can I turn off autopilot mode on a container or database?
3535
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.
@@ -52,7 +52,7 @@ If the storage limit associated with the max throughput of the database or conta
5252
Autopilot will instantaneously scale up or scale down the RU/s within the minimum and maximum RU/s range, based on incoming traffic. Billing is done at a 1-hour granularity, where you are charged for the highest RU/s in a particular hour.
5353

5454
### Can I specify a custom max throughput (RU/s) value for autopilot mode?
55-
Currently, during the preview release, you can select between [four options](provision-throughput-autopilot.md#autopilot-limits) for max throughput (RU/s). Support for custom, user-specified values of max throughput is planned for GA.
55+
Currently, during the preview release, you can select between [four options](provision-throughput-autopilot.md#autopilot-limits) for max throughput (RU/s).
5656

5757
### Can I increase the max RU/s (move to a higher tier) on the database or container?
5858
Yes. From the **Scale & Settings** option for your container, or **Scale** option for your database, you can select a higher max RU/s for autopilot. This is an asynchronous scale-up operation that may take sometime to complete (typically 4-6 hours, depending on the RU/s selected) as the service provisions more resources to support the higher scale.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following table shows the maximum throughout and storage limits for differen
102102

103103
## Next steps
104104

105-
* Review the [autopilot FAQ](autopilot-faq.md)
105+
* Review the [autopilot FAQ](autopilot-faq.md).
106106
* Learn more about [logical partitions](partition-data.md).
107107
* Learn how to [provision throughput on an Azure Cosmos container](how-to-provision-container-throughput.md).
108108
* Learn how to [provision throughput on an Azure Cosmos database](how-to-provision-database-throughput.md).

0 commit comments

Comments
 (0)