Recent Posts

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