Click here to Skip to main content
15,886,110 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Why would I use Azure? Pin
lmoelleb24-Mar-22 0:34
lmoelleb24-Mar-22 0:34 
GeneralRe: Why would I use Azure? Pin
Bruce Patin23-Mar-22 5:37
Bruce Patin23-Mar-22 5:37 
GeneralRe: Why would I use Azure? Pin
lmoelleb23-Mar-22 21:43
lmoelleb23-Mar-22 21:43 
GeneralRe: Why would I use Azure? Pin
Bruce Patin24-Mar-22 3:33
Bruce Patin24-Mar-22 3:33 
GeneralRe: Why would I use Azure? Pin
Mateusz Jakub23-Mar-22 10:05
Mateusz Jakub23-Mar-22 10:05 
GeneralRe: Why would I use Azure? Pin
lmoelleb23-Mar-22 21:38
lmoelleb23-Mar-22 21:38 
GeneralRe: Why would I use Azure? Pin
Mateusz Jakub24-Mar-22 7:24
Mateusz Jakub24-Mar-22 7:24 
GeneralRe: Why would I use Azure? Pin
lmoelleb24-Mar-22 21:41
lmoelleb24-Mar-22 21:41 
Of course everyone does not need autoscale. It is not a killer feature. Just a requirement in some use cases and not in others... as basically everything else in software development.

The only use case I can see where containers might be a bit more complicated than running a VM is running multiple web sites on a single box. IIS makes this easy. With docker each site will be on its own port, so you need something in front to listen to 443 and do the HTTPS for the containers. This means something like NGINX or Traefik. Not rocket science, but definitely an area that is still too complex. Traefik being able to automatically pick up containers as they are spun up and server them is a good step though, but still a bit to wrap the head around.

Besides that... hard to beat:
docker-compose up.

If I had to run a modern application in a VM, I would install docker in that VM Smile | :)
GeneralRe: Why would I use Azure? Pin
Jacquers22-Mar-22 5:14
Jacquers22-Mar-22 5:14 
GeneralRe: Why would I use Azure? Pin
englebart22-Mar-22 15:00
professionalenglebart22-Mar-22 15:00 
GeneralRe: Why would I use Azure? Pin
Slow Eddie23-Mar-22 2:15
professionalSlow Eddie23-Mar-22 2:15 
GeneralRe: Why would I use Azure? Pin
Eddy Vluggen22-Mar-22 5:51
professionalEddy Vluggen22-Mar-22 5:51 
GeneralRe: Why would I use Azure? Pin
Slacker00722-Mar-22 5:54
professionalSlacker00722-Mar-22 5:54 
GeneralRe: Why would I use Azure? Pin
dandy7222-Mar-22 8:08
dandy7222-Mar-22 8:08 
GeneralRe: Why would I use Azure? Pin
kmoorevs22-Mar-22 10:47
kmoorevs22-Mar-22 10:47 
GeneralRe: Why would I use Azure? Pin
Keefer S23-Mar-22 2:55
Keefer S23-Mar-22 2:55 
GeneralRe: Why would I use Azure? Pin
Dan Neely23-Mar-22 3:12
Dan Neely23-Mar-22 3:12 
GeneralRe: Why would I use Azure? Pin
Sander Rossel24-Mar-22 1:30
professionalSander Rossel24-Mar-22 1:30 
Generalunpopular opinion: Rust: not a fan Pin
honey the codewitch22-Mar-22 0:16
mvahoney the codewitch22-Mar-22 0:16 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Slacker00722-Mar-22 0:38
professionalSlacker00722-Mar-22 0:38 
GeneralRe: unpopular opinion: Rust: not a fan Pin
honey the codewitch22-Mar-22 0:38
mvahoney the codewitch22-Mar-22 0:38 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Greg Utas22-Mar-22 2:00
professionalGreg Utas22-Mar-22 2:00 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Mircea Neacsu22-Mar-22 3:28
Mircea Neacsu22-Mar-22 3:28 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Greg Utas22-Mar-22 3:47
professionalGreg Utas22-Mar-22 3:47 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Gary R. Wheeler23-Mar-22 10:44
Gary R. Wheeler23-Mar-22 10:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.