Blog

Attempting to add an Azure Function action to Consumption Logic App fails errors with: “Workflow validation failed”

For those who have tried using the function app I provided in my previous post: Setting up a Python Function App with VSCode to configure Blob Metadata stored in an Azure Storage Account https://blog.terenceluk.com/2024/12/setting-up-a-python-function-app-with-vscode-to-configure-blob-metadata-stored-in-an-azure-storage-account.html May experience an issue when using the Azure Functions action: Where

Read More...

Using Azure Virtual Network Manager to create and manage User-Defined Routes (UDR)

As a follow up for my previous post: Using Azure Virtual Network Manager to create and manage hub and spoke networks https://blog.terenceluk.com/2024/11/using-azure-virtual-network-manager-to-create-and-manage-hub-and-spoke-networks.html The purpose of this post is to configure Virtual Network Manager‘s new User-Defined-Routes feature that is currently in preview. We’ll be using the

Read More...

Azure DNS Private Resolver Architecture

Those who have worked with hybrid environments where they needed resources located in the on-premises network to resolve Azure resources’ private endpoints would remember that there wasn’t a great way to do this before Azure DNS Private Resolver was available. I remember having to create

Read More...