Beware of nesting too many Bicep/ARM modules
As I was deploying an application to Azure using Bicep, I noticed the deployment took much longer compared to a similar project. The amount and type of resou...
As I was deploying an application to Azure using Bicep, I noticed the deployment took much longer compared to a similar project. The amount and type of resou...
TL;DR Using custom policies, update the ContentDefinition DataUri values to the latest version, based on the jQuery and Handlebars versions table. as shown i...
TL;DR The Authorization callback URL in a GitHub OAuth App is case-sensitive.
Because I really like the documentation of Auth0 I wanted to set up a PoC to validate a JWT token from them in Azure APIM. I didn’t see any specific articles...
Styra has a very interesting aritcle on how to set up authorization rules in APIM policies using Open Policy Agent.
TL;DR Stateless Logic Apps (Standard) are just as fast as Azure Functions. Stateful Logic Apps (Standard) and Logic apps (Consumptions) add a significant del...
Today I migrated our project from .NET 5 to .NET 6.
Today I was trying to investigate an issue in a Docker image running on Azure Kubernetes Serice (AKS). Because it was working on my machine, as usual, I had ...
Today was trying to authenticate my Azure Function app with a User Assigned Managed Identity using the newer Azure.Idenity NuGet package.
Today I was writing a Bicep script to deploy an Azure Storage Account in a virtual network.
Yesterday I implemented an Azure alert with an Action Group that triggers a Logic App to send a message to Microsoft Teams. I followed this article: Customiz...
In order to get the CallBackURL of an HTTP triggered Logic App in a Bicep script use: listCallbackURL('${myLogicApp.id}/triggers/manual', '2017-07-01').value...
Today I was automating the Azure landscape of a customer. One of the resources was an API Management Service (will be referred to as APIM from here on) which...
As I was deploying an application to Azure using Bicep, I noticed the deployment took much longer compared to a similar project. The amount and type of resou...
Because I really like the documentation of Auth0 I wanted to set up a PoC to validate a JWT token from them in Azure APIM. I didn’t see any specific articles...
Styra has a very interesting aritcle on how to set up authorization rules in APIM policies using Open Policy Agent.
TL;DR Stateless Logic Apps (Standard) are just as fast as Azure Functions. Stateful Logic Apps (Standard) and Logic apps (Consumptions) add a significant del...
Today I was trying to investigate an issue in a Docker image running on Azure Kubernetes Serice (AKS). Because it was working on my machine, as usual, I had ...
Yesterday I implemented an Azure alert with an Action Group that triggers a Logic App to send a message to Microsoft Teams. I followed this article: Customiz...
In order to get the CallBackURL of an HTTP triggered Logic App in a Bicep script use: listCallbackURL('${myLogicApp.id}/triggers/manual', '2017-07-01').value...
Today I migrated our project from .NET 5 to .NET 6.
Today was trying to authenticate my Azure Function app with a User Assigned Managed Identity using the newer Azure.Idenity NuGet package.
Today I was writing a Bicep script to deploy an Azure Storage Account in a virtual network.
Today I was automating the Azure landscape of a customer. One of the resources was an API Management Service (will be referred to as APIM from here on) which...
Today I installed Feature Pack 3 CU8 on my customer’s BizTalk development server, coming from Feature Pack 3 CU7.
TL;DR Using custom policies, update the ContentDefinition DataUri values to the latest version, based on the jQuery and Handlebars versions table. as shown i...
TL;DR The Authorization callback URL in a GitHub OAuth App is case-sensitive.
Today I installed Feature Pack 3 CU8 on my customer’s BizTalk development server, coming from Feature Pack 3 CU7.
After much thought, I’m bidding farewell to Medium, not because it’s lacking, but because I’m venturing into freelance and crave more control over my blog’s ...
Once upon a time, there was a back-end developer who was given the chance to build a full-stack mobile and web application from scratch. As he is mostly fami...