Skip to content

Commit 8533d23

Browse files
authored
Added link to run from package
1 parent 518c264 commit 8533d23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-functions/deployment-zip-push.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ ms.date: 08/12/2018
99

1010
# Zip deployment for Azure Functions
1111

12-
This article describes how to deploy your function app project files to Azure from a .zip (compressed) file. You learn how to do a push deployment, both by using Azure CLI and by using the REST APIs. [Azure Functions Core Tools](functions-run-local.md) also uses these deployment APIs when publishing a local project to Azure.
12+
This article describes how to deploy your function app project files to Azure from a .zip (compressed) file. You learn how to do a push deployment, both by using Azure CLI and by using the REST APIs. [Azure Functions Core Tools](functions-run-local.md) also uses these deployment APIs when publishing a local project to Azure.
13+
14+
Zip deployment is also an easy way to run your functions from the deployment package. To learn more, see [Run your functions from a package file in Azure](run-functions-from-deployment-package.md).
1315

1416
Azure Functions has the full range of continuous deployment and integration options that are provided by Azure App Service. For more information, see [Continuous deployment for Azure Functions](functions-continuous-deployment.md).
1517

@@ -89,6 +91,6 @@ You can also download a .zip file from a GitHub repository. When you download a
8991
## Next steps
9092
9193
> [!div class="nextstepaction"]
92-
> [Continuous deployment for Azure Functions](functions-continuous-deployment.md)
94+
> [Run your functions from a package file in Azure](run-functions-from-deployment-package.md)
9395
9496
[.zip push deployment reference topic]: https://github.com/projectkudu/kudu/wiki/Deploying-from-a-zip-file

0 commit comments

Comments
 (0)