Hi @Yuzu ,
Thank you for posting query in Microsoft Q&A Platform.
In Azure there is a service called "Azure app service", which is go to option to host web apps in Azure cloud.
In your case, it seems you want to deploy a web app which developed by Flask and Python. If yes, you should considering deploying that in to Azure app service. Below are few useful links which helps with steps.
- https://learn.microsoft.com/en-us/azure/developer/python/tutorial-deploy-app-service-on-linux-01
- https://medium.com/@nikovrdoljak/deploy-your-flask-app-on-azure-in-3-easy-steps-b2fe388a589e
- https://www.youtube.com/watch?v=K_RTlbOOCts
- https://www.youtube.com/watch?v=_4FsBoLOoQY
When you say "trigger databricks notebook", you mean running databricks notebook using flask app? If yes, you can consider make API call to databricks to run or schedule your notebooks from your flask app business logic code. Below is the link for REST APIs documentation for Azure data bricks.
https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/
Please share more details if my understanding of ask is incorrect so that we can understand ask better and help.
Hope this will help. Please let us know if any further queries.
--------------------
Please consider hitting Accept Answer
. Accepted answers helps community as well.