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.jsonin the current directory - Azure Skills plugin installed with
azure-prepare,azure-validate, andazure-deployavailable
If any prerequisite is missing, suggest running azure-functions-setup first.