Skip to content

Update README.md. Added reference links for help. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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```
```az group delete --name FlaskApp```