title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file |
include file |
functions |
ggailey777 |
azure-functions |
include |
09/27/2018 |
glenga |
include file |
After the function app is created in Azure, you can use the func azure functionapp publish
command to deploy your project code to Azure.
func azure functionapp publish <FunctionAppName>
You see something like the following output, which has been truncated for readability.
Getting site publishing info...
...
Preparing archive...
Uploading content...
Upload completed successfully.
Deployment completed successfully.
Syncing triggers...
You can now test your functions in Azure.