Reputation: 625
Is there any way to check if an azure resource say azure IoT hub or event hub is available or not. By available i mean whether it is down / working / ok/up ? I am a fresher in Azure,if someone can show some light will be greatful.
Upvotes: 2
Views: 979
Reputation: 5502
For listing availability statuses per resource group, you could try out the Availability Statuses REST API. This would give you the availability information per resource in the resource group including a quick summary, that looks like this:
Additional Info:
If you're looking for availability per resource type, you could try the Service Health tile on the Dashboard in the Azure Portal:
And even personalize your filters, and pin the filtered world map back to the Dashboard:
Hope this helps!
Upvotes: 1
Reputation:
The status page on the Azure Website list the services health for all regions: https://status.azure.com/en-us/status
I'd suggest that you also follow @AzureSupport on Twitter.
Upvotes: 0