File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 49
49
node-version : 20
50
50
51
51
- name : Log in with Azure (Federated Credentials)
52
- if : ${{ env.AZURE_CLIENT_ID != '' }}
53
52
run : |
54
53
azd auth login `
55
54
--client-id "$Env:AZURE_CLIENT_ID" `
Original file line number Diff line number Diff line change 91
91
- name : Install azd
92
92
uses : Azure/setup-azd@v2.1.0
93
93
94
- - name : Login to Azure
95
- uses : azure/login@v2
96
- with :
97
- client-id : ${{ env.AZURE_CLIENT_ID }}
98
- tenant-id : ${{ env.AZURE_TENANT_ID }}
99
- subscription-id : ${{ env.AZURE_SUBSCRIPTION_ID }}
100
-
101
- - name : Set az account
102
- uses : azure/CLI@v2
103
- with :
104
- inlineScript : |
105
- az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
106
-
107
94
- name : Log in with Azure (Federated Credentials)
108
- if : ${{ env.AZURE_CLIENT_ID != '' }}
109
95
run : |
110
96
azd auth login `
111
97
--client-id "$Env:AZURE_CLIENT_ID" `
You can’t perform that action at this time.
0 commit comments