this post was submitted on 10 Jun 2023
10 points (100.0% liked)

Programming

13425 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] mrmanager@lemmy.today 1 points 2 years ago* (last edited 2 years 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.