has anyone tried to deploy the docker image to azure? I saw there is some official documentation for AWS but I have a $150 azure credit per month and if I can figure out how to deploy the docker image to azure container apps I can get another server going.

  • @mrmanagerA
    link
    1
    edit-2
    1 year ago

    I haven’t used azure but if you use the ansible installation method, it will install everything into an instance (whatever they are called in azure, the typical computer virtual machines).

    But you need a public domain name to get let’s encrypt certificates to work. So you should buy a domain name and point it at your instance first.

    If you have that, the ansible install will set everything up, and run stuff inside docker for you.