azure-mgmt-botservice-dotnet Skill
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot". Published by microsoft in skills.
What is azure-mgmt-botservice-dotnet Skill?
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-mgmt-botservice-dotnet Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-dotnet/skills/azure-mgmt-botservice-dotnet/SKILL.md
What it does
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
Skill instructions
Azure.ResourceManager.BotService (.NET) Management plane SDK for provisioning and managing Azure Bot Service resources via Azure Resource Manager. Installation bash dotnet add package Azure.ResourceManager.BotService dotnet add package Azure.Identity Current Versions: Stable v1.1.1, Preview v1.1.0-beta.1 Environment Variables bash AZURESUBSCRIPTIONID=<your-subscription-id Required: Azure subscription ID AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production AZURETENANTID=<tenant-id For service principal auth (optional) AZURECLIENTID=<client-id For service principal auth (optional) AZURECLIENTSECRET=<client-secret For service principal auth (optional) Authentication csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.BotService; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential var credential = new DefaultAzureCredential( DefaultAzureCredential.
Explore related resources
Frequently asked questions
What is azure-mgmt-botservice-dotnet?
azure-mgmt-botservice-dotnet is a open-source AI agent skill with Copy skill directory. Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings.
Who is azure-mgmt-botservice-dotnet best for?
azure-mgmt-botservice-dotnet is best for reusing agent instructions, scripts, and references.
How do I install azure-mgmt-botservice-dotnet?
Install or run azure-mgmt-botservice-dotnet using Copy skill directory. Check azure-mgmt-botservice-dotnet for the latest setup command.
Is azure-mgmt-botservice-dotnet actively maintained?
azure-mgmt-botservice-dotnet may need a closer maintenance check before production use.
Auto-fetched from GitHub.