-
Tracing request in Azure API Management
Solution ·Azure API Management (API-M) is an API Gateway solution.
It is quite easy to create an API in API-M, connect it to a back-end API and test it in the portal.
What happen when you test it from another client platform (e.g. Postman) and it fails? You have no visibility into what...
-
Alerts on Azure Function failures
Solution ·So, you have a few functions running. Maybe some of those functions are important and you would like to be alerted when they fail.
In this article I’ll cover that exact scenario. We will do that in the following steps:
- Deploy a recurrent function which fails %50 of the time (by design)
- Define...
-
Introduction to AKS
Solution ·I had the pleasure to present an introduction to Azure Kubernetes Service (AKS) to a customer crowd yesterday.
A big part of the presentation was a demo of basic functionalities where I went through the creation of pods, deployments, services & looked at monitoring.
The demo is on GitHub here.
I thought I would share that as it can...
-
API Management - OAuth and private back-ends
Solution ·Azure API Management is a fully managed API Gateway service.
In my last article we looked at the anatomy of the service. Today I wanted to demonstrate how to use OAuth with JWT token to protect an API Front End. I also wanted to show how we can access backend APIs...
-
Anatomy of API Management
Solution ·When I want to wrap my head around a non-trivial Azure service with a few moving parts, I like to draw a diagram.
That might be from my UML days or it might just be that I reason better with boxes that concepts spread in documentation and APIs. In general, it helps me...