Playlists

All Videos

Query BigQuery Iceberg Tables from Microsoft Fabric (Shortcuts + Automation) 5:20

Query BigQuery Iceberg Tables from Microsoft Fabric (Shortcuts + Automation)

This video walks through how to use Microsoft Fabric shortcuts to access Google BigQuery Iceberg tables, automating the setup process on the Google Cloud side and configuring direct SQL queries within Fabric without copying or moving data. You'll learn about the automation script that handles service account creation, IAM permissions, and required BigQuery table access, followed by setting up connections and creating shortcuts in Fabric for seamless data querying.

Jun 21, 202682 views
Building NFL Analytics with Fabric, Power BI, and AI Agents 33:16

Building NFL Analytics with Fabric, Power BI, and AI Agents

This video walks through the process of building an end-to-end analytics reference architecture for the National Football League (NFL) using Microsoft Fabric. Viewers will learn how to download and process NFL data, create a Fabric workspace and Lakehouse, deploy Power BI semantic models, and develop AI-powered analytics agents, all while exploring key concepts like data modeling and agent evaluation workflows.

May 25, 2026268 views
From On Prem SQL to Natural Language Queries with Fabric Mirroring & Data Agents 7:29

From On Prem SQL to Natural Language Queries with Fabric Mirroring & Data Agents

This video walks through the process of exposing on-premises SQL Server data for natural language querying using Microsoft Fabric Mirroring and OneLake. You'll see how to set up Change Data Capture (CDC) and the On Premises Data Gateway, mirror specific tables into OneLake, and use a Fabric Data Agent to enable users to ask plain English questions that are then processed by Fabric without manual SQL intervention.

Apr 20, 2026206 views
Microsoft Fabric Private Link: Secure a Workspace in an Azure VNet 17:22

Microsoft Fabric Private Link: Secure a Workspace in an Azure VNet

This video walks through configuring a Microsoft Fabric workspace with a Workspace-scoped Private Link, demonstrating how to restrict access to an Azure Virtual Network (VNet) and build a secure analytics architecture that combines strong network isolation with flexible reporting access. Viewers will learn about the setup process, including creating virtual networks, subnets, private endpoints, and deploying a jump box VM for testing private connectivity.

Mar 16, 2026842 views
Using Python to Build a Microsoft Fabric Ontology 4:31

Using Python to Build a Microsoft Fabric Ontology

This video walks through the process of building a Microsoft Fabric ontology using Python code within a Fabric notebook. You'll learn how to define entities, relationships, and properties using Python, as well as automate the deployment process via the Fabric REST API.

Mar 08, 2026621 views
Microsoft Fabric Real-Time: Streaming IoT Truck Data into an Ontology 3:09

Microsoft Fabric Real-Time: Streaming IoT Truck Data into an Ontology

This video walks through the setup of a real-time streaming pipeline in Microsoft Fabric, demonstrating how telemetry data from trucking equipment is processed to automatically capture critical operational events. Viewers will see how telematics events are streamed into Fabric, filtered for mechanical faults, stored in a Lakehouse table connected to an ontology model, and used to trigger automated workflows, all while visualizing live event movement through the system.

Mar 06, 2026197 views
Fabric Data Agent + Foundry Agent: Building a Multi-Source AI Assistant 1:55

Fabric Data Agent + Foundry Agent: Building a Multi-Source AI Assistant

This video walks through the integration of a Microsoft Fabric Data Agent with a Microsoft Foundry Agent to create a versatile multi-source AI assistant. Viewers will learn how to combine structured enterprise data from a Fabric Ontology with unstructured documents using Azure AI Search, enabling the agent to answer complex questions and support natural language queries across various knowledge sources.

Mar 06, 2026358 views
Can Microsoft Fabric Power Custom Apps? (Yes — Here’s How) 4:23

Can Microsoft Fabric Power Custom Apps? (Yes — Here’s How)

