mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Cleaned up the formatting, corrected some typos, updated the credentials guide to cover interactive login, and cleaned up the quick start.
795 B
795 B
Read this on the main serverless docs site
Azure - Deploy Function
The serverless deploy function command deploys an individual function. This
command simply compiles a deployment package with a single function handler. This
is a much faster way of deploying changes in code.
serverless deploy function -f functionName
Options
--functionor-fThe name of the function which should be deployed