We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d462a2d commit 6bb035aCopy full SHA for 6bb035a
.github/workflows/azure-dev.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
19
- name: Install azd
20
- uses: Azure/setup-azd@v1.0.0
+ uses: azure/setup-azd@v2
21
- name: Log in with Azure (Federated Credentials)
22
run: |
23
azd auth login `
@@ -33,4 +33,4 @@ jobs:
33
- name: Deploy Application
34
run: azd deploy --no-prompt
35
env:
36
- AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
+ AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
0 commit comments