Setting Up Backends & Load Balancer in Azure API Management
Azure API Management (APIM) is a powerful facade for your backend services, offering security, analytics, and transformation features. A fundamental aspect of using APIM effectively is configuring backends and implementing strategies like load balancing to ensure high...
How to Set Up Simple Load Balancing and Large File Detection Using Azure APIM Inbound Policies
Azure API Management (APIM) offers powerful capabilities beyond just managing APIs. This video, "Azure APIM Load Balancing Explained: A Step-by-Step Guide," explores how to leverage APIM's inbound policies to achieve simple backend load balancing and detect large...
Integrating Azure Services with AI Agents: Setting Up the Azure MCP Server in VS Code
Are you using GitHub Copilot's Agent mode in VS Code and wondering how to push its capabilities beyond generating code snippets? If so, the video below is for you! While powerful, AI models like the one powering GitHub Copilot typically lack real-time access to...
Export Azure Standard Logic Apps to VS Code: A Step-by-Step Guide
This video tutorial provides a step-by-step guide on how to transfer your Logic Apps for local development, version control, and easier management. We'll cover the steps to get your Logic Apps working in VS Code, enabling you to boost your productivity and streamline...
Step-by-Step Guide: Connecting Logic Apps Standard to Azure API Management
Integrating Azure Logic Apps (Standard) with Azure API Management (APIM) is a powerful way to expose, secure, and manage your workflows as APIs. In this video, we'll walk through how to configure APIM to work with Logic Apps Standard step-by-step. Why Use APIM with...
How to Set Up and View Local Connection Settings for Azure Logic App Standard
One of the best features of Azure Logic Apps Standard is the ability to create and test workflows locally!When working locally, your workflows often need to connect to Azure resources like SQL Database, Service Bus, and more. These connection settings are managed...
Fix Unexpected 404 Errors in Azure Logic Apps
Are you working with Azure Standard Logic Apps in Visual Studio Code and suddenly encountering a 404 error after redeploying to Azure? The endpoint URL is correct, everything was working just fine—and now, out of nowhere, the page can’t be found! In this quick video,...
Using DeepSeek in Azure Logic Apps
Are you curious about DeepSeek, the latest large language model (LLM), but unsure where to start when working with Azure Logic Apps? In this guide, I'll walk you through how to get up and running with Azure Logic Apps—with zero coding required! Thanks to over 1,400...
Step-by-step Guide to Getting Started with Azure Logic Apps Standard
New to Azure Logic Apps Standard? Want to see how easy it is to up and run Logic Apps Standard locally? This video is for you! Quick Link Download (see files below): Task List - Getting Started with Logic Apps Standard Introduction In an ever developing technological...
Step-by-Step Guide to Enabling Managed Identity in Azure OpenAI and Azure AI Search
Managed identities in Azure are a game changer when it comes to simplifying resource authentication. This eliminates the cumbersome task of managing credentials manually, allowing you to focus on what truly matters—building and deploying your applications. However,...
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...