azure-mgmt-botservice-dotnet
Manage Azure Bot Service with .NET
Managing Azure Bot resources with the .NET ARM SDK requires precise resource, channel, and authentication patterns. This skill provides focused examples for common management workflows.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-mgmt-botservice-dotnet" from https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-mgmt-botservice-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-mgmt-botservice-dotnet". How should I create a free-tier Azure bot for a staging environment?
Expected outcome:
- Install the Bot Service management and identity packages.
- Authenticate with DefaultAzureCredential under a least-privilege identity.
- Resolve the target subscription and resource group before creating the bot.
- Use the free SKU, staging endpoint, application identifier, and selected Azure region.
- Wait for completion and verify the returned resource metadata.
Using "azure-mgmt-botservice-dotnet". Review a plan to rotate Direct Line keys and remove an obsolete bot.
Expected outcome:
- Confirm the subscription, resource group, bot, channel, and site with the operator.
- Inventory clients that depend on the current Direct Line key.
- Rotate credentials during an approved maintenance window and validate client migration.
- Delete the bot only after dependency checks, recovery planning, and explicit confirmation.
Security Audit
Medium RiskAll 70 static matches are false positives. They are Markdown code markers, placeholder Azure settings, example URLs, or official links, with no embedded execution or secret exfiltration. A medium-risk concern remains because the guidance includes key regeneration and bot deletion without a workflow-specific confirmation step.
Confirmed security concerns (1)
Risk Factors
โ๏ธ External commands (50)
๐ Network access (5)
๐ Env variables (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-mgmt-botservice-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-mgmt-botservice-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-mgmt-botservice-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-mgmt-botservice-dotnet-2026,
author = {sickn33},
title = {azure-mgmt-botservice-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-mgmt-botservice-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-mgmt-botservice-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Provision a bot
Create a typed .NET workflow for an Azure Bot resource with authentication, endpoint, SKU, and application settings.
Configure bot channels
Add Direct Line, Microsoft Teams, or Web Chat configurations with the Azure management SDK.
Review lifecycle operations
Assess update, key regeneration, deletion, error handling, and managed identity choices before production deployment.
Try These Prompts
Prepare a .NET project for Azure Bot Service management. Explain package installation, DefaultAzureCredential setup, required identifiers, and minimum Azure permissions.
Generate a C# workflow to create Azure Bot [name] in resource group [group]. Use region [region], endpoint [endpoint], and SKU [sku].
Design an idempotent workflow for [channels] on bot [name]. Include secure site settings, asynchronous operations, validation, and RequestFailedException handling.
Review this Azure Bot management plan: [plan]. Identify permission boundaries, failure handling, confirmation points for key regeneration or deletion, and production validation steps.
Best Practices
- Prefer managed identity and DefaultAzureCredential, with least-privilege Azure roles for each environment.
- Use asynchronous SDK operations, wait for completion, and handle RequestFailedException by status and error code.
- Confirm resource identifiers and recovery plans before key regeneration, updates, or deletion.
Avoid
- Do not place real application secrets, channel keys, or tenant credentials in prompts or source code.
- Do not reuse example endpoints, names, regions, or identifiers without environment validation.
- Do not run destructive lifecycle operations without dependency checks and explicit user confirmation.
Frequently Asked Questions
Does this skill build bot conversation logic?
Which authentication method does it recommend?
Which channels are covered by detailed examples?
Can it create and delete Azure resources automatically?
What Azure information is required?
Does it include production safety controls?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-mgmt-botservice-dotnetRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
6 downloads ยท 98 views
File structure
๐ SKILL.md