File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: 'Tutorial: Use Java functions with Azure Cosmos DB and Event Hubs'
3
3
description : This tutorial shows you how to consume events from Event Hubs to make updates in Azure Cosmos DB using a function written in Java.
4
4
author : KarlErickson
5
5
ms.topic : tutorial
6
- ms.date : 02/13 /2024
6
+ ms.date : 02/14 /2024
7
7
ms.author : karler
8
8
ms.devlang : java
9
9
ms.custom : devx-track-java, devx-track-azurecli, devx-track-extended-java
@@ -314,7 +314,7 @@ az functionapp config appsettings set \
314
314
--settings \
315
315
AzureWebJobsStorage=$AZURE_WEB_JOBS_STORAGE \
316
316
EventHubConnectionString=$EVENT_HUB_CONNECTION_STRING \
317
- CosmosDBConnectionString =$COSMOS_DB_CONNECTION_STRING
317
+ CosmosDBConnectionSetting =$COSMOS_DB_CONNECTION_STRING
318
318
```
319
319
320
320
# [ Cmd] ( #tab/cmd )
@@ -326,7 +326,7 @@ az functionapp config appsettings set ^
326
326
--settings ^
327
327
AzureWebJobsStorage=%AZURE_WEB_JOBS_STORAGE% ^
328
328
EventHubConnectionString=%EVENT_HUB_CONNECTION_STRING% ^
329
- CosmosDBConnectionString =%COSMOS_DB_CONNECTION_STRING%
329
+ CosmosDBConnectionSetting =%COSMOS_DB_CONNECTION_STRING%
330
330
```
331
331
332
332
---
You can’t perform that action at this time.
0 commit comments