How to deploy Dash App to Azure WebApp

Hello @TwoPointNo,

You dont need to set anything for your port or server, the line…

if __name__ == '__main__':
    app.run_server(debug=True)

…means that your server wont spin up when being called by gunicorn.

Did you check on the forums, I know that I posted somethings on a topic not too long ago, it might help you with the troubleshooting.