Posts by Category

Azure

Beware of nesting too many Bicep/ARM modules

less than 1 minute read

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

Fix Azure AD B2C outdated jQuery version

1 minute read

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

Azure Alert To Teams Using Email Notification

less than 1 minute read

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

Get Logic App CallbackURL in Bicep

less than 1 minute read

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

Back to Top ↑

TIL

Beware of nesting too many Bicep/ARM modules

less than 1 minute read

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

Azure Alert To Teams Using Email Notification

less than 1 minute read

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

Get Logic App CallbackURL in Bicep

less than 1 minute read

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

Back to Top ↑

Issues

Back to Top ↑

Issue

Fix Azure AD B2C outdated jQuery version

1 minute read

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

Back to Top ↑

BizTalk

Back to Top ↑

Blog

Embracing Branding Control with Jekyll

1 minute read

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

Back to Top ↑

From Myth To Reality

Back to Top ↑