mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
18 lines
630 B
Markdown
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.
|