]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add article: Deploy FastAPI on Azure App Service (#1726)
authorनवुले पवन कुमार राव <pavanraonavule@gmail.com>
Mon, 3 Aug 2020 11:48:30 +0000 (17:18 +0530)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 11:48:30 +0000 (13:48 +0200)
docs/en/data/external_links.yml

index 5ecbc672ca8d5c9d19c28162999deae1d08cc328..86ac7c1f3bd95677479d7bb69327e70bfb1acb65 100644 (file)
@@ -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サーバーを構築