The serverless-azure-functions
plugin can deploy a Function App as well as other resources (storage account, App Insights, API Management, etc.). Here is some guidance on using the deploy
command.
The Serverless Framework translates all syntax in serverless.yml
to an Azure Resource Manager Template and Azure function bindings
serverless.yml
configuration and translates to Azure resources.For more detail on deployment, visit our docs
By default, the rollback
functionality is enabled. This allows for users to revert to a previous deployment should something go wrong with the current release. See our rollback docs for more detail.
Check out the deploy command docs for all details and options.
Product