: How to deploy a Flask+React application to Azure Web Service

PalejaS 0 Reputation points
2024-03-20T01:26:12.83+00:00

Hello, I have an app built with Flask and React and linked to a Firebase database. How can host this app in Azure?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,946 Reputation points Microsoft Employee Moderator
    2024-03-20T05:19:42.49+00:00

    @PalejaS Thanks for reaching out to Microsoft Q&A,apologize for any inconvenience caused on this.

    I understand that you are looking for a tutorial to host your flask application on azure app service. If my understanding correct you can go through the below tutorials.

    The above tutorial can help you on how to deploy flask application to azure app service.

    If your app service want to connect to firebase you can implement these instructions in your code that are mentioned here in this firebase database documentation.

    Hope this helps, let me know if you have any further questions on this.


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.