Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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://learn.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?

like image 299
Yutao Huang Avatar asked Dec 05 '25 10:12

Yutao Huang


1 Answers

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

like image 136
Fabio Cavalcante Avatar answered Dec 09 '25 18:12

Fabio Cavalcante



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!