Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1003 Bytes

functions-publish-project-cli.md

File metadata and controls

36 lines (27 loc) · 1003 Bytes
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
10/18/2020
glenga

Deploy the function project to Azure

After you've successfully created your function app in Azure, you're now ready to deploy your local functions project by using the func azure functionapp publish command.

In the following example, replace <APP_NAME> with the name of your app.

func azure functionapp publish <APP_NAME>

The publish command shows results similar to the following output (truncated for simplicity):

...

Getting site publishing info...
Creating archive for current directory...
Performing remote build for functions project.

...

Deployment successful.
Remote build succeeded!
Syncing triggers...
Functions in msdocs-azurefunctions-qs:
    HttpExample - [httpTrigger]
        Invoke url: https://msdocs-azurefunctions-qs.azurewebsites.net/api/httpexample