thanks for pointing this, I actually tried to deploy everything, but it couldn’t upload everything, after a time a got errors with response to server error.
I try to zip deploy to Azure as a web app using this tutorial : github-strapi-web-app
the last steps I did:
yarn build setting ENV=Production
then zip a strapi project and using that same curl command to upload it
could be the problem, is that Strapi does not recommend deploying to Azure as a web app?