@Jianying Huang As @Brig Lamoreaux has already shared the details. I am also sharing previous discussion. There are multiple challenges while creating the function dynamically and the recommended way is through code deployment. One more thing to note that if the app ever gets deployed using Run-From-Package that will take precedence and the functions created using the rest API will no longer be available inside the app. We recommend using Run-From-Package for performance reasons as well.
Can I deploy and manage Function App vis REST API?
Jianying Huang
61
Reputation points
Hi ,
Can I deploy and manage Function App vis REST API similar to the way I could do for Logic App?
Thanks,
Jianying
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,930 questions
Accepted answer
-
MayankBargali-MSFT 70,941 Reputation points Moderator
2021-05-31T08:50:30.93+00:00
1 additional answer
Sort by: Most helpful
-
Brig Lamoreaux 1 Reputation point Microsoft Employee
2021-05-28T19:21:11.347+00:00 Yes you can. Here is the documentation on creating a Function: https://learn.microsoft.com/en-us/rest/api/appservice/webapps/createfunction
However, most use cases it is best to use tools or SDKs that wrap the api and make it easier to work with. See the Deployment guides here: https://learn.microsoft.com/en-us/azure/azure-functions/functions-deployment-technologies