This video walks through building a secure, production-ready web application using Microsoft Fabric, Fabric Ontology, and Microsoft Foundry Agents to integrate map-based visualizations and generative AI experiences within a custom React app. The walkthrough covers the architecture of the solution, including the React frontend with Next.js, FastAPI Python backend, and various Azure services like AI Search and Maps.

Mar 02, 2026369 views
Designing and Building an Ontology in Microsoft Fabric (uncut) 41:08

Designing and Building an Ontology in Microsoft Fabric (uncut)

This video walks through the process of designing and building an ontology in Microsoft Fabric, covering key aspects such as defining entity types and relationships, applying best practices for relationship naming, and implementing these concepts step-by-step within the platform. Viewers will gain insights into what an ontology is and how it can be used for data analysis in a business context.

Feb 17, 20266,984 views
Microsoft Foundry Local -- First Look and Walk Through 10:58

Microsoft Foundry Local -- First Look and Walk Through

This video walks through the introduction and initial setup of Microsoft Foundry Local, a new local inference engine designed for running AI models on Windows, macOS, or Windows Server 2025. It covers installation steps, testing local inference performance, and building applications using the OpenAI-compatible SDK, providing a comprehensive guide for developers looking to integrate secure and high-performance AI into their workflows.

Dec 07, 20251,662 views
Building Custom MCP Tools for Azure AI Foundry Agents (with Cosmos DB GraphRAG) 20:04

Building Custom MCP Tools for Azure AI Foundry Agents (with Cosmos DB GraphRAG)

This video walks through the process of building a custom MCP (Model Component Provider) tool for use with Azure AI Foundry Agents, specifically focusing on integrating a Python-based server that exposes GraphRAG tools via HTTP. You'll learn how to design and implement this server as an Azure Function, deploy it, and connect it to an Azure AI Foundry Agent to enable querying of a Cosmos DB Gremlin graph without requiring knowledge of the underlying data source.

Dec 01, 20254,006 views
Building a GraphRAG App: Concepts, Code, and Demo 18:10

Building a GraphRAG App: Concepts, Code, and Demo

This video walks through the concepts and implementation of a GraphRAG application, explaining what graph databases are and how they enhance language model retrieval. It also contrasts GraphRAG with vector RAG to highlight their respective strengths and applications. The walkthrough includes a detailed code review of a full-stack GraphRAG app, providing insight into its backend, graph database integration, LLM usage, and user interface.

Nov 27, 20252,645 views
I turned my LinkedIn Profile into an Infographic with Google Nano Banana Pro 🍌 2:51

I turned my LinkedIn Profile into an Infographic with Google Nano Banana Pro 🍌

This video walks through a quick demo where LinkedIn profile data is fed into Gemini Pro via the new Google Nano Banana Pro to generate an infographic. The viewer will see how well the model handles complex typography, consistent fonts, and structured layouts, ultimately assessing its accuracy and readability in presenting professional information.

Nov 24, 2025450 views
Vectorizing Images with LLMs [Full Stack Deep Dive] 13:04

Vectorizing Images with LLMs [Full Stack Deep Dive]

This video walks through building a complete end-to-end image vectorization and similarity search system using modern AI tools, including multimodal LLMs and GPU-powered infrastructure. You'll learn how to generate image embeddings with an OpenAI model, store vectors efficiently with ChromaDB, and integrate LLM microservices for semantic search, all while exploring the architecture and full demo of the solution.

Nov 20, 20251,402 views
From Text to SQL: Fine-Tuning Phi-4-Mini-Instruct with LoRA and PyTorch (Deep Dive) 37:19

From Text to SQL: Fine-Tuning Phi-4-Mini-Instruct with LoRA and PyTorch (Deep Dive)

This video walks through the full workflow of fine-tuning the Phi-4-Mini-Instruct model using LoRA and PyTorch, covering how to format custom training data, code a fine-tuning script, run jobs in a Docker container, merge fine-tuned adapters, and quantize the model for efficient local or edge device operation. Viewers will gain hands-on experience with these techniques applicable to any CUDA-based environment.

Nov 09, 2025955 views
Build Smarter AI Systems: 3 Agent Patterns You Can Implement Today 9:39

