M365.FM - Modern work, security, and productivity with Microsoft 365

Breaking the Scale Barrier: Building Multi-Tenant SaaS on Power Pages

1 h 26 min · 28 mei 2026
aflevering Breaking the Scale Barrier: Building Multi-Tenant SaaS on Power Pages artwork

Beschrijving

Building multi-tenant SaaS on Power Pages changes the way architects think about Dataverse scalability. Most developers traditionally viewed Power Pages as a portal platform intended for forms, authentication, and moderate business applications. Enterprise-scale SaaS workloads were assumed to require fully custom Azure infrastructure and external databases. Elastic Tables challenge that assumption by introducing Cosmos DB-backed storage directly inside Dataverse, allowing Power Pages to support large-scale operational workloads while preserving the familiar Dataverse developer experience. WHY STANDARD DATAVERSE TABLES HIT LIMITS Standard Dataverse tables are optimized for relational transactional workloads such as CRM systems, account management, and business processes. They perform extremely well for structured business entities but begin struggling under workloads dominated by telemetry ingestion, event logging, audit history, and append-heavy operational data. As tenant counts grow, noisy-neighbor effects appear because all tenants compete for the same relational backend resources. The architecture problems become especially visible when SaaS platforms start accumulating massive volumes of operational records. Bulk write operations slow down, storage costs increase rapidly, and query performance degrades under high-ingestion scenarios. These are not flaws in Dataverse itself but rather signs that the workload no longer aligns with the strengths of Azure SQL-backed storage. * Azure SQL excels at relational workloads * Operational SaaS data behaves differently * Multi-tenant contention creates performance issues * Storage costs rise quickly at scale ELASTIC TABLES AND COSMOS DB Elastic Tables replace the underlying SQL engine with Azure Cosmos DB while preserving the same Dataverse APIs, security model, and Power Pages integration patterns developers already know. From the outside, the experience still feels like standard Dataverse development. Underneath, however, the storage model becomes horizontally scalable and partition-aware. Cosmos DB distributes records across logical partitions using PartitionId values. This enables Elastic Tables to scale write throughput horizontally rather than relying on a single database instance. Microsoft specifically designed Elastic Tables for telemetry, event streams, operational logging, and large append-heavy workloads that traditionally break relational systems at scale. * Horizontal partitioning improves scalability * Bulk ingestion becomes dramatically faster * TTL support enables automatic data expiration * Dataverse APIs remain unchanged for developers PERFORMANCE DIFFERENCES THAT MATTER Elastic Tables dramatically outperform standard tables during batch operations such as CreateMultiple and UpdateMultiple requests. Community benchmarks showed improvements ranging between two and ten times faster for bulk ingestion scenarios. This advantage exists because Cosmos DB distributes writes across partitions simultaneously rather than funneling all operations through a single relational engine. At the same time, Elastic Tables are not universally superior. Standard relational queries and traditional CRUD operations may still perform better on SQL-backed Dataverse tables. Successful SaaS architectures therefore separate operational workloads from relational business entities rather than attempting to move everything into Elastic storage. * Elastic Tables dominate high-volume writes * Standard tables remain stronger for relational queries * Batch ingestion benefits most from Cosmos DB * Hybrid architectures deliver the best results PARTITION STRATEGY DEFINES SUCCESS Partition design is the single most important Elastic Table decision because the partition key cannot be changed after deployment without migration. For multi-tenant SaaS platforms, tenantId naturally becomes the foundation of the partition model because nearly every query is scoped to a tenant context. Large enterprise customers introduce additional complexity. A single “elephant tenant” can overwhelm a partition if all records share the same partition key. Hierarchical Partition Keys solve this by introducing multiple partition levels such as tenantId, userId, and sessionId. This spreads traffic and storage evenly while preserving efficient query routing. The resulting architecture supports both small tenants and extremely large enterprise customers without requiring different application logic or separate development patterns.  SECURITY AND TENANT ISOLATION Security in multi-tenant SaaS depends on structural isolation rather than trusting developers to consistently apply tenant filters. The architecture combines Dataverse business units, web roles, table permissions, and partition-aware query routing to create layered tenant isolation across both the platform and storage layers. Business units define tenant boundaries inside Dataverse, while tenantId-based partition routing ensures Cosmos DB queries physically access only the relevant tenant partitions. This layered approach strengthens compliance readiness for SOC 2, ISO 27001, GDPR, and enterprise procurement reviews. * Business units isolate tenants at the platform layer * Partition routing isolates tenants at the storage layer * Web roles enforce frontend access permissions * Defense-in-depth improves compliance readiness POWER PAGES AS THE FRONTEND EXPERIENCE Power Pages functions best as the authenticated frontend experience layer rather than the ingestion engine itself. User-facing reads and writes operate through the Web API, while backend services such as Azure Functions or Power Automate handle high-throughput ingestion using CreateMultiple operations. This separation keeps portals responsive while allowing ingestion pipelines to scale independently. Query shaping, pagination, caching, and asynchronous loading patterns become essential for maintaining fast user experiences within Power Pages request limits.  JSON COLUMNS AND FLEXIBLE DATA MODELS Elastic Tables support JSON-based schema flexibility by allowing semi-structured metadata inside string columns. This enables tenant-specific customizations without requiring constant Dataverse schema changes. Entire activity feeds or operational datasets can be stored as compact JSON payloads instead of thousands of relational rows. The flexibility comes with governance responsibilities. Field-level security does not apply inside JSON structures, meaning sensitive information should always remain in strongly typed Dataverse columns where security policies can be enforced properly.  Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Reacties

