简体   繁体   中英

Azure ARM REST API for manipulating Azure Functions?

I believe Azure ARM does support Azure Functions because obviously this GitHub project https://github.com/sedouard/azure-functions-node is calling ARM to create/get/list/delete Azure Functions. But I couldn't find anything about Azure Functions on Azure REST API Reference ( https://docs.microsoft.com/en-us/rest/api/ ).

Is it an officially supported feature in ARM to manipulate Azure Functions? Where can I find the complete (and up-to-date) documentation of Azure ARM REST API for Azure Functions?

Azure Functions is built on top of App Service, and ARM is indeed supported.

You can find links to the REST API and template format for Function Apps under the Web & Mobile section here

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