简体   繁体   English

Azure ARM REST API用于操作Azure功能?

[英]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. 我相信Azure ARM确实支持Azure功能,因为很明显,这个GitHub项目https://github.com/sedouard/azure-functions-node正在调用ARM来创建/获取/列出/删除Azure功能。 But I couldn't find anything about Azure Functions on Azure REST API Reference ( https://docs.microsoft.com/en-us/rest/api/ ). 但我在Azure REST API参考( https://docs.microsoft.com/en-us/rest/api/ )上找不到任何有关Azure功能的信息。

Is it an officially supported feature in ARM to manipulate Azure Functions? 它是ARM中官方支持的功能来操作Azure功能吗? Where can I find the complete (and up-to-date) documentation of Azure ARM REST API for Azure Functions? 在哪里可以找到Azure功能的Azure ARM REST API的完整(和最新)文档?

Azure Functions is built on top of App Service, and ARM is indeed supported. Azure Functions基于App Service构建,确实支持ARM。

You can find links to the REST API and template format for Function Apps under the Web & Mobile section here 您可以在此处Web&Mobile部分下找到功能应用程序的REST API和模板格式的链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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