instatushq / out

Monitor services in your menu bar
https://instatus.com/out
MIT License
161 stars 13 forks source link

Add Azure Status to Monitor #16

Open kaftw opened 3 years ago

kaftw commented 3 years ago

There are a lot of other cloud providers listed, but I didn't see Microsoft's Azure cloud in the list. Since I use it, it'd be great to have it in the app.

alisalahio commented 3 years ago

Azure is important, but their status page is custom. It would be awesome if someone would contribute and implement it.

Here is how stts implements it: https://github.com/inket/stts/tree/master/stts/Services/Super

kaftw commented 3 years ago

Yeah, I was looking into their RSS feed to see if that could be used, but I haven't had the time to dig too far into it: https://azurestatuscdn.azureedge.net/en-us/status/feed/. From what I can tell, you could assume that there are no issues if there's nothing in the feed, which isn't really the best way to determine an outage. 😅

alisalahio commented 3 years ago

Yeah seems like this is a much simpler way that what stts is doing. We could monitor this feed so we can check changes that happen when they're down 😂