2019-07-15 14:43:24 -07:00

18 lines
630 B
Markdown

<!--
title: Serverless Framework Commands - Azure Functions - Deploy Function
menuText: deploy function
menuOrder: 5
description: Deploy your Azure Functions functions quickly
layout: Doc
-->
<!-- DOCS-SITE-LINK:START automatically generated -->
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/azure/cli-reference/deploy-function)
<!-- DOCS-SITE-LINK:END -->
# Azure - Deploy Function
The `serverless deploy function` command is not supported within the `serverless-azure-functions` plugin. Functions within a Function App are deployed as a unit and cannot be separated.