functions-markdown-agents

Installation
SKILL.md

Deploy Markdown-Based Agents to Azure Functions

This skill converts a local declarative markdown-based agent project into a deployable Azure Functions app. The converted app follows the structure of the functions-markdown-agent sample. The user runs azd up to deploy.

When to Use

  • User has an AGENTS.md file and wants to run their agent in the cloud
  • User wants to share their local Copilot agent with their team
  • User wants to deploy an agent as an HTTP API or MCP server
  • User asks about hosting a markdown agent on Azure

Reference: Target Project Structure

Two layouts are supported. Choose based on the user's existing project.

Layout A: src/ Subfolder (Default — matches sample repo)

Use when the agent project can live in a dedicated src/ subfolder. This is the cleanest separation between agent code and infrastructure.

Installs
3
First Seen
Feb 24, 2026
functions-markdown-agents — anthonychu/functions-skills