Skip to content

This project is an example of how to deploy a FastAPI application to Azure using Azure Functions and Azure Cosmos DB.

Notifications You must be signed in to change notification settings

vandewilly/FastAPi_azure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI_azure

Creating a FAST API service on azure

Confiuration

  1. create virtualenv virtualvenv venv
  2. run source venv/bin/activate
  3. run pip install -r requirements.txt

running FAST API

run the following command to start uvicorn api.main:app --reload

About

This project is an example of how to deploy a FastAPI application to Azure using Azure Functions and Azure Cosmos DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%