I am working on a project that using Azure function apps as API, for eg. FuncA and FuncB. All the function apps are behind the API Management with B2C authentication.
I want to make a call from FunA logic code to FuncB but must be through the APIM Gateway. Is there any solution for this? Thank you all!