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 …
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 …
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 …
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 …
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 …
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’ …
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 …
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 …
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 …
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 …
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 …