Azure MCP Server

Official
by Streen9
Verified

select-tenant

Select Azure tenant and subscription

Input Schema

NameRequiredDescriptionDefault
subscriptionIdYesAzure Subscription ID to select
tenantIdYesAzure Tenant ID to select

Input Schema (JSON Schema)

{ "properties": { "subscriptionId": { "description": "Azure Subscription ID to select", "type": "string" }, "tenantId": { "description": "Azure Tenant ID to select", "type": "string" } }, "required": [ "tenantId", "subscriptionId" ], "type": "object" }

You must be authenticated.

Other Tools