We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf91a0 commit 94205deCopy full SHA for 94205de
1 file changed
.github/workflows/azure-dev.yml
@@ -21,13 +21,6 @@ jobs:
21
# Step 1: Checkout the code from your repository
22
- name: Checkout code
23
uses: actions/checkout@v4
24
-
25
- # Step 2: Pre-authenticate Azure for azd validation
26
- - name: Login to Azure
27
- shell: bash
28
- run: |
29
- az login --service-principal -u "${{ secrets.AZURE_CLIENT_ID }}" -p "${{ secrets.AZURE_CLIENT_SECRET }}" --tenant "${{ secrets.AZURE_TENANT_ID }}"
30
- az account set --subscription "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
31
32
# Step 3: Validate the Azure template using microsoft/template-validation-action
33
- name: Validate Azure Template
0 commit comments