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
- Category
- Continuous Integration
- Documentation / URL
- https://docs.microsoft.com/en-us/rest/api/resourcehealth
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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Bitrise Build tool and processes integrations to create efficient development pipelines | API Key | Yes | Unknown | ↗ |
| Buddy The fastest continuous integration and continuous delivery platform | OAuth | Yes | Unknown | ↗ |
| CircleCI Automate the software development process using continuous integration and continuous delivery | API Key | Yes | Unknown | ↗ |
| Codeship Codeship is a Continuous Integration Platform in the cloud | API Key | Yes | Unknown | ↗ |
| Travis CI Sync your GitHub projects with Travis CI to test your code in minutes | API Key | Yes | Unknown | ↗ |