Git Product home page Git Product logo

ai_deployment's Introduction

How to deploye Flask app on Azure App Service. Best ways which are ested explained below.

  1. Create Flask project and run it on local using "flask run" command.
  2. Once everything is good with No errors or warnings, export all the libraries using "pip freez > requirements.txt" command. Which stores all the required libraries and its versions in the text file.
  3. Create a "commit" and "push" the code to Github repository
  4. Once done in Azure create an "App service", "App service plan" and the "Applications insights service" (optional) and link it manually or Use VSCode to do the same.
  5. Then go to "App service > Deployment Center > Source=GitHub, Select Repo, Select Branch and the python version (In this case Python 3.9)".
  6. Save it and then it starts the deployment from GitHub. We can see the same in the Github repository under Axtions>Workflows.
  7. We can preview the sites after that usin the URL from the Azure App Service.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.