azure-functions-create
Installation
SKILL.md
Language: Always respond in the same language the user is using.
azure-functions-create — Create or Extend Azure Functions App
Guide the user through creating a new Azure Functions project or adding a function to an existing Azure Functions project.
Prerequisites
Ensure func (Azure Functions Core Tools v4) is installed. If not, suggest running azure-functions-setup first.
Workflow
Step 0 — Check for Go
If the user asks for Go (or Golang), use Path C below. Neither the Azure MCP template set nor the templates manifest contains Go templates, so the other paths cannot produce a working Go project.
For every other language, continue with Step 1.