Ubuntu – Deployment azure web app with "az webapp deployment source config-zip" works incorrectly
I have a simple web.api that I want to deply to azure. I use github actions for this. in case if I use azure/webapps-deploy@v2 step, all works smoothly. deploy: runs-on: ubuntu-latest needs: build steps: - name: Download artifact from build…