A

Azure management REST API

REST discovered

Details
URL
https://management.azure.com
Docs
https://learn.microsoft.com/en-us/rest/api/resources/resources
Authentication
Microsoft Entra ID access token for Azure APIs oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Register an application in Microsoft Entra ID / Microsoft identity platform, grant it the Azure API permissions you need, and use the app registration to obtain OAuth Bearer access tokens. For interactive local use, the easiest path is signing in with Azure CLI via az login, which can acquire tokens for Azure APIs.