Skip to content

Commit

Permalink
Update azure-login-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceAmackerLE committed Sep 28, 2023
1 parent b59b1c8 commit f1c817b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/azure-login-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ jobs:
run: |
az login --service-principal --username "$AZURE_APP_ID_URI" --password "$AZURE_CLIENT_SECRET" --tenant "$AZURE_TENANT_ID"
- name: Create Test Storage Account
run: |
az storage account create --name teststorageaccount$RANDOM --resource-group edje-copilot --location eastus2 --sku Standard_LRS
#- name: Delete Test Storage Account
# env:
# AZURE_RESOURCE_GROUP: ${{ secrets.AZURE_RESOURCE_GROUP }}
#run: |
# az storage account delete --name teststorageaccount$RANDOM --resource-group edje-copilot --yes

0 comments on commit f1c817b

Please sign in to comment.