vbv/env/azure/azure-infos.md

22 lines
682 B
Markdown

# VBV installstion on Azure
## Prerequisites
- Azure subscription
- Azure CLI
## For this project we use the
vbv resource group.
[Azure app services tutorial](https://learn.microsoft.com/en-us/azure/app-service/media/tutorial-python-postgresql-app/python-postgresql-app-architecture-240px.png)
![](https://learn.microsoft.com/en-us/azure/app-service/media/tutorial-python-postgresql-app/python-postgresql-app-architecture-240px.png)
For the app we use azure app services, wiht a potgres database.
Deployment for django:
https://tonybaloney.github.io/posts/django-on-azure-beyond-hello-world.html
az webapp deployment user set --user-name <username> --password <password>