Setup & Installation
What This Skill Does
Management plane SDK for Azure Bot Service in .NET. Handles provisioning, configuration, and lifecycle of Azure Bot resources through Azure Resource Manager. Covers channels like Teams, DirectLine, and Slack, plus OAuth connection settings.
Automates bot infrastructure management from .NET code directly, removing the need to click through the Azure Portal or write raw ARM templates for each channel configuration.
When to use it
- Creating an Azure Bot resource with SKU and MSA app credentials
- Enabling the Teams channel on an existing bot programmatically
- Rotating DirectLine keys for a specific site
- Listing all configured channels on a bot across environments
- Updating a bot's messaging endpoint after a backend redeployment