One of the building blocks of cloud-native application development is the API. By providing APIs to services, cloud applications can provide common backends to many applications across many platforms.
One of my customers asked me about the following topic. We are currently using Azure API Management (APIM) to publish REST APIs. Each published API has authentication and authorization configured, but ...