Setup & Installation
What This Skill Does
Azure Bot Service Management SDK for Python lets you create, configure, and manage Azure Bot Service resources programmatically. It covers bot lifecycle operations, channel integrations (Teams, Slack, Direct Line, Web Chat), and OAuth connection settings.
Instead of clicking through the Azure Portal for each bot configuration change, you can script and version-control the entire setup including channels and auth connections.
When to use it
- Creating and updating Azure bots from CI/CD pipelines
- Enabling Teams or Slack channels on a bot after deployment
- Rotating Direct Line API keys on a schedule
- Listing all bots across a subscription for an audit
- Configuring OAuth connections for Microsoft Graph access