Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Mar 28, 2024
1 parent 15c2805 commit b184ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/functionapp_cosmosdb-output_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ jobs:
-DappName=$FUNCTIONS_COSMOSDB \
-Dregion=$REGION \
package
mvn -DappName=$FUNCTIONS_COSMOSDB \
-Dregion=$REGION \
-DresourceGroup=$RESOURCE_GROUP \
-DcosmosDBConnectionString="$FUNCTIONS_COSMOSDB_CONNECTION_STRING" \
-DpricingTier=P1V3
clean package azure-functions:deploy
cd ../..
Expand Down

0 comments on commit b184ddd

Please sign in to comment.