Python Flask App migrate to Databricks

Yuzu 26 Reputation points
2022-01-13T10:00:07.597+00:00

Hi,
I am looking to migrate my flask app into azure.
Was wondering if i can migrate my flask app into databricks and schedule a job to trigger the databricks notebook.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,527 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-01-17T10:48:39.787+00:00

    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.

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.