Below is our architecture
1, Frontend UI 2, Orchestrator Api ( .Net6 Api (App service) 3, Small Api's (.net 6 appservice )
Frontend will only communicate with the Orchestrator Api , Orchestrator APi will communicate with more than 3 or 4 small api for specific data.
We are looking for a solution with managed identity for orchestrator api to talk to small api's with out exchanging token or credentials / any code change in the Api?
since there more apis joining , is it possible at the resource group level instead of setting at each APi level?
is there a way to do this ? please give some pointers or web reference?
Thanks in Advance