How to monitor the status of Azure API Connections (Part II) – Using Function App and Logic...
Nov 16, 2021
Last week I wrote the first part of this small blog season on monitoring the status of your Azure API Connections In the first part, I described how you could
How to monitor the status of Azure API Connections (Part I)
Nov 12, 2021
Sometimes I like to use my friends to have a different point of view of things, which is one of these cases I have been discussing during this week with Mike
Logic Apps: CI/CD Part 3- Building your Azure Pipeline
Nov 11, 2021
In the previous posts of these series, we've talked about how to build and prepare your Logic App for CI/CD In this last post, I'll show you how to build your
Logic Apps: CI/CD Part 2- Preparing for CI/CD
Oct 27, 2021
In the last post we talked about building a Logic App from scratch and gave a few hints on what we would change to prepare for CI/CD In this post, we will
Find Orphaned Azure API Connectors in all Resource Groups with PowerShell
Jul 12, 2021
Recently I wrote my version of a script that Mike Stephenson initially created: Find Orphaned Azure API Connectors with PowerShell This PowerShell script
Thanks! Awarded as Microsoft Azure MVP 2021-2022
Jul 5, 2021
Last week was Microsoft MVP renewal time - as you'll probably have seen - and usually, I share this news firsthand, but this year my wife caught me off guard
Find Orphaned Azure API Connectors with PowerShell
Jun 20, 2021
Developing solutions on Azure is sometimes an effortless operation Administrate all your Azure resources that may be a different story And this PowerShell
Logic Apps: Recursive Logic Apps
May 3, 2021
While dwelling in my thoughts, a memory came to my mind In my college time, I was present a challenge to make a recursive Fibonacci algorithm, in LISP without
Logic Apps: Async processing pattern
Apr 26, 2021
Sometimes we have the need to perform a kind of "fire and forget" pattern in Logic Apps Todays post is a short one, but very useful one Usually, a Logic