Our blog
Offering
our
perspective
Filter by :
Define a DB2 database in Azure Data Factory sink
Azure Data Factory
01/04/2023

Define a DB2 database in Azure Data Factory

At the time of writing this post, the Azure Data Factory DB2 connector do not support sink. It is therefore not possible to write to a DB2 database with the native DB2 connector. Azure Data Factory …
How to choose your message broker
Azure
12/12/2022

How to choose your message broker

Anyone who has ever built a distributed system must have considered the issue of communication between the components of the system. A message broker can typically be used to provide certain …
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 …
Using Power BI to gain visibility over Azure APIs
Azure
14/10/2022

Using Power BI to gain visibility over Azure APIs

This article aims to show you how to build Power BI reports to supervise your Azure APIs using data collected from Azure Application Insights. Azure Application Insights supplies a great deal of …
Retrieve App Insights logs from a function using API Rest
.Net
26/08/2022

Retrieve App Insights logs from a function using API Rest

Here, we need to expose an API used to find all the logs relating to the execution of a flow in Application Insights. To do so, we are going to use a function as a back-end. This is what we will …
Rerunning a message from a Service Bus subscription with PowerShell
Azure
05/08/2022

Rerunning a message from a Service Bus subscription with PowerShell

We are discussing here how to set up a retry mechanism. To do so, we need to move messages from a Service Bus subscription to another topic with a time frame as the input parameter. We will see how …
Fixed Function App outbound IP address via VNET
Azure
01/07/2022

Fixed Function App outbound IP address via VNET

Suppose we need to upload files to an SFTP from an Azure function. SFTP is configured such that all incoming IP addresses are blocked by default. To have read-write access, processes’ …
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 …
Starting with Bicep
ARM Template
02/11/2021

Starting with Bicep

When the last year the first alpha version of project Bicep was released, I was a bit skeptical. Another language for the infrastructure? We have already ARM templates and there is already Terraform …
Create and update a user on Azure AD or Azure AD B2C
Azure
20/09/2021

Create and update a user on Azure AD or Azure AD B2C

In this blog article, we will show you how to create and update AD users in Azure. Azure provides us with Identity and Access Management (IAM) services. We can use either Azure AD or Azure AD B2C. …
Automate Azure App Configuration Deployment
ARM Template
31/08/2021

Automate Azure App Configuration Deployment

  Azure App Configuration is an Azure service used to centralize the configuration for a set of applications in the Cloud. The advantage of this type of resource is in externalizing the …
Send AS2 message with Logic app
Logic Apps
11/08/2021

Send AS2 message with Logic app

AS2 is one of the methods of sending EDI data via the Internet. AS2 lets you encrypt and sign data using certificates to guarantee secure data exchange.   The following Azure resources are …