Skip to content

brndnsmth/msdocs-python-fastapi-webapp-quickstart

 
 

Repository files navigation

page_type description languages products
sample
A minimal sample app that can be used to demonstrate deploying FastAPI apps to Azure App Service.
python
azure
azure-app-service

Deploy a Python (FastAPI) web app to Azure App Service - Sample Application

This is the sample FastAPI application for the Azure Quickstart Deploy a Python (Django, Flask or FastAPI) web app to Azure App Service. For instructions on how to create the Azure resources and deploy the application to Azure, refer to the Quickstart article.

Sample applications are available for the other frameworks here:

If you need an Azure account, you can create one for free.

Local Testing

To try the application on your local machine:

Install the requirements

pip install -r requirements.txt

Start the application

uvicorn main:app --reload

Example call

http://127.0.0.1:8000/

Next Steps

To learn more about FastAPI, see FastAPI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • CSS 36.8%
  • Other 0.6%