Our blog
Offering
our
perspective
Filter by :
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 …
Azure
06/07/2021

How to use Azure Devops data within PowerBI

  When using Azure DevOps, we generate a lot of data. This can include scheduling data as well as data on the team or the various pipelines set up. It would be a shame not to use this …
access_google_storage_bucket_front
.Net
07/06/2021

How to reach a Google Storage Bucket from an Azure Function

In the context of developing a data flow, we need to connect to a Google Storage Bucket. Since there is no Logic App connector to do this easily, we will do it from an Azure Function. The idea is …
Azure
24/05/2021

Automate deployment for Azure Data Factory with Azure DevOps

Deploying and variabilizing an Azure Data Factory (ADF) on different environments by exporting its ARM template can quickly become tedious. Even more so when the number of flows to be exported …
encoder_decoder_edifact
Azure
11/03/2021

Encoding and decoding EDIFACT messages in a Logic App

EDIFACT messages can be processed in a Logic App, either decoding incoming messages or encoding outbound ones. To configure EDIFACT message encoding and decoding, a number of steps must be …
Azure
18/02/2021

Oracle data transfers via Azure Data Factory

Azure Data Factory (ADF) is the ETL (Extract Transform Load) component of the Microsoft Azure environment. It is used to create pipelines to extract, modify and move data in and out of numerous data …