{"resource_type":{"id":378,"name":"azure_bot","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"app_id\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Microsoft App ID (Application (client) ID of the Azure Bot's App Registration)\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"app_password\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Client secret value for the App Registration\",\n\t\t\t\"format\": \"password\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"tenant_id\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Azure AD tenant ID. Set only when the Azure Bot is configured as Single Tenant; leave empty for Multi Tenant bots so the multi-tenant Bot Framework token endpoint is used.\",\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"app_id\",\n\t\t\"app_password\"\n\t],\n\t\"type\": \"object\"\n}","approved":true,"app":"msteams","description":"Microsoft Azure Bot Service credentials. Register a bot at https://portal.azure.com (Azure Bot resource) and create a client secret on the underlying App Registration. Required to call the Bot Framework REST API for proactive messages, replies, and adaptive cards.","created_by":"hugo989","created_at":"2026-05-21T14:50:07.363Z"}}