Skip to content

Commit

Permalink
Fixes #439 - Fix 'Deploy a Cosmos DB output Function' workflow (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 27, 2024
1 parent dfe1763 commit 15c2805
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functionapp/cosmosdb-output/README.md
Expand Up @@ -76,6 +76,7 @@ You should see `We stored an item in Cosmos DB` in your brower.

## Deploy the example to Azure

<!-- workflow.skip() -->
```shell
mvn -DappName=$FUNCTIONS_COSMOSDB \
-Dregion=$REGION \
Expand All @@ -84,6 +85,17 @@ You should see `We stored an item in Cosmos DB` in your brower.
clean package azure-functions:deploy
```

<!-- workflow.run()
mvn -DappName=$FUNCTIONS_COSMOSDB \
-Dregion=$REGION \
-DresourceGroup=$RESOURCE_GROUP \
-DcosmosDBConnectionString="$FUNCTIONS_COSMOSDB_CONNECTION_STRING" \
-DpricingTier=P1V3
clean package azure-functions:deploy
-->

To verify the function works open your browser to the URL echoed by the
following command line:

Expand Down

0 comments on commit 15c2805

Please sign in to comment.