Can I deploy and manage Function App vis REST API?

Jianying Huang 61 Reputation points
2021-05-28T15:25:24.783+00:00

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
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2021-05-31T08:50:30.93+00:00

    @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.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.