microsoft-agent365-devtools-cli

Orchestrate Azure provisioning, Entra ID consent, and Microsoft 365 packaging for Agent 365 applications.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill microsoft-agent365-devtools-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-agent365-devtools-cli
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/microsoft-agent365-devtools-cli
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill microsoft-agent365-devtools-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the complexity of developing, provisioning, deploying, and publishing Microsoft Agent 365 applications across Azure and Microsoft 365 by providing a unified CLI workflow.

Core Features & Use Cases

  • Agent lifecycle automation: Manage setup, configuration, deployment, publishing, and cleanup for Agent 365 applications with repeatable commands.
  • Azure + Entra ID orchestration: Provision Azure resources, manage permissions, and query Entra ID/consent for agent blueprints.
  • MCP server support for development: Start, list, stop, and test MCP servers to enable local agent development and Dataverse environment MCP registration.
  • Use case: You create an Agent 365 manifest, provision the required Azure/App Service resources, connect and test your MCP tool server locally, deploy the app, then package and publish the manifest for Microsoft 365 Admin Center.

Quick Start

Install the tool and begin by running: a365 setup.

Frequently Asked Questions about microsoft-agent365-devtools-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Microsoft Agent 365 deployment to Azure?

Automate Microsoft Agent 365 deployment using a CLI workflow that orchestrates Azure resource provisioning, Entra ID consent checks, and Microsoft 365 manifest packaging. It provides repeatable commands to manage the entire agent lifecycle from setup to publishing.

What is the best way to manage local MCP servers for Agent 365 development?

Managing local MCP servers for Agent 365 development is handled through CLI commands to start, list, stop, and test MCP tool servers. This enables local agent development and Dataverse environment MCP registration before production deployment.

Do I need Entra ID authentication to provision Azure resources for Agent 365?

Entra ID authentication is required to provision Azure resources for Agent 365. The CLI requires an authenticated Entra ID context via Client ID and Tenant ID to manage permissions, query consent for agent blueprints, and configure Azure subscriptions.

How to package and publish an Agent 365 manifest to Microsoft 365 Admin Center?

Package and publish an Agent 365 manifest to Microsoft 365 Admin Center by running the CLI deployment commands. After provisioning Azure resources and testing your MCP server locally, the tool packages the manifest and publishes it for Microsoft 365 Admin Center.

Can I use the command line to clean up Azure resources after Agent 365 deployment?

You can use the command line to clean up Azure resources after Agent 365 deployment through the CLI's lifecycle automation. It supports environment setup, deployment, and production cleanup to ensure repeatable environment management across development cycles.