Skip to content

Commit

Permalink
changed Azure Subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent edee6d7 commit 467d504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-container-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

with:
inlineScript: |
az account set --subscription "Azure for Students"
az account set --subscription "Azure Subscription 1"
az sql server firewall-rule create \
--resource-group "${{ secrets.AZURE_RESSOURCE_GROUP }}" \
--name "${{ secrets.AZURE_RULE_NAME }}" \
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az account set --subscription "Azure for Students"
az account set --subscription "Azure Subscription 1"
az sql server firewall-rule delete \
--resource-group "${{ secrets.AZURE_RESSOURCE_GROUP }}" \
--name "${{ secrets.AZURE_RULE_NAME }}" \
Expand Down

0 comments on commit 467d504

Please sign in to comment.