←back to thread

371 points greggyb | 10 comments | | HN request time: 0s | source | bottom
Show context
legitster ◴[] No.41977299[source]
Having spent some time at the Microsoft campus, I can tell you this is basically the consensus view from employees today. Ballmer was not a cool, trendy, or fun CEO who people rallied behind - but he more or less "got the job done". He was the captain of a massive ship with a turning radius the size of a continent guiding it through icebergs.

Azure's success was specifically set in motion under Ballmer. Owed to the fact that it was developed to Microsoft's strengths (enterprise support) that it didn't piss off too many of their partners and sales channels. Same with Office 365 and all of their other successful services. None are glamourous - but all are impressive with how not awful they are given their design constraints.

Even things like Surface, while considered a failure, did its intended job of getting hardware partners to get their act together and make better consumer products.

replies(7): >>41978220 #>>41978337 #>>41978547 #>>41978554 #>>41978721 #>>41978916 #>>41982882 #
dyauspitr ◴[] No.41978337[source]
Azure happened because of Nadella (who led the project) despite Ballmer.
replies(4): >>41978528 #>>41978558 #>>41978577 #>>42007740 #
dexterdog ◴[] No.41978558[source]
Azure may be successful financially, but as someone who has finally used it for the last two years after 15 years of AWS and a little bit of GCP, I can't help but think the world would be a better place if it didn't exist or if some lesser player had that market share.
replies(3): >>41978700 #>>41978813 #>>41978983 #
1. Uvix ◴[] No.41978813[source]
Maybe it's just "what you're used to", but I'd swap Azure and AWS in that statement. Going from Azure to AWS, I found it not nearly as nice to use or easy to understand. Even basic features like "see all the resources in my account" were missing from AWS.
replies(2): >>41979514 #>>41980165 #
2. nl ◴[] No.41979514[source]
I use all three regularly. AWS has a horrible, inconsistent UI, and the Azure portal is mostly ok (although I think GCP is the best of the three)

But OTOH AWS generally works and usually does what you think, whereas I'm never surprised when Azure breaks or some random Azure API works nothing like we expect.

replies(3): >>41980374 #>>41980520 #>>41982885 #
3. UltraSane ◴[] No.41980165[source]
AWS feels fundamentally better engineered than Azure but Azure's GUI and API feels more consistent. AWS has never had the kind of global outage that Azure has had.
4. RandomThoughts3 ◴[] No.41980374[source]
> GCP is the best of the three

Until you have to call Google. Google business services are awful.

5. fragmede ◴[] No.41980520[source]
I feel your pain, also being on all three.

The biggest difference IMO is in how they're handled by large organizations and how prod permissions are provisioned by them. In Azure you have one user account and one org, with subscriptions for your user account to activate to get permissions. You can have multiple subscriptions but they're under the same login/user account and you can have multiple active at the same time. In AWS, you get access to an account or accounts that have different logins, so you get to juggle those with login/logout, even if there's SSO. In GCP, there are multiple projects, under a single login, but you may have to juggle projects.

The other aspect is how regions are dealt with. AWS global resource index/search thing is useful, but it totally feels like I spend more time juggling regions with AWS. Azure's regions themselves are, let's just say, interesting. GCP is better at it than AWS, and less interesting than Azure (which is a good thing).

6. rbanffy ◴[] No.41982885[source]
> GCP is the best of the three

I must have very different needs. In my perception, AWS is the best of the three, Azure is second, and Google would be #3. Depending on your unique news, you might choose different CSP's, from Digital Ocean to Oracle or IBM (the only place you can get AIX, IBMi, and z/OS)

replies(1): >>41990902 #
7. nl ◴[] No.41990902{3}[source]
Interesting.

Do you do cross-region work in AWS? For me that is just bad. I usually want to work at a service level and see across all regions, where as AWS wants me to work at a region level and see everything I have running there.

replies(1): >>41995795 #
8. rbanffy ◴[] No.41995795{4}[source]
The web UI makes that easier with GCP, but the main "UI" for me is Terraform, with only occasional usage of the "human-rated" interfaces.

BTW, I hate Terraform with a passion, but I don't have the energy to write something that can describe infrastructure in Lisp.

replies(1): >>42003344 #
9. nl ◴[] No.42003344{5}[source]
Why do you find GCP 3rd then? They have Terraform templates for all (?) their services includes in the docs.
replies(1): >>42005140 #
10. rbanffy ◴[] No.42005140{6}[source]
I think it's a bit the services - I am very impressed with Aurora on AWS for instance, and there isn't really anything equivalent to it anywhere else. Also, some of the services elsewhere seem easier to deploy or more convenient to use.

In any case, all three big ones are pretty good for almost anything, and I don't think there is anything that's doable on one that's impossible to do in the others (IBM is the exception here - if you need AIX, IBMi or Z, they are the only ones who can offer that).