简体   繁体   中英

Adding/removing Azure functions to/from existing Function App using http

My app has a requirement to create/delete individual functions at run time. Currently AWS Lambdas are being used to do this by uploading a zip archive containing js/python scripts. I want to know if the equivalent is possible in Azure so that the app can be deployed there.

Is this possible with Azure Functions using HTTP? I see that they have a zip deploy option but it appears that the zip has to contain all of the functions for the app. I want to control the functions on an individual basis. The Azure Portal UI lets me add individual functions, but I can't find any documentation for it.

There have a deploy method of azure function witch named continues deployment . That allow you to do incremental deployment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM