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: