create-azure-agent

Scaffold Azure AI Foundry agent deployments with Bicep templates and Python wrappers.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-azure-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-azure-agent
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-azure-agent
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-azure-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploys an Azure AI Foundry hosted agent by scaffolding deployment wrappers for an existing skill, reducing manual setup complexity.

Core Features & Use Cases

  • Automates generation of azure deployment wrappers and Bicep templates for Azure AI Foundry
  • Handles Azure configuration collection (subscription, resource group, region, naming) with validation
  • Produces deployment artifacts under azure_deployment and guides review of parameters

Quick Start

Provide the target skill directory to begin scaffolding an Azure Foundry agent deployment

Frequently Asked Questions about create-azure-agent

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

FAQPage Schema
How do I deploy an Azure AI Foundry hosted agent using Bicep templates?

To deploy an Azure AI Foundry hosted agent, this automation scaffolds Bicep templates and a Python deployment wrapper for an existing skill. It collects Azure configuration like subscription, resource group, and region, then generates the required infrastructure-as-code artifacts.

What is the best way to automate scaffolding Azure infrastructure-as-code for an existing agent?

Automating Azure infrastructure-as-code scaffolding generates a main.bicep template and azure_agent.py wrapper for your existing agent skill. This approach reduces manual setup complexity by validating naming preferences and handling deployment preconditions automatically.

Do I need to run az login before deploying an Azure AI Foundry agent?

Yes, you need to run az login before deploying an Azure AI Foundry agent. The deployment process checks for az login preconditions and handles missing ARGUMENTS to ensure your Azure environment is properly authenticated before scaffolding.

Does Azure AI Foundry enforce a tool limit for hosted agents?

Azure AI Foundry enforces a 128-tool limit for hosted agents. The deployment scaffolding process checks this constraint automatically when generating Bicep templates and Python wrappers for your existing agent skill.

Can I specify resource group and naming preferences when generating Bicep templates for Azure agents?

You can specify subscription, resource group, region, and naming preferences when generating Bicep templates for Azure agents. The automation collects and validates this Azure configuration to produce customized deployment artifacts under the azure_deployment directory.

What files are generated when scaffolding an Azure AI Foundry agent deployment?

Scaffolding an Azure AI Foundry agent deployment produces azure_deployment/azure_agent.py and azure_deployment/main.bicep. These files comprise the Python deployment wrapper and Bicep template needed to deploy your existing agent skill to Azure.