vbv/env/azure/azure-infos.md

904 B

VBV installstion on Azure

Prerequisites

  • Azure subscription
  • Azure CLI

For this project we use the

vbv resource group.

Azure app services tutorial 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 --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.