Blog Post

Azure Integration Services Blog
8 MIN READ

Logic Apps Aviators Newsletter - March 2025

WSilveira's avatar
WSilveira
Icon for Microsoft rankMicrosoft
Mar 03, 2025

Welcome to the March edition of Logic Apps Aviators Newsletter

 

In this issue:

Ace Aviator of the Month

March’s Ace Aviator: Dieter Gobeyn

Dieter Gobeyn

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

I work as an Azure Solution Architect; however, I remain very hands-on and regularly develop solutions to stay close to the technology. I design and deliver end-to-end solutions, ranging from architectural analysis to full implementation. My responsibilities include solution design, integration analysis, contributing to development, reviewing colleagues’ work, and proposing improvements to our platform. I also provide Production support when necessary.

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

My days can vary greatly, but collaboration with my globally distributed team is always a priority.

  • I begin my day promptly at 8 AM to align with different time zones. After our daily stand-up, I often reach out to colleagues to see if they need assistance or follow-up on mails/team messages.
  • A significant portion of my day involves solution design—gathering requirements, outlining integration strategies, and collaborating with stakeholders. I also identify potential enhancements, perform preliminary analysis, and translate them into user stories.
  • I also spend time on technical development, building features, testing them thoroughly, and updating documentation for both internal and client use.
  • On occasions where deeper investigation is needed, I support advanced troubleshooting, collaborating with our support team if issues demand additional expertise.
  • If a release is scheduled, I sometimes manage deployment activities in the evening.

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

I’ve always valued the sense of community that comes from sharing knowledge. Early in my career, attending events and meeting fellow professionals helped me bridge the gap between theory and real-world practice. This informal environment encourages deeper, hands-on knowledge exchange, which often goes beyond what official documentation can provide. Now that I’m in a more senior role, I believe it’s my responsibility—and pleasure—to give back. Contributing to the community enables me to keep learning, connect with fantastic people, and grow both technically and personally.

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?

Master the fundamentals, not just the tools. It’s easy to get caught up in the newest frameworks, cloud platforms, and programming languages. However, what remains constant are the core concepts such as networking, data structures, security, and system design. By understanding the ‘why’ behind each technology, you’ll be better equipped to design future-proof solutions and adapt fast as tools and trends evolve.

What has helped you grow professionally?

Curiosity and a commitment to continuous learning have been key. I’m always keen to understand the ‘why’ behind how things work. Outside my normal job, I pursue Microsoft Reactor sessions, community events, and personal projects to expand my skills. Just as important is receiving open, honest feedback from peers and being honest with oneself. Having mentors or colleagues who offer both challenges and support is crucial for growth, as they provide fresh perspectives and help you refine your skills. In many cases, I’ve found it takes effort outside standard working hours to truly develop my skills, but it has always been worth it.

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 more uniformity & predictability across adapters, for example in terms of their availability for both stateless and stateful workflows. Currently, certain adapters—like the timer trigger—are either unavailable in stateless workflows or behave differently. Unifying adapter support would not only simplify solution design decisions, but also reduce proof-of-concept overhead and streamline transitions between stateless and stateful workflows as requirements evolve.

News from our product group

 

 

Logic Apps Live Feb 2025

Missed Logic Apps Live in February? You can watch it here. You will find a live demo for the Exporting Logic Apps Standard to VS Code, some updates on the new Data Mapper User Experience and lots of examples on how to leverage Logic Apps to create your Gen AI solutions.

 

 

Exporting Logic App Standard to VS Code

Bringing existing Logic Apps Standard deployed in Azure to VS Code are now simpler with the new Create Logic Apps Workspaces from package.

 

 

New & Improved Data Mapper UX in Azure Logic Apps – Now in Public Preview!

We’re excited to announce that a UX update for Data Mapper in Azure Logic Apps is now in Public Preview! We have continuously improved Data Mapper, which is already generally available (GA), based on customer feedback.

 

 

Parse or chunk content for workflows in Azure Logic Apps (Preview)

When working with Azure AI Search or Azure OpenAI actions, it's often necessary to convert content into tokens or divide large documents into smaller pieces. The Data Operations actions, "Parse a document" and "Chunk text," can help by transforming content like PDFs, CSVs, and Excel files into tokenized strings and splitting them based on the number of tokens. These outputs can then be used in subsequent actions within your workflow.

 

 

Connect to Azure AI services from workflows in Azure Logic Apps

Integrate enterprise services, systems, and data with AI technologies by connecting your logic app workflows to Azure OpenAI and Azure AI Search resources. This guide offers an overview and practical examples on how to use these connector operations effectively in your workflow.

 

 

Power Automate migration to Azure Logic Apps (Standard)

Development teams often need to build scalable, secure, and efficient automation solutions. If your team is considering migrating flows from Microsoft Power Automate to Standard workflows in Azure Logic Apps, this guide outlines the key advantages of making the transition. Azure Logic Apps (Standard) is particularly beneficial for enterprises running complex, high-volume, and security-sensitive workloads.

 

 

