I have API deployed in Azure VM and want secure it so that it can be call only valid AppService that has permission.
To be precise I have two services A and B both deployed in Azure Appservice. How can I secure service B so that only service A can access using the managed identity.
In most the articles, there are ways to read from predefined Azure service like Keyvault.
Can you please explain the steps to achieve the same