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 d41ed1a commit c1d9861Copy full SHA for c1d9861
.github/workflows/evaluate.yaml
@@ -103,6 +103,14 @@ jobs:
103
inlineScript: |
104
az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
105
106
+ - name: Log in with Azure (Federated Credentials)
107
+ if: ${{ env.AZURE_CLIENT_ID != '' }}
108
+ run: |
109
+ azd auth login `
110
+ --client-id "$Env:AZURE_CLIENT_ID" `
111
+ --federated-credential-provider "github" `
112
+ --tenant-id "$Env:AZURE_TENANT_ID"
113
+ shell: pwsh
114
115
- name: Run local server in background
116
run: |
0 commit comments