Skills azure-mgmt-botservice-dotnet
๐Ÿ“ฆ

azure-mgmt-botservice-dotnet

Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access๐Ÿ”‘ Env variables

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.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
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.

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 Risk
v5 โ€ข 7/23/2026 Open versioned report

All 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.

1
Files scanned
344
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Destructive operations lack confirmation guidance
The skill shows Direct Line key regeneration and bot deletion. These operations can invalidate clients or remove a production bot without workflow-specific confirmation.
Both operations are explicit in the documented workflows. The skill provides no operation-specific confirmation or recovery guidance.
Audited by: codex View Audit History โ†’
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.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-azure-mgmt-botservice-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-azure-mgmt-botservice-dotnet/security.svg)](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/5

BibTeX 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: High
55
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What 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

Set up the SDK
Prepare a .NET project for Azure Bot Service management. Explain package installation, DefaultAzureCredential setup, required identifiers, and minimum Azure permissions.
Create an Azure bot
Generate a C# workflow to create Azure Bot [name] in resource group [group]. Use region [region], endpoint [endpoint], and SKU [sku].
Configure production channels
Design an idempotent workflow for [channels] on bot [name]. Include secure site settings, asynchronous operations, validation, and RequestFailedException handling.
Review a lifecycle plan
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?
No. It covers Azure Resource Manager operations for Bot Service resources and channels, not message processing or dialog design.
Which authentication method does it recommend?
It uses DefaultAzureCredential and recommends managed identity for production workloads.
Which channels are covered by detailed examples?
The detailed workflows cover Direct Line, Microsoft Teams, and Web Chat. The reference also lists other supported channel types.
Can it create and delete Azure resources automatically?
No. It provides SDK guidance and examples. An authenticated application or operator must run and approve the resulting operations.
What Azure information is required?
You need a subscription, resource group, region, bot name, application identifier, endpoint, and an identity with suitable permissions.
Does it include production safety controls?
It recommends secure sites, managed identity, and error handling. Add explicit confirmation and recovery procedures for key rotation and deletion.

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r2

Version notice

The author did not declare a version.

Ref

f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526

Maintenance freshness

7/26/2026

Usage

6 downloads ยท 98 views

File structure

๐Ÿ“„ SKILL.md