Click here to Skip to main content
15,886,422 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.

 
GeneralWhy would I use Azure? Pin
Slow Eddie22-Mar-22 3:20
professionalSlow Eddie22-Mar-22 3:20 
GeneralRe: Why would I use Azure? Pin
OriginalGriff22-Mar-22 4:31
mveOriginalGriff22-Mar-22 4:31 
GeneralRe: Why would I use Azure? PinPopular
lmoelleb22-Mar-22 5:12
lmoelleb22-Mar-22 5:12 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 4:49
frostcox23-Mar-22 4:49 
GeneralRe: Why would I use Azure? Pin
jochance23-Mar-22 5:00
jochance23-Mar-22 5:00 
GeneralRe: Why would I use Azure? Pin
frostcox23-Mar-22 5:27
frostcox23-Mar-22 5:27 
GeneralRe: Why would I use Azure? Pin
lmoelleb25-Mar-22 0:31
lmoelleb25-Mar-22 0:31 
GeneralRe: Why would I use Azure? Pin
jochance24-Apr-22 16:11
jochance24-Apr-22 16:11 
I'd say that using those things does simplify scaling and deployment.

It may be true for many things that you would benefit from that simplification while you could always "roll your own".

Certainly for some though, you're not going to need more than a single container instance somewhere.

For example, maybe you use containers so developers can easily pass around builds to host locally so that the code they are really focused on is able to hit those locally hosted containers as dependencies.

Maybe especially beneficial if both sides of the fence are being worked. "A" depends on "B" but you are actively altering both. As you and others make changes, it isn't just the repos changing but the containers coming out of build pipelines reflective of those changes also. The most benefit is if those containers are artifacts that eventually hit testing/production environs. But that would/could still have benefit even if your "real environment instances" were hosted on cloud instances or even if they were not containerized. Provided you enforce that changes to the container must also be reflected in the environments they represent you still eliminate a bunch of "works on my machine".

In simpler use cases, it might be that orchestration tooling complicates things more than simplifies them.
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 
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 

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.