Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

azure-mgmt-botservice-dotnet

Management plane SDK for Azure Bot Service in .

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-mgmt-botservice-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-botservice-dotnet
View on GitHub

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