Blog Post

Azure Integration Services Blog
6 MIN READ

Logic Apps Aviators Newsletter - December 2025

WSilveira's avatar
WSilveira
Icon for Microsoft rankMicrosoft
Dec 01, 2025

In this issue:


Ace Aviator of the Month

December’s Ace Aviator: Daniel Jonathan

Daniel Jonathan - Azure Integration Architect @ Cnext

 

What's your role and title? What are your responsibilities?

I’m an Azure Integration Architect at Cnext, helping organizations modernize and migrate their integrations to Azure Integration Services. I design and build solutions using Logic Apps, Azure Functions, Service Bus, and API Management. I also work on AI solutions using Semantic Kernel and LangChain to bring intelligence into business processes.

Can you give us some insights into your day-to-day activities and what a typical day in your role looks like?

My day usually begins by attending customer requests and handling recent deployments. Most of my time goes into designing integration patterns, building Logic Apps, mentoring the team, and helping customers with technical solutions. Lately, I’ve also been integrating AI capabilities into workflows.

What motivates and inspires you to be an active member of the Aviators/Microsoft community?

The community is open, friendly, and full of knowledge. I enjoy sharing ideas, writing posts, and helping others solve real-world challenges. It’s great to learn and grow together.

Looking back, what advice do you wish you had been given earlier that you'd now share with those looking to get into STEM/technology?

Start small and stay consistent. Learn the basics well—like messaging, retries, and error handling—before diving into complex tools. Keep learning and share what you know.

What has helped you grow professionally?

Hands-on experience, teamwork, and continuous learning. Working across different projects taught me how to design reliable and scalable systems. Exploring AI with Semantic Kernel and LangChain has also helped me think beyond traditional integrations.

If you had a magic wand that could create a feature in Logic Apps, what would it be and why?

I’d add an “Overview Page” in Logic Apps containing the HTTP URLs for each workflow, so developers can quickly access to test from one place. It would save time and make working with multiple workflows much easier.


News from our product group

 

 

Logic Apps Community Day 2025 Playlist

Did you miss or want to catch up on  individual sessions from Logic Apps Community Day 2025? Here is the full playlist – choose your favorite sessions and have fun!

 

 

Public Preview: Azure Logic Apps Connectors as MCP Tools in Microsoft Foundry

Unlock secure enterprise connectivity with Azure Logic Apps connectors as MCP tools in Microsoft Foundry. Agents can now use hundreds of connectors natively—no custom code required. Learn how to configure and register MCP servers for seamless integration.

 

 

Announcing AI Foundry Agent Service Connector v2 (Preview)

AI Foundry Agent Service Connector v2 (Preview) is here! Azure Logic Apps can now securely invoke Foundry agents, enabling low-code AI integration, multi-agent workflows, and faster time-to-value. Explore new operations for orchestration and monitoring.

 

 

Announcing the General Availability of the XML Parse and Compose Actions in Azure Logic Apps

XML Parse and Compose Actions are now GA in Azure Logic Apps! Easily handle XML with XSD schemas, streamline workflows, and support internationalization. Learn best practices for arrays, encoding, and safe transport of content.

 

 

Clone a Consumption Logic App to a Standard Workflow

Clone your Consumption Logic Apps into Standard workflows with ease! This new feature accelerates migration, preserves design, and unlocks advanced capabilities for modern integration solutions.

 

 

Announcing the HL7 connector for Azure Logic Apps Standard and Hybrid (Public Preview)

Connect healthcare systems effortlessly! The new HL7 connector for Azure Logic Apps (Standard & Hybrid) enables secure, standardized data exchange and automation using HL7 protocols—now in Public Preview.

 

 

Announcing Foundry Control Plane support for Logic Apps Agent Loop (Preview)

Foundry Control Plane now supports Logic Apps Agent Loop (Preview)! Manage, govern, and observe agents at scale with built-in integration—no extra steps required. Ensure trust, compliance, and scalability in the agentic era.

 

 

Announcing General Availability of Agent Loop in Azure Logic Apps

Agent Loop transforms Logic Apps into a multi-agent automation platform, enabling AI agents to collaborate with workflows and humans. Build secure, enterprise-ready agentic solutions for business automation at scale.

 

 

Agent Loop Ignite Update - New Set of AI Features Arrive in Public Preview

We are releasing a broad set of Agent Loop new and powerful AI-first capabilities in Public Preview that dramatically expand what developers can build: run agents in the Consumption SKU ,bring your own models through APIM AI Gateway, call any tool through MCP, deploy agents directly into Teams, secure RAG with document-level permissions, onboard with Okta, and build in a completely redesigned workflow designer.

 

 