0

Wees de eerste die een reactie plaatst

Meld je nu aan en word lid van de M365.FM - Modern work, security, and productivity with Microsoft 365 community!

Probeer gratis

Probeer 14 dagen gratis

€ 9,99 / maand na proefperiode. · Elk moment opzegbaar.

  • Podcasts die je alleen op Podimo hoort
  • 20 uur luisterboeken / maand
  • Gratis podcasts

Alle afleveringen

667 afleveringen

aflevering What Enterprise Software Can Learn from Video Games with Sandra Kiel [MVP] artwork

What Enterprise Software Can Learn from Video Games with Sandra Kiel [MVP]

Why do organizations spend millions on Microsoft 365, Power Platform, Copilot, AI initiatives, and digital transformation projects only to struggle with user adoption? Why do employees often avoid business applications whenever possible while voluntarily spending hours inside video games?In this episode of the M365 Show, Mirko Peters sits down with Microsoft MVP Sandra Kiel to explore one of the most overlooked topics in enterprise technology: what business software can learn from game design.Sandra brings a unique perspective to the conversation. After spending more than two decades working with enterprise software and large-scale SAP implementations, she transitioned into the Microsoft ecosystem and eventually discovered how gaming principles could transform learning, adoption, collaboration, and digital experiences. What started as a family Minecraft adventure during the pandemic evolved into a business focused on gamification, immersive learning environments, and user-centered digital experiences.The discussion explores why many enterprise applications fail to engage users, how organizations can improve AI adoption, and why understanding human behavior is often more important than implementing the latest technology. FROM ENTERPRISE SOFTWARE TO MINECRAFT: SANDRA KIEL'S UNEXPECTED JOURNEY INTO GAMIFICATION Sandra shares her fascinating journey from enterprise SAP consulting into the Microsoft ecosystem and eventually into game design. After experiencing burnout from organizational politics rather than technology itself, she discovered a completely different perspective on user engagement and learning.During the pandemic, a simple request from her children to play Minecraft together sparked a new understanding of how people learn, collaborate, solve problems, and develop skills. What began as a family gaming experience quickly evolved into experiments with virtual workshops, collaborative learning environments, and interactive training scenarios.That journey ultimately led to the creation of innovative learning experiences that combine Microsoft technologies with proven gaming principles. WHY MOST BUSINESS APPLICATIONS FAIL TO ENGAGE USERS One of the most powerful insights from this episode is that many organizations unknowingly pay employees to fight their software every day.Sandra explains that traditional enterprise applications often suffer from common design problems: * Endless scrolling interfaces with little guidance * Limited feedback when users complete actions * Complex navigation that overwhelms users * No visible sense of progress or achievement In contrast, video games have spent decades perfecting onboarding, engagement, motivation, progression systems, and user experience design.Games consistently show users where they are, what they need to do next, and why their actions matter. Enterprise applications frequently fail to provide the same clarity.The result is lower adoption, reduced productivity, poor data quality, and frustrated employees. HOW VIDEO GAME DESIGN PRINCIPLES CAN IMPROVE MICROSOFT 365, POWER PLATFORM, AND COPILOT ADOPTION The conversation dives deep into the psychology behind successful game experiences and how these concepts can be applied to modern workplaces.According to Sandra, successful adoption programs should focus on proven engagement mechanisms including: * Clear goals and visible progress indicators * Personalized learning journeys * Meaningful challenges and rewards * Social collaboration and community participation Rather than forcing users through generic training programs, organizations should create experiences that allow employees to explore, experiment, and learn through discovery.This approach is especially important for AI adoption, where behavioral change matters far more than traditional training. THE REAL REASON COPILOT ADOPTION IS DIFFICULT Many organizations assume Copilot adoption is primarily a training challenge. Sandra disagrees.She argues that AI adoption is fundamentally a behavior-change problem.Providing employees with prompt libraries and one-time training sessions rarely creates lasting habits. Instead, organizations need to create experiences that encourage experimentation, curiosity, and continuous learning.Drawing from gaming concepts such as Core Loops and Habit Loops, Sandra explains how successful adoption programs encourage users to repeatedly engage with AI tools until new behaviors become natural.The lesson is simple: people do not change behavior because they attended training. They change behavior because they repeatedly experience value. WHAT POWER APPS MAKERS CAN LEARN FROM VIDEO GAMES For Power Apps developers, citizen developers, solution architects, and UX designers, Sandra shares several practical recommendations.The most important principle is orientation.Users should always understand: * Where they are * What they are trying to accomplish * How much progress they have made * What happens next Instead of building endless forms and complex screens, developers should think like game designers by creating structured journeys with clear milestones and visible outcomes.Simple improvements such as progress indicators, chapter-based navigation, contextual feedback, and clear objectives can dramatically improve user adoption. COMMUNITY BUILDING, MICROSOFT MVPS, AND THE POWER OF RECOGNITION The discussion also explores why communities are such an essential part of successful technology ecosystems.Sandra highlights the Microsoft MVP community as an excellent example of gamification principles in action. Recognition, contribution, progression, visibility, and shared knowledge all contribute to creating an engaged and thriving ecosystem.Whether inside gaming communities, open-source projects, or Microsoft technology communities, people are motivated when their contributions matter and when they can see the impact of their work.The same principles apply inside organizations trying to drive adoption and change. WOMEN IN TECH, VISIBILITY, AND BUILDING MORE INCLUSIVE COMMUNITIES Sandra also shares her perspective on women in technology, public speaking, and community leadership.The conversation explores the importance of visibility, mentorship, representation, and creating safe environments where new voices can share knowledge and contribute to the community.Rather than focusing solely on speaking opportunities, Sandra emphasizes the importance of encouraging people to become knowledge sharers. By lowering barriers and actively supporting participation, organizations and event organizers can help create stronger and more diverse communities. KEY TAKEAWAYS FROM THIS EPISODE The biggest lesson from this conversation is that technology adoption is rarely a technology problem.It is a human problem.Organizations that successfully implement Microsoft 365, Power Platform, Copilot, AI solutions, and digital workplace initiatives will be the ones that understand motivation, engagement, feedback, learning, and user experience.Video game developers have spent decades mastering these concepts.The future of enterprise software may depend on how quickly organizations start learning from them. CONNECT WITH SANDRA KIEL If you enjoyed this episode, be sure to connect with Sandra Kiel through her Microsoft community channels, conference sessions, workshops, and social platforms. Her work at the intersection of gaming, Microsoft technologies, AI adoption, user experience, and digital transformation offers a unique perspective for anyone building the future workplace. LISTEN, SUBSCRIBE, AND SHARE If you enjoyed this episode of the M365 Show, subscribe on Apple Podcasts, Spotify, YouTube, and your favorite podcast platform. Share the episode with colleagues, Microsoft professionals, Power Platform makers, UX designers, digital workplace leaders, and anyone responsible for driving technology adoption inside their organization.Because great technology is not just about features.It is about creating experiences people actually want to use. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

