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.
Microsoft has announced the general availability of the Premium V2 tier of Azure API Management, designed to support enterprise-wide API ecosystems with high volume, performance and network isolation.
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience. The last time we looked at Azure Functions, I ...