jubi
jubi

Reputation: 625

How to check whether an azure resource is available (Up/Down)

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

Answers (2)

Bhargavi Annadevara
Bhargavi Annadevara

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:

Availability Statuses REST API Response

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:

Availability Status per Resource Type

And even personalize your filters, and pin the filtered world map back to the Dashboard:

Service Health Tile on Azure Portal Dashboard

Hope this helps!

Upvotes: 1

user793891
user793891

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

Related Questions