Earlier quoted context omitted.
IT made them do it for good reasons though. Managing a large number of users and workstations in an enterprise environment is one of the things that Microsoft stack stands out.
Pull the boundaries in. Provide all of the enterprise services through the web. Provide hardened VMs for those services that can't be migrated. Suddenly your workstations are thin clients, and it doesn't really matter anymore if someone decides they want BYOD. Now you can get after the actual interesting problem of intellectual property theft and corporate espionage. Things which the firewalls of old did nothing to p…
Microsoft developer reveals Linux is now more used on Azure than Windows Server
61–70 of 184 posts
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#62Earlier quoted context omitted.
There is an entire parallel community of business IT, basically unknown and unintelligible to the Silicon Valley community, where the Microsoft server-side stack is as obvious a choice as Linux is in our world. You may even have some of it in your company. It's really amusing (and dysfunctional) when our projects require "Eng" and "Corp IT" to cooperate. We're both ostensibly computer professionals who select, write,…
Like 10 years ago, I thought it was great when we garnered a client which was one those "Microsoft only" type shops, because I like C#/NET. But the only justification for using it was really "IT made us do it". And I saw how the IT leadership in these places were older people perhaps maybe fighting older political battles. In any case its been many years since I've stumbled across a pure Microsoft shop. I think Azure…
Oh yeah, and iPhones. We have those - not complaining, really, but those were sold internally as "it looks better if we have those premium phones and not old junk". Ah well...
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#63Windows server will be offered as a compatibility layer in Linux on top of Docker.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#64On Azure, a Windows VM instance tends to cost about 50% more than the equivalent instance running Linux,so it is a no brainer to use Linux if your application is operation system independent.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#65Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#66Earlier quoted context omitted.
I think you underestimate how slowly things move in some places. There are still shops running COBOL on mainframes. Windows is going to have a place on servers for decades to come.
News flash, there is more COBOL being written today that in any prior year. It's a small part of the total output, but is not decreasing in absolute terms.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#67Earlier quoted context omitted.
Everyone uses Active Directory because its basically the only functional solution for its problem space.
Which problem space is that? For group policy part cfengine, salt, puppet are far better (group policy is just modifying windows registry and manipulating files although at first it seemes a bit like magic). For authentication we have kerberos, which Microsoft pulled in from the free world beginning with Windows 2000. Kerberos does not fly in the Cloud world though.
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#68Earlier quoted context omitted.
Pull the boundaries in. Provide all of the enterprise services through the web. Provide hardened VMs for those services that can't be migrated. Suddenly your workstations are thin clients, and it doesn't really matter anymore if someone decides they want BYOD. Now you can get after the actual interesting problem of intellectual property theft and corporate espionage. Things which the firewalls of old did nothing to p…
It's naive to think that just because your production critical software is web based, you can just have everyone BYOD. That is asking for rampant malware on the company network, and targeted attacks that steals company secrets.
They need access to a few webfrontends and be able to use their SCM server...
But in order to do that, they'll have to be able to test locally or have a really hardened access to their servers. Significantly harder than just forcing everyone on company hardware without root/admin access
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#69This is great, IMO. The sooner MS abandons Windows on Azure the better for everybody. You could argue that "monoculture" is not good, but, TBH, from a purely pragmatic standpoint, I struggle to name a single use case where I'd _not_ choose Linux over anything else when the use case is not desktop-oriented (cloud, edge, embedded).
Re: Microsoft developer reveals Linux is now more used on Azure than Windows Server
#70Earlier quoted context omitted.
It's naive to think that just because your production critical software is web based, you can just have everyone BYOD. That is asking for rampant malware on the company network, and targeted attacks that steals company secrets.
From the lens of a programmer it's definitely possible to do BYOD without any real danger to the domain. They need access to a few webfrontends and be able to use their SCM server... But in order to do that, they'll have to be able to test locally or have a really hardened access to their servers. Significantly harder than just forcing everyone on company hardware without root/admin access