agents-sdk-provision

Installation
SKILL.md

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

az login
az account set --subscription "<subscription-id>"
# Create resource group if needed
az group create --name "<rg>" --location eastus

Auth Type Selection

Installs
5
GitHub Stars
1.1K
First Seen
Aug 25, 2026
agents-sdk-provision — microsoft/agents