Skip to content

Commit d0124cb

Browse files
committed
Update Azure deployment workflow to configure authentication settings and environment parameters
1 parent c412a14 commit d0124cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
client-id: ${{ secrets.AZURE_CLIENT_ID }}
2929
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3030
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
31-
31+
enable-AzPSSession: false
32+
environment: azurecloud
33+
allow-no-subscriptions: false
34+
audience: api://AzureADTokenExchange
35+
auth-type: SERVICE_PRINCIPAL
3236

3337
- uses: azure/CLI@v2
3438
with:

0 commit comments

Comments
 (0)