In the tutorial everybody is deploying the code to the Azure Web App by using the Azure Tools in Visual Studio Code.
For me and many other - as i found out - this is not working.
When i deploy the same code just via Github Actions, it works and in the Azure Web App Host root i then find the release.zip.
When using Azure Tools to deploy, this release.zip is missing and the host doesn't find the code.
So i wonder why all tutors use Azure Tools push deployment though - at least for many others including me - it does not work. Only via Github Actions.
What am i missing here?