28 lines
904 B
Markdown
28 lines
904 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)
|
|

|
|
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>
|
|
|
|
# Docker image for the app
|
|
|
|
To be able to pull the docker image from dockerhub you need to create an access token on dockerhub.
|
|
the access token is then the password in azure and the username is the dockerhub username.
|
|
|