Our blog
Offering
our
perspective
Filter by :
Declare & Access to extensions properties using Azure Graph API
API Management
19/03/2025

Declare and access extension properties using Azure Graph API

In this article, we will see how to link an extension property to an identity (App Registration Client) in Entra ID. This mechanism can support multiple scenarios. In fact, I provide an example in …
API Management
25/09/2024

Validate content and parameters in Azure APIM

An API is a communication interface between different applications, allowing data exchange. It is accessed by sending a request that represents a data transmission. Then, the API validates it and …
API Management
17/10/2023

Understanding Workspaces in Azure API Management

  Azure API Management (or APIM) is a service that allows users to define, manage, secure, and monitor APIs in a unified interface. APIM offers various advanced features such as caching, …
Trace information of an HTTP call to API Management in Application Insights
API Management
18/11/2022

Trace information of an HTTP call to Application Insights in API Management

  API Management (or APIM) allows listing APIs exposing operations. Its operations will be consumed via HTTP requests. In order to retrieve the information related to the HTTP request, API …
Migration Azure APIM Developer Portal with Azure DevOps
API Management
18/06/2022

How to migrate Azure API Management Developer portal to another APIM instance with Azure DevOps

The Azure API Management (APIM) Developer Portal is shipped with the default theme. Many customers change it to reflect the corporate branding and present the APIs in a custom way. Technically the …
apim function app
API Management
25/07/2019

Expose a function app with Azure API Management

In the same way as other resources that can be exposed as an API, the Azure functions that you have built can be exposed via Azure API Management (APIM). The benefit of using this method is that you …