Announcing MCP Server Support for Logic Apps Agent Loop

Agent Loop in Azure Logic Apps now supports Model Context Protocol (MCP), enabling secure, standardized tool integration. Bring your own MCP connector, use Azure-managed servers, or build custom connectors for enterprise workflows.

 

 

Enabling API Key Authentication for Logic Apps MCP Servers

Logic Apps MCP Servers now support API Key authentication alongside OAuth2 and Anonymous options. Configure keys via host.json or Azure APIs, retrieve and regenerate keys easily, and connect MCP clients securely for agentic workflows.

 

 

Announcing Public Preview of Agent Loop in Azure Logic Apps Consumption

Agent Loop now brings AI-powered automation to Logic Apps Consumption with a frictionless, pay-as-you-go model. Build autonomous and conversational agents using 1,400+ connectors—no dedicated infrastructure required. Ideal for rapid prototyping and enterprise workflows.

 

 

Moving the Logic Apps Designer Forward

Major redesign of Azure Logic Apps designer enters Public Preview for Standard workflows. Phase I focuses on faster onboarding, unified views, draft mode with auto-save, improved search, and enhanced debugging. Feedback will shape future phases for a seamless development experience.

 

 

Announcing the General Availability of the RabbitMQ Connector

RabbitMQ Connector for Azure Logic Apps is now generally available, enabling reliable message exchange for Standard and Hybrid workflows. It supports triggers, publishing, and advanced routing, with global rollout underway for robust, scalable integration scenarios.

 

 

Duplicate Detection in Logic App Trigger

Prevent duplicate processing in Logic Apps triggers with a REST API-based solution. It checks recent runs using clientTrackingId to avoid reprocessing items caused by edits or webhook updates. Works with Logic App Standard and adaptable for Consumption or Power Automate.

 

 

Announcing the BizTalk Server 2020 Cumulative Update 7

BizTalk Server 2020 Cumulative Update 7 is out, adding support for Visual Studio 2022, Windows Server 2022, SQL Server 2022, and Windows 11. Includes all prior fixes. Upgrade from older versions or consider migrating to Azure Logic Apps for modernization.


 


News from our community

Logic Apps Local Development Series

Post by Daniel Jonathan

Last month I shared an article from Daniel about debugging XSLT in VS Code. This month, I bumped into not one, but five articles in a series about Build, Test and Run Logic Apps Standard locally – definitely worth the read!

Working with sessions in Agentic Workflows

Post by Simon Stender

Build AI-powered chat experiences with session-based agentic workflows in Azure Logic Apps. Learn how they enable dynamic, stateful interactions, integrate with APIs and apps, and avoid common pitfalls like workflows stuck in “running” forever.

Integration Love Story with Mimmi Gullberg

Video by Ahmed Bayoumy and Robin Wilde

Meet Mimmi Gullberg, Green Cargo’s new integration architect driving smarter, sustainable rail logistics. With experience from BizTalk to Azure, she blends tech and business insight to create real value. Her mantra: understand the problem first, then choose the right tools—Logic Apps, Functions, or AI.

Integration Love Story with Jenny Andersson

Video by Ahmed Bayoumy and Robin Wilde

Discover Jenny Andesson’s inspiring journey from skepticism to creativity in tech. In this episode, she shares insights on life as an integration architect, tackling system challenges, listening to customers, and how AI is shaping the future of integration.

You Can Get an XPath value in Logic Apps without returning an array

Post by Luis Rigueira

Working with XML in Azure Logic Apps? The xpath() function always returns an array—even for a single node. Or does it? Found how to return just the values you want on this Friday Fact from Luis Rigueira.

Set up Azure Standard Logic App Connectors as MCP Server

Video by Srikanth Gunnala

Expose your Azure Logic Apps integrations as secure tools for AI assistants. Learn how to turn connectors like SAP, SQL, and Jira into MCP tools, protect them with Entra ID/OAuth, and test in GitHub Copilot Chat for safe, action-ready AI workflows.

Making Logic Apps Speak Business

Post by Al Ghoniem

Stop forcing Logic Apps to look like business diagrams. With Business Process Tracking, you can keep workflows technically sound while giving business users clear, stage-based visibility into processes—decoupled, visual, and KPI-driven.

Updated Dec 01, 2025
Version 1.0
No CommentsBe the first to comment