From: नवुले पवन कुमार राव Date: Mon, 3 Aug 2020 11:48:30 +0000 (+0530) Subject: 📝 Add article: Deploy FastAPI on Azure App Service (#1726) X-Git-Tag: 0.60.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd3736da26e20cff7100da3f2304be75c3b9c64;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add article: Deploy FastAPI on Azure App Service (#1726) --- diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 5ecbc672ca..86ac7c1f3b 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -128,6 +128,10 @@ articles: title: Machine learning model serving in Python using FastAPI and streamlit author_link: https://github.com/davidefiocco author: Davide Fiocco + - link: https://www.tutlinks.com/deploy-fastapi-on-azure/ + title: Deploy FastAPI on Azure App Service + author_link: https://www.linkedin.com/in/navule/ + author: Navule Pavan Kumar Rao japanese: - link: https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築