Build Smarter AI Systems: 3 Agent Patterns You Can Implement Today

This video walks through the three key patterns of Agentic AI—Chat Agents, Workflow Agents, and Autonomous Agents—and provides practical code examples for each. You'll learn how reasoning models and tools work together in agentic systems and when to apply each pattern to solve real-world problems.

Nov 05, 2025137 views
Running OpenAI’s GPT-OSS-20B Locally with Open WebUI (Full Setup Guide) 5:10

Running OpenAI’s GPT-OSS-20B Locally with Open WebUI (Full Setup Guide)

This video walks through the process of setting up OpenAI’s GPT-OSS-20B locally using Docker and Open WebUI, allowing viewers to experiment with a large language model on their own hardware. You'll learn how to create a Docker container, set up NVIDIA Sync for macOS, and download and run the model on various types of machines, including desktop-class systems like the NVIDIA DGX Spark.

Nov 03, 20256,193 views
NVIDIA DGX Spark — the data-center-grade AI lab that fits on your desk, but is it right for you? 5:47

NVIDIA DGX Spark — the data-center-grade AI lab that fits on your desk, but is it right for you?

This video walks through the NVIDIA DGX Spark, detailing its hardware specifications and value proposition for AI system development. It explores how this data-center-grade AI lab fits on a desk but is tailored to specific users, providing insights into whether it meets your needs for building, testing, and deploying AI systems from prototype to production.

Oct 27, 202513,627 views
How to configure Entra ID SSO for Snowflake 18:06

How to configure Entra ID SSO for Snowflake

This video provides a step-by-step walk-through of configuring an Azure Entra ID application registration to enable single sign-on (SSO) for accessing a Snowflake database from a React web application. Viewers will learn how to set up the necessary connections and integrations, with techniques applicable to other applications that can leverage Entra via MSAL or REST connections.

Jul 09, 20251,365 views
Query Fabric Semantic Models from React Web Applications 7:27

Query Fabric Semantic Models from React Web Applications

This video walks through the process of integrating a Microsoft Fabric Semantic Model query into a custom web application built with React and TypeScript, covering authorization, token fetching, and querying semantic models using the Power BI REST API. Viewers will learn how to add necessary permissions, fetch access tokens, and implement code within their React app to submit queries and display results.

Mar 01, 2025675 views
Tutorial: Implementing Entra MSAL with a React Web Application 31:03

Tutorial: Implementing Entra MSAL with a React Web Application

This video walks through the process of setting up an App Registration in Microsoft Entra for a React application and integrating it with MSAL (Microsoft Authentication Library) to handle authentication flows, including login, logout, token refresh, and user assignment. Viewers will learn how to configure the app registration, set authorized redirect URLs, restrict access to specific users or groups, and implement essential login functionalities from scratch in a new React project.

Feb 27, 20254,899 views
Deploy an Azure Web App via an Azure DevOps CD Pipeline with a custom App Registration 8:38

Deploy an Azure Web App via an Azure DevOps CD Pipeline with a custom App Registration

This video walks through the process of deploying an Azure Web App using a DevOps pipeline, including setting up a custom app registration and service profile secret. Viewers will learn to configure steps such as creating an app registration in Entra, generating a client secret, authorizing a service principal, establishing a DevOps Service Connection, and creating and running the deployment pipeline.

Jan 27, 20251,523 views
Windows Fine Tuning Combined Streams 18:16

Windows Fine Tuning Combined Streams

This video walks through the process of setting up a local Windows machine with an Nvidia GPU to fine-tune large language models (LLMs) for specific scenarios. Viewers will learn how to install necessary tools and components, create a Python environment, and fine-tune an LLM using a training notebook.

May 10, 20241,486 views
Unleash Your Model's Potential: Guide to Deploying a Fabric ML Model on Azure ML Inference Endpoint 6:23

Unleash Your Model's Potential: Guide to Deploying a Fabric ML Model on Azure ML Inference Endpoint

