Azure DevOps Health
当 Azure 问题影响你的资源时,资源健康可帮助你诊断并获得支持
- 认证方式
- API Key
- HTTPS
- No
- CORS
- No
- 分类
- 持续集成
简介
Azure Resource Health API 报告 Azure 资源健康——基于密钥(需要 Azure 订阅;无效订阅返回 400,已实测)。
快速开始
需要有效订阅 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." } }
认证方式
- Azure AD 应用 → OAuth token + 订阅 ID。
- 通过
Authorization: Bearer发送 token(错误订阅 → 400,已实测)。
速率限制与注意事项
- 在 Azure 订阅内免费。
- 资源健康、可用性状态。
常见问题
Azure Resource Health 免费吗? 在 Azure 订阅内免费。
为什么 400? 无效订阅 ID 返回 400(已实测)——请用真实订阅。
它做什么? Azure 资源健康。
持续集成 分类更多
| 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 | ↗ |