select-tenant
Choose and set an Azure tenant and subscription using the MCP server to manage resources and configurations effectively. Simplify tenant-specific operations and streamline access.
Instructions
Select Azure tenant and subscription
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subscriptionId | Yes | Azure Subscription ID to select | |
tenantId | Yes | Azure 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"
}