diff --git a/.github/workflows/infra-as-code.yml b/.github/workflows/infra-as-code.yml index ebfdaf5..621cc5e 100644 --- a/.github/workflows/infra-as-code.yml +++ b/.github/workflows/infra-as-code.yml @@ -33,17 +33,6 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - # - name: Log in to Azure - # uses: azure/login@v1 - # with: - # creds: > - # { - # "clientId": "${{ secrets.AZURE_CLIENT_ID }}", - # "clientSecret": "${{ secrets.AZURE_CLIENT_SECRET }}", - # "subscriptionId": "${{ secrets.AZURE_SUBSCRIPTION_ID }}", - # "tenantId": "${{ secrets.AZURE_TENANT_ID }}" - # } - - name: Create resource group if it doesn't exist run: | az group create --name $RESOURCE_GROUP --location $LOCATION