Can anyone explain how to deploy a WebApp built via Dash (Python) to Azure? I a few WebApps that work perfectly fine when deployed locally in development server on my pc.
There must be some difference in deploying between Render.com and Azure. Maybe I need to add/remove/change some line of code if I want to deploy on Azure?
Note 1: I am using Python 3.10 and VSCode. Note 2: To deploy the WebApp I am following instructions from this tutorial on Youtube.
Note 3: I can’t do a “Health Check” on Azure because it is not available on “Free” plan.
Let me know if I can provide any more information.
@jinnyzor , yeap, same.
I am intrigued too.
I don’t have enough knowledge and experience to understand, what is the difference between Render.com and Azure.
Why deploying on Render works, but deploying the same thing on Azure doesn’t.