Azure Bot Service Management (.NET)
Skill Verifiziert AktivAzure 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".
To enable developers to programmatically create and manage Azure Bot Service resources, including bots, channels, and connections, using a dedicated .NET SDK.
Funktionen
- Create and manage Azure Bot resources.
- Configure DirectLine, Teams, Slack, and Web Chat channels.
- Manage OAuth connection settings.
- Regenerate channel keys.
- Update and delete bot resources.
Anwendungsfälle
- Automating the deployment and configuration of Azure Bot Services.
- Integrating bot resource management into CI/CD pipelines.
- Programmatically managing bot channels and connection settings for multi-environment setups.
- Scripting the creation of new bots based on predefined templates.
Nicht-Ziele
- Developing the bot's conversational logic (this is handled by the Bot Framework SDK).
- Managing Azure resources outside of Bot Service.
- Directly interacting with the Bot Framework SDK or bot runtime.
Workflow
- Authenticate with Azure using `DefaultAzureCredential`.
- Obtain `ArmClient` and `SubscriptionResource`.
- Get or create `ResourceGroupResource`.
- Access `BotCollection` for bot operations.
- Perform CRUD operations on `BotResource` and `BotChannelResource`.
- Handle API errors using `RequestFailedException`.
Praktiken
- Azure Resource Management
- Bot Service Configuration
- SDK Usage
- Authentication Best Practices
Voraussetzungen
- Azure Subscription
- .NET SDK
- Azure CLI or equivalent for authentication (e.g., `DefaultAzureCredential` configuration)
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add microsoft/skills/plugin install azure-sdk-dotnet@skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Azure Ai Document Intelligence Dotnet
100Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".
Azure Servicebus Py
100Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".
Azure Monitor Query Py
100Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".
Azure Container Registry SDK for Python
100Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".
Azure App Configuration SDK for Python
100Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".
Microsoft Skill Creator
100Erstellen Sie Agent-Skills für Microsoft-Technologien mithilfe offizieller Dokumentation. Verwenden Sie diesen Skill, wenn der Benutzer einen Skill für eine Microsoft-Technologie (Azure, .NET, M365, VS Code, Bicep usw.) erstellen, generieren oder bearbeiten möchte – auch wenn dies umgangssprachlich formuliert ist wie „Erstelle einen Skill für Cosmos DB“. Untersucht das Thema anhand offizieller Dokumente und generiert dann einen hybriden Skill mit lokal gespeichertem Wissen und dynamischen Abrufen für tiefere Einblicke.