stts
stts copied to clipboard
Azure & Office 365
Alright 👍 I'll take a look at it.
So there are 2 problems preventing this from happening:
- Azure's status page doesn't have an API, so it can only be added by parsing the HTML. However, I have no idea what that page would look like during an outage so I can't really write code for it... I even checked the WaybackMachine in an attempt to find archived pages with an outage (which is what I did for Slack) but no luck.
- Need a valid subscription to access the Office 365 status page. (even if I were to have one, you'd have to enter your credentials in the app / reverse-engineer Microsoft's login so we can parse that page)