Skip to content

Commit

Permalink
added IP to Azure Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 6, 2024
1 parent 444dcb7 commit 968edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-container-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
inlineScript: |
set -eu
az sql server firewall-rule add \
az sql server firewall-rule create \
--resource-group "${{ secrets.AZURE_RESOURCE_GROUP }}" \
--name "${{ secrets.AZURE_RULE_NAME }}" \
--server "${{ secrets.AZURE_SERVER_NAME }}" \
Expand Down

0 comments on commit 968edc7

Please sign in to comment.