Configuring US Government Cloud in Visual Studio Code for Developers
Are you new to using the US Government Cloud in Azure with Visual Studio Code? This post is here to help! The steps below cover two essential settings for configuring seamless integration between the US Government Cloud and VS Code. Setting 1: Azure Account Extension...
Step-by-Step Guide to Retrieval-Augmented Generation (RAG) in Azure Logic Apps
In this video, we explore how to set up document ingestion using the Retrieval-Augmented Generation (RAG) pattern with Azure Logic Apps. This is greatly simplified with the addition of two new Data Operation Actions, Parse Document and Chunk Text, along with existing...
Using Azure Service Bus Peek Lock With Azure Logic Apps
Take a look at reading messages from the Azure Service Bus using Peek lock and how to use the Dead-letter queue. Using an Azure Standard Edition Logic App with the built-in Service Bus connector, this video shows how to set up Peek lock and dead letter a message when...
Working wtih Azure Service Bus Topics and Subscriptions in Azure Logic Apps
Discover how Azure Service Bus Topics and Subscriptions introduce a powerful routing layer to your enterprise-grade queuing platform! In this engaging video, we guide you through the process of setting up an Azure Service Bus Topic and Subscription, demonstrating how...
Level Up Your Skills: Learn the Basics of Reading and Writing to a Service Bus Queue in Logic Apps
Did you know you have two different types of Connectors when talking with the Azure Service Bus from Logic App Standard? Plus, one costs you money for each transaction, and one does not. See the basics of creating connections with the Microsoft Managed and the InApp...
Get Started With Azure Service Bus: A Beginner’s Guide!
Do you know little or nothing about Azure Service Bus but wish you did? Are you new to Azure Integration Services (AIS) and the Azure Service Bus? If you answered yes to either of there questions then this 12-minute video is for you! Learns about the core features...
Hybrid Integrations with Azure Logic Apps and Biztalk 2020: Boost Your Integration Capabilities
Are you running BizTalk 2020 on premises and wish you could call into Azure Logic Apps? Lucky you! You can do it easily with the built-in Logic App or HTTP Adapters. With BizTalk 2020, you can call HTTP one-way triggers right out of the box. The 5-minute video below...
Azure Integration Services Presentation | Remote Talk
On April 10th, 2024 I got the honor to present remotely to the Cleveland Azure User Group! In this 1.5 hour session, I cover some of the basics of what is Azure Inteations Services, what to do if you have BizTalk Server running today, and what core Azure services make...
Discover The Core Features of Azure Logic Apps
Microsoft Azure Logic Apps has a host of built-in core features. Understanding these core features is the foundation for building business-critical Logic Apps. The video below covers some of Logic Apps core features. These include retry policies, run-after...
Learn the Basics of Azure Logic App Connectors
Microsoft Azure has in-app connectors for some resources in Standard Logic Apps, Microsoft Managed connectors for both Stanard and Consumption Logic Apps, plus the ability to create custom connectors! Get the quick run-down on all these types of connectors in this...
Adding a VNet to a Stateful Standard Edition Logic App
When working with some in-app connectors inside Azure Stateful Standard Logic Apps, a Virtual Network is needed for the connectors to work for stateful workflows. This applies to the following in-app connectors Service Bus SAP IBM MQ If you do not add the virtual...
Setting SQL and Correlation Filters on Topic Subscriptions in Azure Service Bus
Azure Service Bus has a feature to set up publish and subscribe type behavior in queues. This is similar to how BizTalk Server worked when message are published to the messages box. For now, forget all the bells and whistles like dead-lettering, sessions, duplicate...