22 jun 20261 h 3 min
aflevering The End of Static SharePoint: Why AI Will Design Your Next Intranet artwork

The End of Static SharePoint: Why AI Will Design Your Next Intranet

For more than two decades, intranets have been built around a simple assumption: users know where information lives. Navigation menus, site hierarchies, department portals, and carefully structured content repositories were all designed to help employees browse their way to answers.But modern work no longer starts with navigation.It starts with context.In this episode of the M365 FM Podcast, we explore why traditional SharePoint intranets are increasingly failing modern employees and how Artificial Intelligence is fundamentally changing the way organizations design, manage, optimize, and experience their digital workplace. FROM NAVIGATION TO CONTEXT Most SharePoint environments were built for an era when information was organized around departments, folders, and ownership structures. Employees were expected to understand where content lived before they could find it.Today's workforce operates differently.Employees search. They ask Copilot. They work inside Microsoft Teams. They move between applications, devices, and workflows at unprecedented speed.This episode examines why navigation-first intranet design is becoming obsolete and why context-aware experiences are rapidly becoming the new standard.Key topics include: * The failure of traditional intranet navigation * Why users no longer browse for information * Context-driven employee experiences * Search-first and AI-first workplaces * The hidden costs of poor findability THE PUBLISH-AND-FORGET PROBLEM Many organizations invest heavily in SharePoint projects only to see content become outdated shortly after launch.The discussion explores why most intranets are managed like construction projects rather than living products. Pages are published, celebrated, and then slowly abandoned as business processes evolve.Listeners will learn: * Why outdated content destroys trust * The dangers of volunteer site ownership * Why launch success rarely equals user success * Product thinking versus project thinking * Building sustainable content governance models THE METRICS THAT LIE Traditional SharePoint reporting often focuses on page views and visitor counts.But do these metrics actually indicate success?This episode challenges conventional intranet analytics and explains why popularity does not necessarily mean usefulness.Topics covered include: * Why page views can hide failure * Understanding user frustration signals * Measuring outcomes instead of activity * Behavioral analytics versus vanity metrics * Identifying hidden productivity losses THE DEPARTMENT SITE SYNDROME One of the most common SharePoint challenges is the creation of isolated departmental experiences.HR creates HR sites.IT creates IT sites.Finance creates Finance sites.Yet employees rarely think in departmental boundaries.The conversation explores how disconnected site architectures create confusion, duplication, shadow content repositories, and poor user experiences across large organizations. MICROSOFT GRAPH AS THE FOUNDATION OF AI Artificial Intelligence can only optimize what it can understand.This episode dives deep into Microsoft Graph and explains why it is becoming the structural blueprint for future intranets.Key areas discussed include: * Graph-powered content relationships * Permission-aware intelligence * Metadata-driven experiences * Knowledge discovery at scale * Graph Data Connect opportunities * Preparing SharePoint for AI readiness WHY SEARCH REVEALS THE TRUTH Search behavior often provides a more accurate picture of employee needs than traditional analytics.Every search query represents intent.Every failed search represents friction.Listeners will discover how Microsoft Search can reveal: * Content gaps * Terminology mismatches * Navigation failures * Employee pain points * Knowledge management opportunities The episode highlights why organizations should treat search analytics as one of their most valuable sources of workplace intelligence. MICROSOFT CLARITY AND BEHAVIORAL ANALYTICS What if you could see exactly how employees interact with SharePoint pages?This episode explores how Microsoft Clarity introduces a completely new level of visibility into user behavior.Topics include: * Session recordings * Heatmaps * Scroll depth analysis * Click tracking * Rage clicks * User journey analysis These insights allow organizations to move beyond assumptions and optimize intranet experiences based on actual behavior. KNOWLEDGE AGENTS AND AI-POWERED GOVERNANCE The future of SharePoint administration is increasingly AI-driven.Knowledge Agents can help organizations: * Improve metadata quality * Identify outdated content * Detect governance issues * Generate FAQs automatically * Recommend content improvements * Scale intranet management The discussion explores how AI becomes a digital UX analyst, governance advisor, and information architect working continuously across the Microsoft 365 environment. AI-GENERATED SHAREPOINT PAGES One of the most exciting developments discussed in this episode is Microsoft's move toward AI-generated SharePoint experiences.Instead of starting from a blank page, organizations can use natural language prompts to generate complete site structures, content recommendations, navigation models, and user experiences.Topics include: * AI-generated pages * AI-assisted site creation * Content generation workflows * Personalized employee experiences * Data-driven design recommendations * The future of intranet architecture THE SELF-OPTIMIZING INTRANET Perhaps the most important takeaway from this episode is that the future intranet will not be static.It will continuously learn.Continuously improve.Continuously adapt.By combining Microsoft Graph, SharePoint Analytics, Microsoft Search, Microsoft Clarity, Copilot, Knowledge Agents, and behavioral telemetry, organizations can create digital workplaces that evolve alongside employee needs. FINAL THOUGHTS The future of SharePoint is not about better navigation, bigger homepages, or more site collections.The future is about intelligence.Organizations that invest in metadata quality, search optimization, behavioral analytics, governance, and AI readiness today will be the ones that build the next generation of employee experiences tomorrow.The static intranet is ending.The self-optimizing, AI-driven intranet is just beginning. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

