Blog Post

Azure Integration Services Blog
5 MIN READ

Logic Apps Aviators Newsletter - January 2026

WSilveira's avatar
WSilveira
Icon for Microsoft rankMicrosoft
Jan 05, 2026

In this issue:


Ace Aviator of the Month

January's Ace Aviator: Sagar Sharma

Sagar Sharma - Business Solutions Architect @ i8c NL
What's your role and title? What are your responsibilities?

I’m a cross-domain Business Solution Architect specializing in delivering new business capabilities to customers. I design end-to-end architectures specially on Azure platforms and also in the Integration domain using azure integration services. My role involves marking architectural decisions, defining standards, ensuring platform reliability, guiding teams, and helping organizations transition from legacy integration systems to modern cloud-native patterns.

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 blends architecture work with hands-on collaboration. I review integration designs, refine patterns, help teams troubleshoot integration flows, and ensure deployments run smoothly through DevOps pipelines. A good part of my time is spent translating business needs into integration patterns and making sure the overall platform stays secure, scalable, and maintainable.

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

The community has shaped a big part of my career. Many of my early breakthroughs came from blogs, samples, and talks shared by others. Contributing back feels like closing the loop. I enjoy sharing real-world lessons, learning from peers, and helping others adopt integration patterns with confidence. The energy of the community and the conversations it creates keep me inspired.

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?

Focus on core concepts—messaging, APIs, security, and distributed systems—because tools evolve, but fundamentals stay relevant. Share your learning early, even if it feels small. Be curious about the “why” behind patterns. Build side projects, not just follow tutorials. And don’t fear a nonlinear career path—diverse experience is an asset in technology.

What has helped you grow professionally?

Hands-on customer work, strong mentors, and consistent learning habits have been key. Community involvement—writing, speaking, and collaborating—has pushed me to structure my knowledge and stay current. And working in environments that encourage experimentation has helped me develop faster and with more confidence.

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

I’d love to see a unified, out-of-the-box business transaction tracing experience across Logic Apps, Service Bus, APIM, Functions, and downstream services. Something that automatically correlates events, visualizes the full journey of a transaction, and simplifies root-cause analysis. This would make operational troubleshooting dramatically easier in enterprise environments.


News from our product group

 

 

Microsoft BizTalk Server Product Lifecycle Update

BizTalk Server 2020 will be the final release, with support extending through 2030. Microsoft encourages a gradual transition to Azure Logic Apps, offering migration tooling, hybrid deployment options, and reuse of existing BizTalk artifacts. Customers can modernize at their own pace while maintaining operational continuity.

 

 

Data Mapper Test Executor: A New Addition to Logic Apps Standard Test Framework

The Data Mapper Test Executor adds native support for testing XSLT and Data Mapper transformations directly within the Logic Apps Standard test framework. It streamlines validation, improves feedback cycles, and integrates with the latest SDK to enable reliable, automated testing of map generation and execution.

 

 

Announcing General Availability of AI & RAG Connectors in Logic Apps (Standard)

Logic Apps Standard AI and RAG connectors are now GA333, enabling native document processing, semantic search, embeddings, and agentic workflows. These capabilities let teams build intelligent, context‑aware automations using their own data, reducing complexity and enhancing decisioning across enterprise integrations.

 

 

Logic Apps Labs

The Logic Apps Labs, which introduces Azure Logic Apps agentic workflows learning path, offering guided modules on building conversational and autonomous agents, extending capabilities with MCP tools, and orchestrating multi‑agent workflows. It serves as a starting point for hands‑on labs covering design, deployment, and advanced patterns for intelligent automation.


News from our community

Handling Empty SQL Query Results in Azure Logic Apps

Post by Anitha Eswaran

If a SQL stored procedure returns no rows, you can detect the empty result set in Logic Apps by checking whether the output’s ResultSets object is {}. When empty, the workflow can be cleanly terminated or used to trigger alerts, ensuring predictable behavior and more resilient integrations.

Azure Logic Apps MCP Server

Post by Laveesh Bansal

Our own Laveesh Bansal spent some time creating an Azure Logic Apps MCP Server that enables natural‑language debugging, workflow inspection, and updates without using the portal. It supports both Standard and Consumption apps, integrates with AI clients like Copilot and Claude, and offers tools for local or cloud‑hosted setups, testing, and workflow lifecycle operations.

Azure Logic Apps: Change Detection in JSON Objects and Arrays

Post by Suraj Somani

Logic Apps offers native functions to detect changes in JSON objects and arrays without worrying about field or item order. Using equals() for objects and intersection() for arrays, you can determine when data has truly changed and trigger workflows only when updates occur, improving efficiency and reducing unnecessary processing.

Logic Apps Standard: A clever hack to use JSON schemas in your Artifacts folder for JSON message validation (Part 1)

Post by Şahin Özdemir

Şahin outlines a workaround for using JSON schemas stored in the Artifacts folder to validate messages in Logic Apps Standard. It revisits integration needs from BizTalk migrations and shows how to bring structured validation into modern workflows without relying on Integration Accounts. This is a two part series and you can find part two here.

Let's integrate SAP with Microsoft

Video by Sebastian Meyer

Sebastian has a new video out, and in this episode he and Martin Pankraz break down SAP GROW and RISE for Microsoft integration developers, covering key differences and integration options across IDoc, RFC, BAPI, SOAP, HTTPS, and OData, giving a concise overview of today’s SAP landscape and what it means for building integrations on Azure.

Logic Apps Initialize variables action has a max limit of 20 variables

Post by Sandro Pereira

Logic Apps allows only 20 variables per Initialize variables action, and exceeding it triggers a validation error. This limit applies per action, not per workflow. Using objects, parameters, or Compose actions often reduces the need for many scalars and leads to cleaner, more maintainable workflows. Did you know that? It is a Friday Fact!

Updated Jan 05, 2026
Version 2.0

2 Comments

  • mikeholdorf's avatar
    mikeholdorf
    Brass Contributor

    Thanks for the post. The link to Azure Logic Apps: Change Detection in JSON Objects and Arrays is not found. I think it is missing blog in the URL.  Can this be fixed?  Thank You!