AI playbook, examples, and other resources for workflows in Azure Logic Apps

AI capabilities are increasingly essential in applications and software, offering time-saving and innovative tasks like chat interactions. They also facilitate the creation of integration workloads across various services, systems, apps, and data within enterprises. This guide provides building blocks, examples, samples, and resources to demonstrate how to use AI services, such as Azure OpenAI and Azure AI Search, in conjunction with other services and systems to build automated workflows in Azure Logic Apps.

 

 

Collect ETW trace in Logic App Standard

An Inline C# script to collect Event Tracing for Windows (ETW) and store it in a text file, from within your Logic Apps.

 

 

Typical Storage access issues troubleshooting

With this blog post we intend to provide you more tools and visibility on how to troubleshoot your Logic App and accelerate your service availability restore.

 

 

Download Logic App content for Consumption and Standard Logic App in the Portal

It's common to see customers needing to download the JSON contents for their Logic Apps, either to keep a copy of the code or to initiate CI/CD.

The methods to download this are very simple, accessible on a single button.

 

 

Running Powershell inline with Az commands- Logic App Standard

With the availability of the Inline "Execute Powershell code" action, a few questions have been brought to us like for example how to execute Az commands with this action.

 

 

Deploy Logic App Standard with Application Routing Feature Based on Terraform and Azure Pipeline

This article shared a mature plan to deploy logic app standard then set the application routing features automatically. It's based on Terraform template and Azure DevOps Pipeline. 

 

News from our community

Azure Logic Apps: create Standard Logic App projects in Visual Studio Code from Azure portal export

Post by Stefano Demiliani

How many times you had the need to create a new Azure Logic App workflow starting from an existing one? Personally, this happens a lot of time… Starting with version 5.18.7 (published some days ago), the Azure Logic Apps (Standard) extension for Visual Studio Code provides the capability to create Standard Azure Logic App projects from an existing Logic App exported from the Azure portal.

Bridging the Gap: Azure Logic Apps Meets On-Prem Fileshares

Post by Tim D'haeyer

The end of BizTalk Server is fast approaching, signaling a significant shift in the Microsoft integration landscape. With this transition, the era of on-premises integration is drawing to a close, prompting many organizations to migrate their integration workloads to Azure. One key challenge in this process is: “How can I read and write from an on-premises file share using Logic Apps?” Thankfully, this functionality has been available for some time with Azure Logic Apps Standard.

Azure Logic Apps vs. Power Apps vs. Power Automate: What to Use When?

Post by Prashant Singh

The Architect’s Dilemma: Logic Apps vs. Power Apps vs. Power Automate! In my latest blog, I compare Logic Apps, Power Automate, and Power Apps—helping you pick the right one!

Securing Azure Logic Apps: Prevent SQL Injection in Complex SQL Server Queries

Post by Cameron McKay

Executing COMPLEX queries as raw SQL is tempting in Logic App workflows. It's clear how to protect SQL CRUD actions in Logic Apps. BUT how do we protect our complex queries?

In the Logic App Standard tier, built-in connectors run locally within the same process as the logic app

Post by Sandro Pereira

In the Logic App Standard tier, built-in connectors run locally within the same process as the logic app, reducing latency and improving performance. This contrasts with the Consumption model, where many connectors rely on external dependencies, leading to potential delays due to network round-trips. This makes Logic App Standard an ideal choice for scenarios where performance and low-latency integration are critical, such as real-time data processing and enterprise API integrations.

Scaling Logic Apps Hybrid

Post by Massimo Crippa

Logic Apps Hybrid provides a consistent development, deployment, and observability experience across both cloud and edge applications. But what about scaling? Let's dive into that in this blog post.

Calling API Management in a different subscription on LA Standard

Post by Sandro Pereira

Welcome again to another Logic Apps Best Practices, Tips, and Tricks post. Today, we will discuss how to call from Logic App Standard an API exposed in API Management from a different subscription using the in-app API Management connector.

How to enable API Management Connector inside VS Code Logic App Standard Workflow Designer

Post by Sandro Pereira

If you’ve been working with Azure Logic Apps Standard in Visual Studio Code and noticed that the API Management connector is conspicuously absent from the list of connectors inside the workflow designer, you’re not alone. This is a typical behavior that many developers encounter, and understanding why it happens—and how to enable it—can save you a lot of headaches.

Do you have strict security requirements for your workflows? Azure Logic Apps is the solution.

Post by Stefano Demiliani

Azure Logic Apps offers robust solutions for enterprise-level workflows, emphasizing high performance, scalability, and stringent security measures. This article explores how Logic Apps ensures business continuity with geo-redundancy, automated backups, and advanced security features like IP restrictions and VNET integration. Discover why Azure Logic Apps is the preferred choice for secure and scalable automation in large organizations.

Updated Mar 03, 2025
Version 2.0
No CommentsBe the first to comment