Securing Microsoft Fabric: Implementing Outbound Access Protection for Semantic Models
These articles are AI-generated summaries. Please check the original sources for full details.
Outbound Access Protection for semantic models
Microsoft has introduced a preview of Outbound Access Protection for semantic models within Fabric. This feature blocks outbound public access by default at the workspace level, requiring explicit allow-lists for destinations.
Why This Matters
Traditional BI security focuses on report-level permissions and RLS, but fails to address the semantic model as a data movement boundary. In composite models, sensitive values from one source can be pushed into queries against another endpoint or logged externally, creating a security gap where the semantic layer becomes an unintended path between disparate data sources.
Key Insights
- Enforcement occurs on the model’s bound data connection (2026 Preview), ensuring that M expressions and Power Query transformations cannot route around policy.
- Workspace network security is managed via a specific configuration path: Workspace settings > Network security > Outbound access protection > Block outbound public access.
- Local workspace connections, such as those using SQL analytics endpoints or OneLake ADLS Gen2 paths, may still require explicit exceptions despite appearing internal.
Practical Applications
References:
Continue reading
Next article
Escaping Cherry-Pick Hell: Managing Parallel Enterprise Releases with Release-Stream Branching
Related Content
AWS NACL — Subnet-Level Security in AWS 🔐
AWS Network Access Control Lists (NACLs) provide subnet-level security, controlling inbound and outbound traffic for enhanced VPC protection.
Beyond Container Isolation: Securing AI Email Agents with Least Privilege
Learn why mailbox permissions and draft-only flows are more critical for OpenClaw security than Docker isolation to prevent prompt injection incidents.
Securing Remote Access: A Technical Guide to ssh-keygen
Learn how to use ssh-keygen to implement public-key authentication and secure server access using RSA, ECDSA, and Ed25519 algorithms.