Creating Send Request Policy in Azure APIM

Jul 06, 2025 | 6 min read | 134 Views

Not sure about sending friend requests, but Azure APIM supports Send Request Policy that helps to make API calls while your request being processed at APIM level. In this article, we will explore how in this world APIM Send Request Policy works and how to create one.

Azure Well-Architected Framework - An Architect's Arsenal

Mar 13, 2025 | 5 min read | 619 Views

I have been lately on a feel trip with the Azure Well-Architected Framework since last month. What I have realized is that it is one of the best arsenals for any architect out there in an open software battlefield. In this article, we will explore the potential of Azure Well-Architected Framework and how it enables dev/architect to have critical thinking for their workloads.

Passing Input to Azure APIM Policy Fragment

Jan 20, 2024 | 2 min read | 3463 Views

Azure APIM policy fragment enables you to define policy once and use it till eternity. In this article, we will understand the creation of a policy fragment and a way to pass input to them.

Creating Validate JWT Policy in Azure APIM

Dec 27, 2023 | 3 min read | 4319 Views

Validating JWT is nothing new in the context of API development. Thousands of tokens been validated right now while you are reading this text. Azure APIM makes your life easy for API development by allowing you to create a validate-jwt policy to perform such a necessary task. In this article, we will understand how to create such policy under Azure APIM.