Matt Hernandez 023c4817a2 Update Azure documentation.
Cleaned up the formatting, corrected some typos, updated the credentials
guide to cover interactive login, and cleaned up the quick start.
2017-06-09 14:55:54 -07:00

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

  • --function or -f The name of the function which should be deployed