diff --git a/.azdo/pipelines/azure-dev.yml b/.azdo/pipelines/azure-dev.yml index 090772c..9668496 100644 --- a/.azdo/pipelines/azure-dev.yml +++ b/.azdo/pipelines/azure-dev.yml @@ -4,9 +4,15 @@ trigger: pool: vmImage: ubuntu-latest -container: mcr.microsoft.com/azure-dev-cli-apps:latest - steps: +steps: + - name: Checkout + - name: Checkout + uses: actions/checkout@v3 + + - name: Install azd + uses: Azure/setup-azd@v2 + - pwsh: | azd config set auth.useAzCliAuth "true" displayName: Configure AZD to Use AZ CLI Authentication. @@ -34,4 +40,4 @@ steps: env: AZURE_SUBSCRIPTION_ID: $(AZURE_SUBSCRIPTION_ID) AZURE_ENV_NAME: $(AZURE_ENV_NAME) - AZURE_LOCATION: $(AZURE_LOCATION) \ No newline at end of file + AZURE_LOCATION: $(AZURE_LOCATION)