Skip to content

Commit 7b3262d

Browse files
authored
Update Durable Functions Java quickstart guide w/Cosmos DB warning
Cosmos DB bindings are not supported on Java with the v4 preview bundles. Adding a warning in this quickstart to make developers aware of this.
1 parent 0da8442 commit 7b3262d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/durable/quickstart-java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ Add a `host.json` file to your project directory. It should look similar to the
127127

128128
It's important to note that only the Azure Functions v4 _Preview_ bundle currently has the necessary support for Durable Functions for Java.
129129

130+
> [!WARNING]
131+
> Be aware that the Azure Functions v4 preview bundles do not yet support Cosmos DB bindings for Java function apps. For more information, see [Azure Cosmos DB trigger and bindings reference documentation](../functions-bindings-cosmosdb-v2.md?tabs=in-process%2Cextensionv4&pivots=programming-language-java#install-bundle).
132+
130133
Add a `local.settings.json` file to your project directory. You should have the connection string of your Azure Storage account configured for `AzureWebJobsStorage`:
131134

132135
```json

0 commit comments

Comments
 (0)