Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygaster committed Jun 7, 2020
1 parent 30b6d1a commit 568e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-resources.azcli
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ echo "Got Cosmos DB connection string"
echo "Updating app service connection string"
az webapp config connection-string set \
--connection-string-type Custom \
--settings CosmosDbConnectionString="$cosmosDbConnectionString" \
--settings CosmosDbConnectionString="${cosmosDbConnectionString}" \
--name "$appServiceName" \
--resource-group "$resourceGroup"
echo "Updated app service connection string"
Expand Down

0 comments on commit 568e64b

Please sign in to comment.