Got ideas about Microsoft 365? Want your own episode? → come build this with me on LinkedIn

Microsoft Power Platform Podcast – Governance, Security & Architecture Episodes

The Microsoft Power Platform enables rapid solution development through low-code and no-code tools — but scalability and security depend entirely on governance and architectural discipline. Power Platform Talk focuses on understanding Power Apps, Power Automate, Power BI, and Dataverse as enterprise platforms rather than isolated tools.

Episodes explore tenant-wide governance, environment strategies, identity integration, data loss prevention, lifecycle management, and security boundaries. We analyze why unmanaged Power Platform adoption often results in shadow IT, compliance gaps, and operational complexity.

Power Platform Talk emphasizes architectural intent and long-term maintainability. Topics include environment design, connector usage, integration with Microsoft 365 and Azure, and how low-code solutions interact with enterprise identity and security controls.

This category is designed for platform owners, IT administrators, and architects responsible for enabling innovation without losing control. If you are managing Power Platform adoption at scale, these episodes provide practical guidance on building a secure and sustainable low-code environment.
Dataverse Deep Dive: Designing Scalable Data Models
Aug. 14, 2025

Dataverse Deep Dive: Designing Scalable Data Models

Dataverse “slowness” is often schema, not size. Fix table bloat, simplify relationships, and add the right indexes to turn crawling forms and timing-out flows into crisp responses. Design for performance from day one—balance normalization, limit cascades, and index what you filter on.
Building AI-Powered Apps with Azure OpenAI and Power Platform
Aug. 11, 2025

Building AI-Powered Apps with Azure OpenAI and Power Platform

“Add a connector” isn’t an AI strategy. Real deployments pair Power Apps or Dynamics 365 with Power Automate orchestration, Azure OpenAI for intelligence, and Azure API Management for security, throttling, and observability. This episode details the end-to-end pattern: clean and enrich payloads in …
Fusion Development with Power Apps and Azure Functions
Aug. 11, 2025

Fusion Development with Power Apps and Azure Functions

Learn how to break Power Apps’ low-code limits by offloading heavy logic, complex integrations, and secure data operations to Azure Functions—without leaving the Microsoft ecosystem. This episode explains when to keep validation and UX in Power Apps, when to move compute to Functions, how to secure…
Data Loss Prevention (DLP) Policies for Power Platform Developers
Aug. 11, 2025

Data Loss Prevention (DLP) Policies for Power Platform Developers

Power Platform Data Loss Prevention (DLP) policies don’t have to be mystery roadblocks. In this episode, we explain why Flows fail with cryptic DLP errors and show exactly how to prevent them—before production. You’ll learn how connector classifications (business, non-business, blocked), custom con…
Automated Testing for Power Apps and Dataverse
Aug. 10, 2025

Automated Testing for Power Apps and Dataverse

