Browse Azure Videos (83)
David Levy joins Data Exposed to recap a burst of recent Microsoft SQL driver and SDK releases, including mssql-python updates with Bulk Copy and Apache Arrow support, plus new versions of SqlClient and JDBC.
Microsoft Developer shares a short sponsor session from Azure Cosmos DB Conf 2026 where Andrew Ruffin (AMD) explains how AMD EPYC hardware impacts Azure Cosmos DB performance, including performance-per-dollar claims and how lower per-request cost can translate into better RU efficiency and scaling.
Microsoft Developer hosts a Cosmos DB Conf 2026 session where Sergiy Smyrnov demonstrates migrating an AdventureWorks-based ASP.NET/EF Core app from a relational database to Azure Cosmos DB for NoSQL, using GitHub Copilot and Cosmos DB Agent Kit prompts to plan the move and rewrite the data layer.
Microsoft Developer hosts James Codella’s deep dive into Azure Cosmos DB querying and indexing, focusing on how partition routing and index choices affect performance and RU cost, with practical guidance on SQL features, index types, and tuning high-RU queries.
Microsoft Developer shares Yohan Lasorsa’s session on why “vector search by default” often fails in RAG, and how to improve retrieval quality by using agentic RAG with Azure Cosmos DB hybrid search (vector + full-text) so an AI agent fetches the right context when it actually needs it.
Microsoft Developer hosts Eric Boyd explaining how to use Azure Cosmos DB as a coordination mechanism for distributed workflows, covering lock/lease and leader-style patterns, saga orchestration for long-running work, and the production tradeoffs around retries, contention, hotspots, and multi-region consistency.
Microsoft Developer hosts Sid Anand sharing practical Azure Cosmos DB best practices, using a Spacely Sprockets e-commerce scenario to discuss patterns for global distribution, high availability, low-latency access, and cost-efficient design.
How Office Depot Powers Enterprise AI with Azure Cosmos DB | Mick Feller | Azure Cosmos DB Conf 2026
Microsoft Developer shares Mick Feller’s customer story on how Office Depot (ODP Corporation) built a homegrown enterprise AI “Personal Assistant” backed by Azure Cosmos DB, focusing on time-series + HR profile context, autoscale-driven growth, and cost/performance control.
Cosmos DB Dev Environment Supercharged with AI | Sajeetharan Sinnathurai | Azure Cosmos DB Conf 2026
Microsoft Developer features Sajeetharan Sinnathurai explaining how to set up a practical Azure Cosmos DB development environment (VS Code, emulator, testing, and CI/CD considerations) and how to use AI coding assistants more effectively by providing schema context and better prompts.
Microsoft Developer features Anurag Dutt explaining how to diagnose and fix rising Azure Cosmos DB RU costs and unstable performance using platform metrics, diagnostics, and query insights, then applying targeted changes like partitioning, query, indexing, and throughput adjustments.
Microsoft Developer hosts a session where Theo van Kraay previews MultiCloudDB for Java, a portable SDK aimed at running the same CRUD and query code across Azure Cosmos DB, Amazon DynamoDB, and Google Cloud Spanner without code changes.
Microsoft Developer hosts Justine Cocchi explaining how Azure Cosmos DB Change Feed works and how to run it reliably in production, including consumption models, partitioning and lease management, plus debugging/monitoring patterns to diagnose lag and recover from common failure modes at scale.
Microsoft Developer hosts Tural Suleymani explaining how to build and scale event-driven microservices using Azure Cosmos DB Change Feed for domain events, including partitioning choices, ordering/consistency trade-offs, and a repeatable end-to-end demo with observability and failure handling.
Microsoft Developer features Hasan Savran explaining the key data modeling decisions for Azure Cosmos DB, focusing on partition key selection, schema tradeoffs, estimating storage and scaling needs, and handling cross-partition queries to avoid costly redesigns later.
Microsoft Developer shares a keynote interview with Vercel CEO Guillermo Rauch on how AI agents change app design, why serverless compute plus serverless data matters, and what Azure Cosmos DB’s RU-based query economics look like as tokens and agent-driven workloads grow.
Microsoft Developer shares practical strategies for migrating data into Azure SQL Database—from 1 GB to 700+ GB—while aiming for little to no downtime, including a demo segment plus tips and guidance on getting started.
Microsoft Developer shares a short clip featuring Shireesh Thota (CVP, Azure Databases) discussing the idea of a “unified intelligence layer” and avoiding misleading “faster” claims in the context of Azure database performance and cost considerations.
Microsoft Developer hosts a discussion where Justin Garrett and Azure MVP Magnus Mårtensson cover enterprise observability in Azure using Azure Monitor and Log Analytics, plus how Azure Copilot can speed up investigations by turning natural language into KQL and recommending next steps.
John Savill's Technical Training runs through the Azure Update for 24th April 2026, covering service retirements, new AKS and Functions changes, Azure Monitor and Application Insights updates, storage improvements, Cosmos DB and PostgreSQL Flexible Server enhancements, plus a quick look at new model releases.
Authorised Territory demonstrates how to show confirmation dialogs and notification messages in the .NET Aspire dashboard by adding a command to a Minimal API resource that calls an API endpoint, which then invokes an Azure Function.