Skip to content

Commit

Permalink
Update azure-dev.yml
Browse files Browse the repository at this point in the history
Trying without extra az login
  • Loading branch information
marlenezw authored Aug 30, 2024
1 parent 88c0f93 commit 314a9e8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
--tenant-id "$Env:AZURE_TENANT_ID"
shell: pwsh

- name: Azure CLI Login
uses: azure/login@v2
with:
client-id: "$Env:AZURE_CLIENT_ID"
tenant-id: "$Env:AZURE_TENANT_ID"
subscription-id: "$Env:AZURE_SUBSCRIPTION_ID"

- name: Provision Infrastructure
run: azd provision --no-prompt
env:
Expand Down

0 comments on commit 314a9e8

Please sign in to comment.