Low-code does not mean low risk. Power Apps and Dataverse sit at the center of many business-critical processes, so skipped testing leads to silent data loss, broken approvals, and security leaks. This episode shows how to build a real testing strategy for the Power Platform: automate end-to-end sc…
Implementing CI/CD for Power Platform with Azure DevOps Pipelines
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 (…
Building Reusable Components with Power Platform CLI (PAC CLI)
Aug. 9, 2025

Building Reusable Components with Power Platform CLI (PAC CLI)

Power Platform chaos across dev/test/prod isn’t inevitable. The Power Platform CLI (PAC CLI) turns fragile, click-heavy moves into repeatable DevOps: scripted solution packaging, versioning, dependency checks, and plug-in registration you can trust. Use PAC CLI to isolate auth per tenant, pack mana…
Extending Microsoft Fabric with Custom APIs and Power BI Models
Aug. 8, 2025

Extending Microsoft Fabric with Custom APIs and Power BI Models

Fabric’s UI is great for quick wins—but it hits limits with niche data sources, complex business logic, and real-time automation. The way through is building custom API integrations (secure, least-privilege, monitored) and surfacing them with Power BI semantic models (single source of truth, govern…
Triggering Personalized Emails with Power Automate + D365
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…
Data Loss Prevention Policies for Fabric and Power Platform
Aug. 6, 2025

Data Loss Prevention Policies for Fabric and Power Platform

This episode exposes the hidden gaps in Fabric and Power Platform Data Loss Prevention (DLP)—from shadow connectors and cross-environment leaks to misclassified “business” connectors that quietly exfiltrate sensitive data. You’ll learn how DLP decisions are really made (the if-then logic behind pol…
Azure DevOps Pipelines for Power Platform Deployments
Aug. 6, 2025

Azure DevOps Pipelines for Power Platform Deployments

This episode turns fragile, manual Power Platform deployments into reliable, auditable CI/CD with Azure DevOps. We unpack the real failure points—misconfigured service connections, flaky agent pools, hidden Dataverse dependencies, missing connection references—and show how to fix them with hardened…
Setting Up ALM for Power Platform with GitHub Actions
Aug. 6, 2025

Setting Up ALM for Power Platform with GitHub Actions

This episode demystifies Power Platform ALM with GitHub Actions so you can see—and control—every step from source to prod. Learn why deployments fail (connector references, environment variables, and human-led imports), how to wire service principals and scoped secrets, and how to structure GitHub …
Exposing Dynamics 365 APIs via Custom Connectors in Power Platform
Aug. 5, 2025

Exposing Dynamics 365 APIs via Custom Connectors in Power Platform

Exposing Dynamics 365 APIs through custom connectors in Power Platform enables secure, scalable integration between business applications, automation workflows, and external systems. But improper configuration can introduce security risks, performance issues, and governance gaps.In this guide, …
Automating Month-End Close with Power Automate + Dynamics 365 Finance
Aug. 5, 2025

Automating Month-End Close with Power Automate + Dynamics 365 Finance

This episode shows how to automate month-end close by wiring Power Automate + Dynamics 365 Finance + Microsoft Teams into a single approval and posting workflow. You’ll learn the exact connector, permissions, triggers, conditional approval logic, Teams adaptive cards, and resilient error-handling (…
Customizing Dataverse for Complex Business Apps
Aug. 5, 2025

Customizing Dataverse for Complex Business Apps

Tired of Dataverse apps that fly with 10 users and crumble at 100? This episode shows how to design for scale by treating relationships, logic, calculated fields, and alternate keys as first-class citizens—not afterthoughts. You’ll learn how to keep performance predictable, automation consistent, i…
Unlock Dataverse—Stop Flying Blind in Fabric
Aug. 5, 2025

Unlock Dataverse—Stop Flying Blind in Fabric

Your CRM insights are trapped behind Dataverse’s walls. In this guide, you’ll punch a clean hole straight into Microsoft Fabric—so sales, marketing, support, and product finally live on one dashboard. Learn the exact permissions to flip, the Dataverse tables that actually matter, and the shaping ru…
Creating Role-Based Dashboards in Power Platform
Aug. 3, 2025

Creating Role-Based Dashboards in Power Platform

Your role-based dashboard isn’t failing because of DAX—it’s failing because Azure AD, Power BI RLS, and Power Apps aren’t speaking the same identity language. This playbook shows how to wire dynamic AAD groups to dataset roles, pass user context from Power Apps into Power BI, and automate membershi…
Graph Notifications: The Step You’re Missing
Aug. 1, 2025

Graph Notifications: The Step You’re Missing

Stop missing SharePoint updates because your Microsoft Graph webhooks go silent. The #1 reason your change notifications fail? A tiny validation echo your endpoint mishandles in the first five seconds—no JSON, no wrappers, just the raw token back. From airtight token checks to smart retries, automa…
Enterprise architecture for Power Platform management
Aug. 1, 2025

Enterprise architecture for Power Platform management

Your Power Platform isn’t breaking because of “bad code”—it’s the invisible feedback loops between environments, DLP, connectors, and ALM that trigger domino failures. This guide shows how a tiny governance tweak in Dev/Test can stall pipelines in Prod, and gives you a practical blueprint to map, m…
PowerShell vs Graph API: Who Wins When?
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 la…
Nobody Explains Microsoft Graph Consent—Here’s What’s Missing
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…
The Hidden Cost of Skipping DevOps in Power Apps
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. Sh…
Your Power Apps Only Do Half the Job… Here’s Why
July 29, 2025

Your Power Apps Only Do Half the Job… Here’s Why

Power Apps doesn’t have a connector for your mission-critical system? Build your own. In this episode, I show you—step by step—how to create a secure custom connector that speaks any API’s language (even the “fun” ones with OAuth quirks), so your apps can pull live inventory, post orders, or track …
Microsoft Graph API: The Secret Control Panel
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 …