This video walks through the process of exporting a machine learning model developed in Microsoft Fabric, importing it into an Azure Machine Learning workspace, and deploying it to a real-time inference endpoint. Viewers will learn how to set up and test this deployment, ensuring their models can provide real-time predictions efficiently.

Feb 27, 20241,085 views
Committing a Microsoft Fabric Workspace to a Git Repository 9:01

Committing a Microsoft Fabric Workspace to a Git Repository

This video walks through setting up and using Git repositories with Microsoft Fabric Workspaces, covering configuration, syncing notebooks and other content, and how to recover unintended changes. You'll learn to connect a Git repository to your workspace, commit changes, and revert modifications as needed.

Jan 02, 20242,901 views
Create Gemini Chatbot 9:55

Create Gemini Chatbot

This video walks through the process of building a fully functional Gemini Chatbot using Streamlit, starting with setting up Anaconda and installing dependencies before initializing the Gemini SDK and creating a user prompt interface. The viewer will see how to run the bot and observe its interactions in real-time.

Dec 16, 20234,868 views
Creating a Custom Generative AI Microsoft Teams Copilot using Copilot Studio 18:58

Creating a Custom Generative AI Microsoft Teams Copilot using Copilot Studio

This video walks through creating a custom Generative AI Microsoft Teams copilot using Copilot Studio, covering the process from scratch to deployment. Viewers will learn how to integrate web site and PDF documentation as grounding knowledge, add custom topics with branching logic, and publish the copilot to a Teams channel.

Dec 04, 20238,529 views
Generative AI using Azure AI Integrated Search Vector Embeddings 10:58

Generative AI using Azure AI Integrated Search Vector Embeddings

This video walks through the process of setting up an Azure AI Search service with integrated vector embeddings to index documents for use in Retrieval Augmented Generation (RAG) within generative AI Q&A solutions. It then demonstrates creating a Streamlit Python application that interacts with an OpenAI large language model, utilizing the indexed data from Azure AI Search as the RAG data source.

Nov 19, 2023818 views
Build a Generative AI Chatbot Using a Vector Database for Custom Data (RAG) 14:39

Build a Generative AI Chatbot Using a Vector Database for Custom Data (RAG)

This video walks through the process of building a generative AI chatbot that leverages Retrieval Augmented Generation (RAG) to query OpenAI's Large Language Model using a vector database. Viewers will learn how to set up this system, encode custom data, and test both the vector database and the resulting chatbot functionality.

Nov 05, 20233,595 views
Bring your own data to Azure OpenAI Service Large Language Models 6:52

Bring your own data to Azure OpenAI Service Large Language Models

This video walks through the process of integrating private data into Microsoft Azure OpenAI Service using Retrieval Augmented Generation (RAG) techniques, including uploading PDF files and creating an OpenAI deployment. Viewers will learn how to set up a RAG index and test both sandbox and Python environments for generating AI queries that incorporate their own data.

Oct 31, 2023906 views
Azure ML Deploy Inference Endpoint 19:11

Azure ML Deploy Inference Endpoint

This video walks through the process of deploying a machine learning model to a REST endpoint using Microsoft Azure Machine Learning, covering all necessary steps from creating resources and launching ML Studio to training the model and registering it before finally deploying the inference endpoint. Viewers will learn how to integrate their trained model into production applications by making predictions available via HTTP requests.

Oct 24, 20233,170 views
Exporting Azure AI Vision Models to run on iOS Devices 13:48

Exporting Azure AI Vision Models to run on iOS Devices

This video walks through the process of exporting AI Vision models from Azure cloud services and integrating them into iOS applications using CoreML. Viewers will learn how to test, export, and run these models locally on iOS devices, enhancing their understanding of edge computing in AI applications.

Oct 08, 2023323 views
Using AI Vision to Detect Packaging Defects 10:50

Using AI Vision to Detect Packaging Defects

This video walks through the process of creating an Azure AI Custom Vision object detection model to identify packaging defects in products. Viewers will see how to set up and train a custom vision project, from creating necessary Azure resources to importing images, tagging them, and testing the trained model for accuracy.

Oct 05, 2023916 views