What is the process involved in onboarding a function app as a backend in azure apim

Bhargav Pasarla 120 Reputation points
2023-12-05T18:11:21.9733333+00:00

How the operations are taken automatically from a function app when it is imported to Azure APIM?

Could you explain what exactly happens in detail?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,398 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,251 Reputation points
    2023-12-06T03:44:24.2566667+00:00

    @Bhargav Pasarla Thanks for reaching out. When you import a function app into APIM, APIM uses the Azure Resource Manager API to discover the function app and its associated functions. https://management.azure.com//subscriptions/xxxxxxx/resourceGroups/xxx/providers/Microsoft.Web/sites/xxxxxx?api-version=2016-08-01

    It creates an API operation for each function in the function app. APIM maps the API operations to APIs based on the function app's URL path. By default, APIM uses the function app's name as the API name and the function's name as the API operation name.

    Do let me know if you have any queries.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    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.