Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygaster committed Jun 7, 2020
1 parent 7ed638f commit fb7bee1
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 @@ -65,7 +65,7 @@ swaggerHostName="https://$(az webapp show -n $appServiceName -g $resourceGroup -

# set the swagger base url config property
echo "Updating swagger base url"
az webapp config appsettings set set \
az webapp config appsettings set \
--settings SwaggerBaseUrl="$cosmosDbConnectionString" \
--name "$appServiceName" \
--resource-group "$resourceGroup"
Expand Down

0 comments on commit fb7bee1

Please sign in to comment.