Turn your real-world experience into part of the show.

Microsoft Development Podcast – APIs, Identity & Architecture Episodes

Developing on Microsoft platforms requires more than writing code — it requires understanding identity, APIs, automation, and operational responsibility. Dev Talk focuses on development topics across Microsoft 365, Azure, and enterprise platforms.

Episodes explore API design, authentication flows, automation strategies, CI/CD pipelines, and integration with identity services such as Entra ID. We discuss how development decisions impact security, scalability, and maintainability in production environments.

Dev Talk emphasizes architectural thinking over framework tutorials. Topics include service-to-service authentication, permission design, automation risk, and the challenges of building solutions that operate safely within Microsoft ecosystems.

This category is designed for developers and engineers building enterprise solutions on Microsoft platforms. If you want to understand how development choices affect real-world operations, Dev Talk provides deep, practical insight.
Aug. 9, 2025

Implementing CI/CD for Power Platform with Azure DevOps Pipelines

Tired of manual, brittle Power Platform deployments? This guide shows how to build a reliable CI/CD pipeline with Azure DevOps that handles the real trouble spots: environment variables, connection references, service connections, and secure secrets. Learn exactly what a solution package includes (and what it doesn’t), how to parameterize per-environment settings, bind connections after import, and protect credentials with Key Vault. You’ll get a reusable YAML blueprint (build → store artifact → import → set env vars → map connections → smoke test → notify), plus rollback, monitoring, and governance practices so releases are fast, auditable, and drama-free.
Aug. 9, 2025

Using Microsoft Graph for Custom App Integrations

Most Microsoft 365 automations fail for the same reason: they rely on fragile delegated permissions tied to human users—leading to session timeouts, MFA prompts, role changes, and broken jobs. The fix is shifting to app-only permissions with Microsoft Graph: run headless, least-privilege, auditable automations via a service principal (no user login, no expiring sessions). This guide shows why delegated breaks at scale, how to set up app-only securely (registration, Application permissions, admin consent, Key Vault secrets), and how to extend it with Graph webhooks for real-time, reliable workflows across SharePoint, Teams, and Outlook—without babysitting logins.
Aug. 7, 2025

Triggering Personalized Emails with Power Automate + D365

This episode explains why one-off “thank you” emails from Dynamics 365 (D365) fall flat—and how to replace them with adaptive customer journeys that boost replies, retention, and revenue. You’ll learn how to use D365 signals and Power Automate to trigger timely check-ins, tailored product tips, and honest feedback requests based on real customer actions. We cover which D365 events matter (beyond “case created” and “opportunity won”), how to segment by status changes, purchase frequency, and satisfaction trends, and how to build guardrails like suppression windows and frequency caps. We also show how to close the loop by routing low CSAT to human follow-ups, turning high CSAT into reviews and referrals, and feeding engagement data into continuous improvement via A/B tests and Power BI. If you want emails that start conversations—not end them—this practical walkthrough will help you design dynamic, data-driven flows that keep customers engaged and coming back.
Aug. 1, 2025

PowerShell Remoting Is NOT Just a Command

Your PowerShell Remoting isn’t “just a connection”—it’s the backbone of your M365 security (or your biggest liability). One sloppy session, a hard-coded credential, or a legacy auth toggle, and you’ve built an attack path right into production. Architect remoting like a system—least privilege, token-based auth, auditable transcripts, and shared modules—or expect outages, audit gaps, and sleepless nights.
July 31, 2025

PowerShell vs Graph API: Who Wins When?

Choosing between PowerShell and Microsoft Graph API in Microsoft 365 can significantly impact automation, security, and scalability. While PowerShell remains the go-to tool for administrative scripting and tenant operations, Microsoft Graph API enables modern, application-driven integrations and large-scale automation.In this guide, we break down the core differences, security implications, performance considerations, and real-world use cases to help you decide when to use PowerShell, when to use Graph API, and when combining both makes the most sense.If you're building enterprise-grade automation, governance frameworks, or scalable integrations in Microsoft 365, this comparison gives you a practical decision framework you can apply immediately.
July 31, 2025

M365 Branding Chaos? Graph Toolkit Fixes That

Stop Shipping Off-Brand M365 Apps: Graph Toolkit React Components That Fix Auth, People Search, and Calendars in MinutesYour Microsoft 365 front end shouldn’t look like a patchwork of plugins and half-broken OAuth. In this episode, we show how the Microsoft Graph Toolkit gives you trusted, pre-built React components—Login, PeoplePicker, Agenda, and more—that snap into your app, standardize UX, and inherit Microsoft’s branding, accessibility, and security. Skip fragile custom auth, mismatched UI, and audit headaches. Learn where Toolkit components beat DIY code (tokens, consent, caching, throttling), what you can customize safely, and how to roll out a production-ready M365 experience—fast.
July 30, 2025

Nobody Explains Microsoft Graph Consent—Here’s What’s Missing

Stop blindly clicking “Grant admin consent.” This deep dive demystifies Microsoft Graph app-only permissions—who consents, which scopes you actually need, and how tokens really work in production. Learn least-privilege setups, admin consent gotchas, secret/cert rotation, managed identity, and audit-ready monitoring so your background jobs don’t break at 2 a.m. or expose tenant-wide data. Ship secure, stable automations—without drowning in consent dialogs.
July 30, 2025

Microsoft 365 CLI: The Shortcut No Manager Talks About

Ditch the tab-juggling and OS headaches. The Microsoft 365 CLI gives admins one cross-platform command set for SharePoint, Teams, Outlook, Planner, and more—on Windows, macOS, and Linux. Build portable automations, run bulk updates, wire into CI/CD, and output clean JSON for dashboards and audits. Learn how to authenticate securely, avoid “nuke-the-tenant” mistakes, and ship repeatable M365 workflows that just work—anywhere.
July 30, 2025

The Hidden Cost of Skipping DevOps in Power Apps

Your Power Apps aren’t breaking in prod because of bad code—they’re breaking because you’re skipping DevOps. Learn why “Publish” is not a rollback plan, why solution ZIPs are a trap, and how real ALM (source control, pipelines, managed solutions, env strategy) slashes outages, rework, and panic. Ship faster, safer, and without the Monday-morning fire drills.
July 29, 2025

Microsoft Graph API: The Secret Control Panel

Microsoft 365 looks like apps—Outlook, Teams, SharePoint. The real power is the Microsoft Graph API: one gateway to automate onboarding, sync calendars, govern groups, and ship dashboards the admin centers can’t. In this episode, I show you how Graph actually works (endpoints, scopes, tokens), how to make your first real query, and how to chain calls into business-grade automations—without over-permissioning or breaking compliance.
June 21, 2025

Unleashing Innovation with Power Apps AI Builder: Transforming Low-Code with Intelligent Automation

Stop waiting on data scientists. Power Apps AI Builder drops ready-to-use AI—document processing, prediction, object detection, text models—straight into your apps and flows. Build it, ship it, retrain it, all inside the Power Platform with enterprise-grade security.