agents-sdk-provision Skill
Use when provisioning Azure resources for a Microsoft Agents SDK application — including creating an Azure Bot Service resource, setting up Entra app registrations, configuring identity credentials (UserManagedIdentity, FederatedCredentials, or ClientSecret), adding a Teams channel, running Bicep deployments for SSO, o Published by microsoft in Agents.
What is agents-sdk-provision Skill?
Use when provisioning Azure resources for a Microsoft Agents SDK application — including creating an Azure Bot Service resource, setting up Entra app registrations, configuring identity credentials (UserManagedIdentity, FederatedCredentials, or ClientSecret), adding a Teams channel, running Bicep deployments for SSO, o Published by microsoft in Agents. 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 Agents
Technical details
- Install or run with Copy skill directory
When to use agents-sdk-provision Skill
- Use it for developers using agents.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Agents
- Skill file: agent-plugins/agents-sdk-common/skills/agents-sdk-provision/SKILL.md
What it does
Use when provisioning Azure resources for a Microsoft Agents SDK application — including creating an Azure Bot Service resource, setting up Entra app registrations, configuring identity credentials (UserManagedIdentity, FederatedCredentials, or ClientSecret), adding a Teams channel, running Bicep deployments for SSO, o
Skill instructions
Azure Agents SDK Provisioning Overview Provisions Azure Bot resources for M365 Agents SDK apps using az CLI commands. Three auth types available; each produces a config block for appsettings.json (dotnet) or env vars (Node.js/Python). Prerequisites bash az login az account set --subscription "<subscription-id" Create resource group if needed az group create --name "<rg" --location eastus Auth Type Selection | Auth Type | No Secret | Works Off-Azure | App Registration | |-----------|:---------:|:---------------:|:----------------:| | UserManagedIdentity | ✅ | ❌ | ❌ | | FederatedCredentials | ✅ | ✅ | ✅ | | ClientSecret | ❌ | ✅ | ✅ | UserManagedIdentity The bot authenticates as an Azure Managed Identity — a system-managed credential that Azure rotates automatically. No app registration, no secrets, no expiry management. Use when: The bot is hosted on Azure (App Service, Container Apps, AKS, Azure Functions). The hosting platform injects the identity token; it cannot work outside Azure. Im
Explore related resources
Frequently asked questions
What is agents-sdk-provision?
agents-sdk-provision is a open-source AI agent skill with Copy skill directory. Use when provisioning Azure resources for a Microsoft Agents SDK application — including creating an Azure Bot Service resource, setting up Entra app registrations, configuring identity credentials.
Who is agents-sdk-provision best for?
agents-sdk-provision is best for reusing agent instructions, scripts, and references.
How do I install agents-sdk-provision?
Install or run agents-sdk-provision using Copy skill directory. Check agents-sdk-provision for the latest setup command.
Is agents-sdk-provision actively maintained?
agents-sdk-provision may need a closer maintenance check before production use.
Auto-fetched from GitHub.