URL of Azure Functions imported into Azure APIM How to customize?

test29998411 281 Reputation points
2021-04-01T21:32:54.663+00:00

URL of Azure Functions imported into Azure APIM
Can be customized to the following format?

  • Default: https: // {apim-endpoint} / {functions-app} / {api-version} / {function-name}
  • Customize: https: // {apim-endpoint} / {api-version} / {function-name}

There is also a way to make the API Suffix BLunk,
When importing multiple Functions, the API name will be duplicated, so I'm considering other methods.

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

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 22,776 Reputation points Microsoft Employee
    2021-04-06T19:10:52.613+00:00

    Hello @test29998411 , apologies for the delay in my response. I think the solution will be to keep the API suffix blank and then import the multiple functions within the same API, you can also use the "Rewrite URL" policy as an when required.
    Please let me know if there are any concerns. Thank you!

    0 comments No comments