From 15c2805d1f997154048e1d29fcf6a4fd005ed0aa Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Wed, 27 Mar 2024 09:57:06 -0500 Subject: [PATCH] Fixes #439 - Fix 'Deploy a Cosmos DB output Function' workflow (#440) --- functionapp/cosmosdb-output/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functionapp/cosmosdb-output/README.md b/functionapp/cosmosdb-output/README.md index 6ff7c1d0..fcb042b4 100644 --- a/functionapp/cosmosdb-output/README.md +++ b/functionapp/cosmosdb-output/README.md @@ -76,6 +76,7 @@ You should see `We stored an item in Cosmos DB` in your brower. ## Deploy the example to Azure + ```shell mvn -DappName=$FUNCTIONS_COSMOSDB \ -Dregion=$REGION \ @@ -84,6 +85,17 @@ You should see `We stored an item in Cosmos DB` in your brower. clean package azure-functions:deploy ``` + + To verify the function works open your browser to the URL echoed by the following command line: