Skip to content

Commit 9944725

Browse files
committed
updates
1 parent 221a7c8 commit 9944725

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/azure-functions/functions-bindings-cosmosdb.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ ms.custom: devx-track-csharp
1818

1919
This article explains how to work with [Azure Cosmos DB](/azure/cosmos-db/serverless-computing-database) bindings in Azure Functions. Azure Functions supports trigger, input, and output bindings for Azure Cosmos DB.
2020

21-
> [!NOTE]
22-
> This article is for Azure Functions 1.x. For information about how to use these bindings in Functions 2.x and higher, see [Azure Cosmos DB bindings for Azure Functions 2.x](functions-bindings-cosmosdb-v2.md).
23-
>
24-
>This binding was originally named DocumentDB. In Azure Functions version 1.x, only the trigger was renamed Azure Cosmos DB; the input binding, output binding, and NuGet package retain the DocumentDB name.
21+
Keep these important considerations in mind when using the Azure Cosmos DB binding for the Functions v1.x runtime:
2522

26-
> [!NOTE]
27-
> Azure Cosmos DB bindings are only supported for use with the SQL API. For all other Azure Cosmos DB APIs, you should access the database from your function by using the static client for your API, including [Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb-introduction), [Azure Cosmos DB for Apache Cassandra](/azure/cosmos-db/cassandra-introduction), [Azure Cosmos DB for Apache Gremlin](/azure/cosmos-db/graph-introduction), and [Azure Cosmos DB for Table](/azure/cosmos-db/table-introduction).
23+
* This article is for Azure Functions 1.x. We recommend that you run your functions on the most recent version of the Functions runtime. For information about how to use these bindings in the latest Functions runtime, see [Azure Cosmos DB bindings for Azure Functions 2.x](functions-bindings-cosmosdb-v2.md).
24+
25+
* This binding was originally named DocumentDB. In Azure Functions version 1.x, only the trigger was renamed Azure Cosmos DB; the input binding, output binding, and NuGet package retain the DocumentDB name.
26+
27+
* Azure Cosmos DB bindings are only supported for use with the SQL API. For all other Azure Cosmos DB APIs, you should access the database from your function by using the static client for your API, including [Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb-introduction), [Azure Cosmos DB for Apache Cassandra](/azure/cosmos-db/cassandra-introduction), [Azure Cosmos DB for Apache Gremlin](/azure/cosmos-db/graph-introduction), and [Azure Cosmos DB for Table](/azure/cosmos-db/table-introduction).
28+
29+
* The Azure Cosmos DB bindings for the Functions v1.x runtime don't support Microsoft Entra authentication and managed identities. To improve security, you should upgrade to run on the latest version of the Functions runtime.
2830

2931
## Packages - Functions 1.x
3032

0 commit comments

Comments
 (0)