Our blog
Offering
our
perspective
Filter by :
terraform variable azure devops
DevOps
26/02/2025

Using a Terraform Variables File with Azure DevOps

  We are deploying resources with Terraform from Azure DevOps. In a Terraform main.tf file, it is recommended to use variables. The advantages are numerous: reusability, centralized …
accessing key vault in bicep
Bicep
29/02/2024

Accessing KeyVault secrets in Bicep

Azure Key Vault is a pivotal cloud service to store and share secrets. It safeguards cryptographic keys and secrets for cloud applications and services. Despite its significance, integrating it with …
managed id authentication rbac
Azure
11/12/2023

Using Managed Identities in a Logic App

  Ensuring the security and integrity of connections between resources is essential when implementing solutions on Azure. In this regard, Azure Logic Apps, among other Azure services, offers the …
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’ …
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 …
Front linked ARM
Azure
03/11/2020

Linked ARM templates with _artifactsLocation and _artifactsLocationSasToken

  As described in the Microsoft documentation, it is possible to use these parameters to reference linked ARM templates. There are two reasons to do this, in that there is no need to provision a …
Front Conditions XPath
Azure
21/09/2020

XPath conditions in a Logic App

  Our Logic App receives this JSON payload as an input:   { “Product”: { “@type”: “food”, “Names”: [ { “@language”: “fr”, “value”: “Farine” …
graphQL with BizTalk Server
BizTalk
02/07/2019

GraphQL with BizTalk

To communicate with APIs, the message format generally used by Microsoft BizTalk Server is XML or Json. There are indeed some native pipeline components which allows us, while both sending and …
BTDF deploy IIS application
BizTalk
18/02/2019

Deploy an IIS Site with BTDF

To expose a web service with Biztalk, the Biztalk WCF Service Publishing Wizard can be used. This wizard, among other things, generates an IIS site. In order to fully automatize the deployment, it …
Azure
04/07/2018

Azure Cost Management overview & examples

Created by the company Cloudyn, Azure Cost Management is a tool that allows to easily supervise all the expenses related to a Cloud subscription. It is compatible with Microsoft Azure, Google Cloud …