Skip to content

Commit cdf832d

Browse files
authored
removing preview notation - GA for Spark
1 parent 60a9f4e commit cdf832d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/cosmos-db/sql/throughput-control-spark.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ ms.author: thvankra
1010

1111
---
1212

13-
# Azure Cosmos DB Spark Connector - throughput control (preview)
13+
# Azure Cosmos DB Spark Connector - throughput control
1414
[!INCLUDE[appliesto-sql-api](../includes/appliesto-sql-api.md)]
1515

1616
The [Spark Connector](create-sql-api-spark.md) allows you to communicate with Azure Cosmos DB using [Apache Spark](https://spark.apache.org/). This article describes how the throughput control feature works. Check out our [Spark samples in GitHub](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples) to get started using throughput control.
1717

18-
> [!IMPORTANT]
19-
> Throughput control for Azure Cosmos DB Spark Connector is in public preview.
20-
> This feature is provided without a service level agreement, and it's not recommended for production workloads.
21-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
2318
## Why is throughput control important?
2419

2520
Having throughput control helps to isolate the performance needs of applications running against a container, by limiting the amount of [request units](../request-units.md) that can be consumed by a given Spark client.

0 commit comments

Comments
 (0)