We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b28d6b commit 8351fc0Copy full SHA for 8351fc0
.github/workflows/azure-dev.yml
@@ -42,6 +42,14 @@ jobs:
42
tenant-id: ${{ vars.AZURE_TENANT_ID }}
43
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
44
45
+ - name: Log in with Azure Developer CLI
46
+ run: |
47
+ azd auth login `
48
+ --client-id "$Env:AZURE_CLIENT_ID" `
49
+ --federated-credential-provider "github" `
50
+ --tenant-id "$Env:AZURE_TENANT_ID"
51
+ shell: pwsh
52
+
53
- name: Provision Infrastructure
54
run: azd provision --no-prompt
55
0 commit comments