From dbbbe3c147da7490d6efd29631bbef4d214c8197 Mon Sep 17 00:00:00 2001 From: Vyasraj-Joshi <62335407+Vyasraj-Joshi@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:43:01 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51fe084..4479b25 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +Important links to understand few basic concepts: +https://azure.microsoft.com/en-in/overview/what-is-azure/ +https://opensource.com/resources/what-docker +https://flask.palletsprojects.com/en/1.1.x/ + + + This tutorial shows you how to create and deploy a Flask web app in an Alpine Linux + NGINX Docker container to Azure Web Apps for Containers using the Azure CLI. See [VSCODE.md](VSCODE.md) for using Visual Studio Code and the Azure Portal instead. @@ -151,4 +158,4 @@ RUN pip install --no-cache-dir -r /requirements.txt ## Clean up To clean up your Azure resources, delete the resource group -```az group delete --name FlaskApp``` \ No newline at end of file +```az group delete --name FlaskApp```