22 jun 20261 h 21 min
aflevering The Death of the Generalist Bot: Why Your Copilot Needs a Mixture of Experts artwork

The Death of the Generalist Bot: Why Your Copilot Needs a Mixture of Experts

Most organizations are building AI the same way.One copilot.One interface.One large model expected to handle every request.At first glance, the approach feels simple, scalable, and easy to govern. But as AI adoption accelerates, many organizations are discovering that the generalist AI model creates hidden costs, inconsistent quality, governance challenges, and growing operational complexity.In this episode of the M365 FM Podcast [https://www.m365.fm], we explore why the future of enterprise AI is not a single super-intelligent assistant but a governed network of specialized experts working together through intelligent routing, orchestration, and policy-driven decision making. THE PROBLEM WITH THE GENERALIST AI MODEL The idea of a single AI assistant sounds attractive.Users get one interface.IT gets one platform.Leadership gets one AI strategy.The reality is far more complicated.As organizations expand AI use cases, the same assistant suddenly becomes responsible for: * Knowledge retrieval * Policy interpretation * Workflow execution * Document summarization * Data extraction * Business automation The episode explores why forcing one model to perform every role eventually creates cost, quality, and governance problems that become difficult to control at scale. WHY AI COSTS EXPLODE FASTER THAN EXPECTED Many organizations focus exclusively on model pricing while ignoring the architecture decisions driving overall AI costs.This discussion examines: * Premium model overuse * Blended cost analysis * High-volume routine workloads * Token consumption patterns * Cheap-first routing strategies * Escalation-based AI architectures Listeners learn why most enterprise AI traffic consists of repetitive, predictable tasks that often do not require expensive frontier models. SMALL MODELS ARE MORE POWERFUL THAN MOST PEOPLE THINK One of the most surprising themes of the episode is the growing role of smaller AI models such as Microsoft's Phi family.The conversation explores why: * Classification tasks rarely need large models * Intent detection can run efficiently on smaller models * Extraction workloads benefit from specialization * Routing decisions favor low-latency models * Operational efficiency often beats raw intelligence Rather than asking which model is smartest, organizations should ask which model is best suited for a specific task. UNDERSTANDING MIXTURE OF EXPERTS Mixture of Experts (MoE) is often misunderstood.Many people associate MoE only with advanced model architectures that activate specialized internal experts.This episode explores a more practical enterprise interpretation:A governed system of specialized AI services working together.Topics include: * Model-level MoE * System-level MoE * Expert specialization * Intelligent routing * Expert orchestration * Bounded responsibilities The result is a flexible AI architecture where each component performs a clearly defined role. COPILOT STUDIO VS AZURE AI FOUNDRY One of the most important architectural discussions focuses on the relationship between Microsoft Copilot Studio and Azure AI Foundry.The episode explains why these platforms should not compete with one another.Instead: * Copilot Studio becomes the user experience layer * Azure AI Foundry becomes the reasoning layer * Routing logic manages model selection * Specialist agents perform bounded tasks * Governance controls span the entire architecture Understanding these responsibilities helps organizations build AI systems that remain manageable as complexity increases. WHY ROUTERS ARE THE MOST IMPORTANT AGENTS Most organizations begin with answer generation.This episode argues for a different starting point.The first expert should be the router.A routing agent determines: * Task type * Complexity * Risk level * Domain ownership * Escalation requirements By making intelligent routing decisions before expensive reasoning occurs, organizations can dramatically reduce costs while improving response quality. DESIGNING SPECIALIZED AI EXPERTS A successful expert fabric depends on clearly defined specialist roles.The discussion explores expert categories such as: * Knowledge experts * Policy experts * Workflow experts * Analytics experts * Extraction experts * Technical experts Listeners learn why expert boundaries should be defined by task patterns rather than organizational charts. THE ROLE OF RAG IN AN EXPERT FABRIC Retrieval-Augmented Generation remains an essential capability, but this episode challenges a common misconception.RAG is not the expert.RAG is a capability used by experts.Topics include: * Modular RAG architectures * Knowledge segmentation * Permission-aware retrieval * Specialist knowledge indexes * Graph-based retrieval * Hybrid search strategies This perspective helps organizations design more secure and more maintainable AI systems. GOVERNANCE IN A MULTI-AGENT WORLD As organizations move from single assistants to multi-agent systems, governance becomes dramatically more important.The conversation explores: * Agent ownership models * Identity management * Lifecycle governance * Auditability * Traceability * Permission management The episode highlights why governance can no longer be treated as a post-deployment activity. AGENT 365 AND THE FUTURE OF AGENT GOVERNANCE Microsoft's Agent 365 vision introduces new approaches to managing AI agents across the enterprise.Topics include: * Agent identities * Agent registries * Lifecycle management * Discovery and inventory * Security integration * Governance automation Listeners gain insight into how Microsoft is evolving enterprise AI governance beyond traditional application management approaches. AZURE POLICY FOR AI MODEL GOVERNANCE Model selection is increasingly becoming a governance challenge.This episode explores how Azure Policy can help organizations control: * Approved models * Approved publishers * Deployment standards * Production readiness * Model lifecycle management * Compliance requirements Rather than allowing unrestricted model usage, organizations can create governed AI environments with predictable outcomes. THE FUTURE OF AI ISN'T ONE MIND Perhaps the most important takeaway from this episode is simple:The future of enterprise AI is not one giant assistant trying to solve every problem.It is a coordinated ecosystem of specialized experts.Each expert understands a specific task.Each expert operates within defined boundaries.Each expert contributes to a governed, observable, and scalable AI architecture. FINAL THOUGHTS As AI platforms mature, organizations must move beyond the idea that bigger models automatically create better solutions.The winners will be those that build intelligent routing systems, embrace specialization, implement strong governance, and create expert fabrics that balance performance, cost, security, and operational control.The question is no longer whether your organization will use AI.The real question is whether you will trust one mind to do everything—or build a governed network of experts designed to work together. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Gisteren1 h 13 min
aflevering Latency vs. Logic: Engineering High-Stakes Hybrid Events in M365 artwork

Latency vs. Logic: Engineering High-Stakes Hybrid Events in M365

Hybrid work has fundamentally changed how organizations build culture, foster collaboration, and create meaningful employee experiences. Yet many virtual events still feel transactional, disconnected, and forgettable. In this episode of the M365 FM Podcast, we explore the future of immersive collaboration inside Microsoft 365 and uncover what it really takes to engineer successful high-stakes hybrid events using Microsoft Teams Immersive Spaces and Microsoft Mesh technologies.This episode goes far beyond product features and marketing promises. Instead, it focuses on the engineering realities that determine whether an immersive event becomes a memorable team-building experience or a technical disaster. THE GHOST TOWN EFFECT IN IMMERSIVE COLLABORATION Many organizations invest heavily in stunning virtual environments, custom branding, and immersive experiences only to discover that participation drops rapidly when performance issues begin to appear.The episode introduces the concept of the "Ghost Town Effect"—a situation where immersive events suffer from lagging avatars, broken spatial audio, participant frustration, and disengagement.Key warning signs include: * High participant dropout rates * Spatial audio failures * Avatar synchronization issues * Poor participant engagement * Lack of meaningful collaboration Understanding these failure patterns is the first step toward building immersive experiences that actually deliver business value. MICROSOFT MESH EVOLUTION AND TEAMS IMMERSIVE EVENTS The Microsoft Mesh platform has undergone significant evolution. What was once a standalone experience is now deeply integrated into Microsoft Teams, making immersive collaboration far more accessible for Microsoft 365 organizations.This episode explores: * The transition from standalone Mesh to Teams Immersive Events * Teams Enterprise licensing changes * Enterprise-scale event capabilities * Identity and authentication integration * Compliance and governance implications * Future opportunities for immersive collaboration Listeners gain a practical understanding of where Microsoft's immersive collaboration strategy is heading and what organizations need to prepare for. NETWORK ARCHITECTURE MATTERS MORE THAN VISUAL DESIGN One of the most important lessons discussed in this episode is that immersive events are ultimately infrastructure projects disguised as collaboration experiences.Before designing virtual spaces, organizations must validate: * Network latency requirements * Azure Communication Services connectivity * Split tunneling configuration * Firewall requirements * Quality of Service (QoS) implementation * Internet breakout optimization Without proper network engineering, even the most visually impressive immersive environments will fail to deliver a seamless participant experience. UNDERSTANDING LATENCY, JITTER AND HUMAN PERCEPTION Immersive collaboration introduces a new challenge that traditional Teams meetings rarely expose: latency sensitivity.The discussion explores how different forms of latency impact user experience, including motion-to-photon delays, interaction responsiveness, avatar synchronization, and spatial audio performance.Topics covered include: * Latency budgets * Jitter reduction strategies * Global participant considerations * Regional Azure infrastructure * Real-time synchronization challenges * Human perception thresholds These concepts help explain why some immersive experiences feel natural while others immediately break participant engagement. HARDWARE PARITY AND THE USER EXPERIENCE CHALLENGE Not every participant joins with the same hardware, network connection, or device capabilities.This episode examines the hidden challenges created by: * Older corporate laptops * Integrated graphics limitations * VR headset users * Desktop participants * Battery performance constraints * Memory and GPU bottlenecks The conversation highlights why successful event planners design experiences around the realities of participant hardware rather than idealized technical assumptions. SPATIAL AUDIO AND THE SCIENCE OF PRESENCE One of the most powerful capabilities of immersive environments is spatial audio.Rather than every participant hearing everyone equally, spatial audio creates natural conversation zones similar to real-world interactions.Listeners learn about: * Audio positioning * Presence engineering * Conversation clustering * Sound localization * Audio latency management * Collaborative interaction design When implemented correctly, spatial audio becomes one of the most important factors driving participant engagement and immersion. LOGIC, AUTOMATION AND MICROSOFT 365 INTEGRATION Successful immersive events require more than great performance. They also require intelligent orchestration.This episode explores how organizations can combine Microsoft Teams, Power Platform, SharePoint, Dataverse, Power Automate, Power BI, and Microsoft 365 services to create repeatable event experiences.Topics include: * Registration workflows * Automated team assignments * Event orchestration * Leaderboards and scoring * Reporting and analytics * Post-event feedback collection The result is an immersive collaboration framework that scales far beyond one-off events. SECURITY, CONDITIONAL ACCESS AND QUEST DEVICE MANAGEMENT Security remains a critical consideration for immersive collaboration environments.The discussion covers: * Microsoft Entra ID integration * Conditional Access strategies * Intune device management * Meta Quest deployment considerations * Authentication challenges * Compliance requirements * Governance best practices Organizations exploring immersive collaboration will gain valuable guidance on balancing innovation with enterprise security requirements. BUILDING A REPEATABLE IMMERSIVE EVENT PLAYBOOK Perhaps the most important takeaway from this episode is that successful immersive events are not creative projects alone—they are systems engineering projects.From network validation and hardware readiness to event orchestration and post-event analytics, every component contributes to the overall participant experience.By combining strong infrastructure, intelligent automation, thoughtful event design, and continuous improvement, organizations can transform immersive collaboration from an experimental novelty into a strategic business capability. FINAL THOUGHTS Whether you are a Microsoft 365 architect, Teams administrator, event organizer, digital workplace leader, or IT professional exploring the future of collaboration, this episode provides practical insights into designing immersive experiences that scale.Discover how latency, logic, infrastructure, security, automation, and human-centered design come together to create high-impact hybrid events that employees actually remember long after the meeting ends. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

Gisteren1 h 20 min
aflevering Private RAG Isn't Enough: The Missing Layer Between Data Sovereignty and Data Security artwork

Private RAG Isn't Enough: The Missing Layer Between Data Sovereignty and Data Security

Everyone is talking about Private RAG.Organizations invest heavily in self-hosted vector databases, sovereign cloud environments, private infrastructure, and regional data residency controls. They focus on where data lives, how it moves, and whether it remains inside specific geographic boundaries.But there is a critical question that almost nobody asks.What happens to permissions when documents leave their original system?In this episode of the M365 FM Podcast, we dive deep into one of the most overlooked security challenges in enterprise AI: the gap between data sovereignty and data security. We explore why Private RAG alone does not solve the authorization problem and how organizations are unknowingly creating massive insider data exposure risks when permissions disappear during the indexing process. WHY DATA SOVEREIGNTY IS NOT DATA SECURITY Many organizations assume that storing data inside a specific country or private environment automatically makes it secure.The reality is very different.A document stored in a German data center can still become accessible to unauthorized users if its permission model is lost during ingestion into a retrieval system.Key topics include: * Data sovereignty versus data security * Private RAG misconceptions * Regional hosting limitations * Compliance versus authorization * The sovereignty illusion The discussion highlights why location alone does not determine security and why access control remains the most important security boundary. THE MOMENT SHAREPOINT PERMISSIONS DISAPPEAR Most organizations spend years building sophisticated permission structures across SharePoint, Microsoft 365, and enterprise content platforms.Those permissions define: * Who can access documents * Which teams can view content * Executive-only information * Legal and HR restrictions * External sharing boundaries The episode explores what happens when documents are extracted, chunked, embedded, and stored inside vector databases without carrying their original authorization context.The result is often a highly searchable knowledge platform that accidentally exposes information to users who should never have access to it. THE THREE BIGGEST PRIVATE RAG MYTHS Many AI projects begin with assumptions that sound reasonable but create dangerous security gaps.This episode breaks down three of the most common misconceptions: * Self-hosted automatically means secure * VPN access equals authorization * The LLM will enforce security policies Listeners learn why none of these assumptions adequately protect enterprise data and why authorization must be enforced outside the model itself. ACL METADATA EXTRACTION: THE MISSING SECURITY LAYER One of the most important concepts discussed in this episode is ACL metadata extraction.Rather than simply extracting document content, organizations must also preserve the authorization model that determines who can access each document.Topics include: * Access Control Lists (ACLs) * Permission inheritance * Microsoft Graph integration * Azure AI Search indexing * Entra ID security identifiers * Authorization metadata design This missing layer transforms RAG from a potential insider threat into a secure enterprise knowledge system. AUTHORIZATION BEFORE RETRIEVAL A critical architectural principle explored in this episode is simple:Never retrieve first and filter later.Authorization must occur before retrieval.The discussion covers: * Security trimming * Pre-filtering versus post-filtering * Query-time authorization * Permission-aware vector search * Tenant-aware filtering * Role-based access control This approach ensures unauthorized content never reaches the retrieval pipeline or influences model outputs. WHY SINGLE AGENTS CREATE SECURITY RISKS Many organizations are deploying single-agent AI architectures because they are faster to build and easier to understand.However, the episode explains how single-agent systems often become "confused deputies" that operate with excessive privileges and insufficient oversight.Topics include: * Prompt injection risks * Insider threat exposure * Retrieval abuse * Authorization failures * Governance challenges * Agent accountability The conversation highlights why security architecture must evolve alongside AI architecture. THE FIVE-AGENT SECURITY MODEL To address these challenges, the episode introduces a multi-agent retrieval architecture designed around separation of responsibilities.Listeners learn about: * Routing agents * Query translation agents * Authorized retrieval agents * Validation agents * Response generation agents Each component performs a specialized function while minimizing the blast radius of potential failures. ZERO TRUST FOR AI SYSTEMS The principles of Zero Trust are rapidly becoming essential for modern AI deployments.This episode explores how organizations can apply Zero Trust concepts to agentic AI systems by continuously verifying identity, authorization, and trust at every stage of the workflow.Topics include: * Entra ID integration * OAuth token exchange * Workload identities * Delegated permissions * Mutual TLS * Identity propagation across agents The result is a system that assumes no implicit trust and verifies every action. MULTI-TENANT AI AND CROSS-CUSTOMER DATA EXPOSURE One of the most dangerous failure modes in enterprise AI is cross-tenant data leakage.The episode examines real-world architectural mistakes that allow data from one customer, department, or business unit to become visible to another.Discussion areas include: * Tenant isolation * Semantic cache risks * Cross-tenant retrieval * Shared vector databases * Encryption boundaries * Compliance requirements These risks become especially significant in healthcare, finance, and government environments. THE FUTURE OF GOVERNED AI As AI adoption accelerates, governance becomes a competitive advantage rather than a compliance burden.Organizations that preserve permissions, implement authorization-aware retrieval, and embrace Zero Trust principles will be positioned to scale AI safely across regulated environments.The discussion explores the future of: * Agentic AI governance * Permission-aware retrieval * AI security architecture * Regulatory compliance * Enterprise AI adoption * Sovereign AI strategies FINAL THOUGHTS Private RAG solves only part of the problem.The real challenge begins when organizations move documents from systems that understand permissions into systems that do not.Without authorization-aware retrieval, preserved access controls, and Zero Trust architecture, even the most sophisticated Private RAG deployment can become a large-scale insider data exposure platform.The future of enterprise AI is not simply about where data lives.It is about ensuring the right people can access the right information at the right time—and nobody else. Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support [https://www.spreaker.com/podcast/m365-fm-modern-work-security-and-productivity-with-microsoft-365--6704921/support?utm_source=rss&utm_medium=rss&utm_campaign=rss].

20 jun 20261 h 11 min