How to make all the Azure Functions under one domain for easy scale up and access quickly

VinodChakravarthy 0 Reputation points
2023-01-21T06:00:38.9566667+00:00

Having a lot of Azure Functions running all the time hosted in Premium Plan.

Adding the Domains to each function using the record sets is a manual process and difficult.

How to add all the function domains under one such as Azure APIM Instance using, cannot find the information.

Can it be possible to access all the Azure Functions with the common*domain/Some*Function.... and how to achieve this?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,960 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,786 Reputation points Microsoft Employee
    2023-01-24T01:01:34.8266667+00:00

    Hello @VinodChakravarthy - Thanks for reaching out and posting on the MS Q&A!

    To answer your question in short: yes, having APIM in front of your functions is the way to go! And it looks like we have a dedicated Learn module on this particular use case:
    Expose multiple Azure Function apps as a consistent API by using Azure API Management

    If you have any additional requirements that aren't covered in the tutorial above, please let me know via the comments section below and I'd be happy to help!

    0 comments No comments