azure.com
Azure is Microsoft’s cloud platform for building, deploying, and managing infrastructure, applications, data, and AI services. It includes a broad set of cloud services spanning compute, storage, networking, databases, analytics, and developer tooling.
Azure exposes a large REST/OpenAPI estate centered on the Azure management API, plus the `az` and `azd` CLIs; Azure also documents MCP server/registry integrations but the public connect endpoint and auth details were not determinable from the discovered docs.
- Azure MCP Server Registry docsdiscovered
- Azure management REST APIdiscovered
- Azure CLIdiscovered
- Azure Developer CLIdiscovered
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.
$ az loginAcquired by the CLI — running az login opens the auth flow and stores the credential.
$ azd auth loginAcquired by the CLI — running azd auth login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://azure.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing