Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a python app (streamlit app) deployed on App Service using GitHub Actions.
I understand I cannot set startup-command when I have "publish-profile auth scheme". But why I can do it on the azure web app ? and how I can app service know how to start the app ?
The error :
##[debug]Result: '***'
##[debug]Loading env
Run azure/webapps-deploy@v2
::add-mask::***
::add-mask::***
Error: Deployment Failed, Error: startup-command is not a valid input for Windows web app or with publish-profile auth scheme.
##[debug]Deployment failed
##[debug]Node Action run completed with exit code 1
##
Yaml extract :
@Farès Thanks for reaching here! Could you confirm if the azure web app is on linux?
For windows azure python web app deployment see- Quickstart: Deploy a Python (Django or Flask) web app to Azure App Service