azure-functions-deploy

Installation
SKILL.md

Language: Always respond in the same language the user is using.

azure-functions-deploy — Deploy Azure Functions

Deploy your Azure Functions app to Azure by proxying to the Azure Skills deployment workflow.

This skill is the Azure Functions-facing entry point. It should not run deployment commands directly. It prepares Azure Functions-specific context, then delegates execution to azure-prepare, azure-validate, and azure-deploy from the Azure Skills plugin.

Prerequisites

  • Azure CLI installed and logged in (az login)
  • Azure Developer CLI installed and logged in (azd auth login) for AZD-based deployments
  • An Azure subscription (az account show)
  • A Functions project with host.json in the current directory
  • Azure Skills plugin installed with azure-prepare, azure-validate, and azure-deploy available

If any prerequisite is missing, suggest running azure-functions-setup first.

Installs
3
GitHub Stars
15
First Seen
Jun 30, 2026
azure-functions-deploy — azure/azure-functions-skills