4 min read

From Generic Error to Root Cause: Debugging Local Functions in Logic App Standard

Luis Rigueira

May 13, 2026

While working with local functions in Logic App Standard, developed in VS Code, we faced an issue that is not new, but has been bugging me for a while How

3 min read

Logic App Transform XML error: An error occurred while transforming the given input with the prov...

Sandro Pereira

May 13, 2026

This week, while migrating a BizTalk Server project to Azure Integration Services (AIS), we reused several existing BizTalk maps inside Azure Logic Apps

5 min read

Logic Apps Recurrence Trigger: Schedule and Run Workflows with a Start Time (and the Time Zone Trap)

Sandro Pereira

May 4, 2026

Scheduling workflows is one of the most common scenarios in Azure Logic Apps, and the Recurrence trigger is usually the first choice when you need a workflow

2 min read

Friday Fact: You can call other workflows in the same Logic App Standard — no HTTP request needed

João Ferreira

May 1, 2026

Building a big, complex workflow in a single file There's a better way — and it's faster, cheaper, and cleaner than you might expect What's the

3 min read

Logic Apps Best Practices, Tips, and Tricks: #51 Controlling the Initial State of a Logic Apps St...

Sandro Pereira

Apr 30, 2026

When working with Azure Logic Apps Standard, one of the most common (and unpleasant) surprises happens right after deployment: Your workflows start running

3 min read

Friday Fact: You can use Named Values to centralize configuration in Azure API Management

João Ferreira

Mar 13, 2026

Why hardcoding APIM policies becomes a problem When working with Azure API Management (APIM), hardcoding values such as backend URLs, API keys, or

2 min read

Friday Fact: You can debug API policies in Azure API Management using Trace

João Ferreira

Feb 27, 2026

When working with Azure API Management (APIM) policies, troubleshooting can feel like navigating a maze in the dark Complex inbound and outbound

4 min read

Friday Fact: You can parameterize your Recurrence trigger using App Settings

Luis Rigueira

Feb 20, 2026

Ever needed to change a Logic App execution time from 11:30 to 14:00 and thought: Wait do I really need to open Visual Studio, change the JSON, and/or run a

3 min read

Fix “Functions:Worker:HostEndpoint” missing in Azure Functions (.NET Isolated)

Sandro Pereira

Feb 16, 2026

Recently, I was trying to run an Azure Function locally in my Visual Studio 2020 environment, and while trying to run, I got the following error:

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top