The number of Microsoft Azure Services have steadily grown since it started in 2010. To know the approximate (not bothering about whether a service is in Preview or General Availability mode) count of Azure Services are currently available to satisfy my curiosity, I have relied on the
Status page that Microsoft maintains to show the health status of Azure Services across the world.
To make the counting easy,
I've used the IMPORTHTML formula in Google Sheets to extract the list of Azure Services in the table within the Status page:
=IMPORTHTML("https://azure.microsoft.com/en-us/status/", "table", 1)
The Services are currently distributed under the following ten categories:
- Compute
- Web & Mobile
- Data & Storage
- Analytics
- Networking
- Media & CDN
- Hybrid Integration
- Identity & Access Management
- Developer Services
- Management
So the number of Azure Services that are currently available as of December 2015 is 73 (
total rows with values in the sheet - 10)
No comments:
Post a Comment