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