freeapis

Azure DevOps Health

Resource health helps you diagnose and get support when an Azure issue impacts your resources

Authentication
API Key
HTTPS
No
CORS
No

Overview

Azure Resource Health API reports Azure resource health — key-based (Azure subscription required; an invalid subscription returns 400, verified).

Quick Start

Requires a valid subscription ID + token:

curl "https://management.azure.com/subscriptions/{SUBSCRIPTION_ID}/resourceGroups?api-version=2021-04-01" \
  -H "Authorization: Bearer YOUR_TOKEN"
{ "error": { "code": "InvalidSubscriptionId", "message": "The provided subscription identifier 'INVALID' is malformed or invalid." } }

Authentication

  • Azure AD app → OAuth token + subscription ID.
  • Send token as Authorization: Bearer (bad subscription → 400, verified).

Rate Limits & Notes

  • Free within Azure subscriptions.
  • Resource health, availability states.

FAQ

Is Azure Resource Health free? Free within Azure subscriptions.

Why 400? Invalid subscription ID returns 400 (verified) — use a real one.

What does it do? Azure resource health.

More in Continuous Integration

APIAuthHTTPSCORS
Bitrise

Build tool and processes integrations to create efficient development pipelines

API KeyYesUnknown
Buddy

The fastest continuous integration and continuous delivery platform

OAuthYesUnknown
CircleCI

Automate the software development process using continuous integration and continuous delivery

API KeyYesUnknown
Codeship

Codeship is a Continuous Integration Platform in the cloud

API KeyYesUnknown
Travis CI

Sync your GitHub projects with Travis CI to test your code in minutes

API KeyYesUnknown