skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-mgmt-botservice-dotnet

Bot Service provisioning via ARM

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-botservice-dotnet

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure.ResourceManager.BotService (.NET)

Management plane SDK for provisioning and managing Azure Bot Service resources via Azure Resource Manager.

Installation

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

AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_TOKEN_CREDENTIALS=prod  # Required only if DefaultAzureCredential is used in production
AZURE_TENANT_ID=<tenant-id> # For service principal auth (optional)
AZURE_CLIENT_ID=<client-id> # For service principal auth (optional)
AZURE_CLIENT_SECRET=<client-secret> # For service principal auth (optional)

Authentication

Lines 1 - 25 of 332

Recommendations

Explore other random skills

All skillsMy patterns