Live data from Hacker News

Microsoft 365 Outage

status.office365.com

91–100 of 166 posts

Re: Microsoft 365 Outage

#91
post #64

I just finished convincing old-school management to move to Office365/Azure/Teams after we've been doing everything on-premise, saying we can reduce our maintenance and increase in reliability since we're a small operation. Needless to say this isn't a good look for me.

Their reliability only looks bad in comparison with other cloud providers. Microsoft can still probably do a much better job compared to a small team.

The variable here is not just the size & skill of the team but their needs. In most cases a single company or team will need a simpler, smaller-scale deployment, probably running on one or a handful of machines and not requiring the insane complexity that a public cloud provider is running behind the scenes to provide their service.

This eliminates a lot of moving parts and things that can fail. Imagine an Nginx server running on a single machine. There's very little that can go wrong here beyond hardware failure (and certain types of failures can be mitigated with things like RAID), and yet it is probably enough to host most internal websites.

Now compare this to something like Azure App Service which is obviously more complex to be able to support many tenants, load-balance, etc. There is much more that can go wrong with the entire App Service infrastructure (due to its complexity and moving parts) than with a single machine running Nginx, and the complexity will also delay disaster recovery efforts (this outage is now lasting for more than an hour - you can reinstall an entire Linux web server from scratch in half that time).

Re: Microsoft 365 Outage

#92
post #11
post #6

"No one was ever fired for buying Microsoft" just ended.

Oh please! This sort of outage is regular for O365.

This is the first time since 2015 that I remember an outage of this magnitude (scope + impact) with the platform. Not saying my memory is authoritative, but.. I certainly wouldn't call this regular.

Re: Microsoft 365 Outage

#93
post #55

Earlier quoted context omitted.

That is awful and why I have always been very sceptical of software moving to the cloud. Just yesterday I had a similar issue with Resharper, where our local licence server was down for the day. Luckily I was able to enable a 30-day trial. (and I guess Resharper isn't that mandatory to get work done)

I have always been very sceptical of software moving to the cloud. Me too. After a disastrous episode with DropBox while travelling in foreign countries nearly a decade ago, I instituted my own File Server that's accessible via the Internet. All of my data is 'safe at home' with daily backups.

How do you secure it from unwanted access? I have been wanting to do something similar but I am unsure of the best practices

Re: Microsoft 365 Outage

#94

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

Question does the compiler at the cli also phone home or is it just the IDE?

Re: Microsoft 365 Outage

#95
At least the guy with the change request was vindicated for now. That must have felt good - about to be crucified for putting in a change that brought down AAD globally, they roll it back and shit's still broken. :D hahaha wudn't me mofos!

Re: Microsoft 365 Outage

#96
post #55

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

That is awful and why I have always been very sceptical of software moving to the cloud. Just yesterday I had a similar issue with Resharper, where our local licence server was down for the day. Luckily I was able to enable a 30-day trial. (and I guess Resharper isn't that mandatory to get work done)

Me too. Got a few instances of similar situations with Datagrip and really wish we had local license instead of license server.

Re: Microsoft 365 Outage

#99

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

Funnily enough the community/free version works without issues. That really sucks if you're a paying customer.

not that surprising, since it probably doesn't have to phone home.

Re: Microsoft 365 Outage

#100

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

Woah that must be suck! Online license validation can backfire like drm did: you cannot use offline feature without online service available.

isn't it pretty much the same thing?
Post reply on HN