Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
So I was searching for a way where we can access a ADLS storage account which is behind a firewall from fabric, Initially i tried MPE (managed private endpoint) in fabric. But it didint work. And later i came across this ray of hope trusted workspace Access documentation
And problem solved this works really well. But my question is. How is the traffic flow happening behind the scenes in trusted workspace access ? Like how is it different from a private endpoint.
Solved! Go to Solution.
Hi @RohanM13323
Glad that Trusted Workspace Access TWA worked for you. I have seen other enterprises use TWA as well. It lets Fabric access firewall-enabled ADLS Gen2 storage accounts. It is a basically a whitelisting process on the storage account.
Hi @RohanM13323
The key thing to understand is that the "Azure backbone" is a physical network infrastructure. Traffic is routed over it based on Microsoft's internal routing tables.
Check this link
Microsoft global network - Azure | Microsoft Learn
Let me give you an analogy to explain the difference between Internet traffic and traffic over Microsoft backbone. Imagine public Internet as commercial airport where you fly on planes shared by everyone, whereas Microsoft backbone is a private corporate jet and hanger, where Microsoft owns the planes, pilots and runways.
Hope that makes sense, please appreciate leaving a Kudos or accepting as a Solution!
Hi @RohanM13323
Glad that Trusted Workspace Access TWA worked for you. I have seen other enterprises use TWA as well. It lets Fabric access firewall-enabled ADLS Gen2 storage accounts. It is a basically a whitelisting process on the storage account.
@deborshi_nag Thanks for the detailed reply.
One doubt.. When u meant the "it takes the azure backbone path". Do you mean the traffic does not go through public internet. But rather through azure network. Is this correct ? Sorry i dont have much expertise in networking 😅
Hi @RohanM13323
The key thing to understand is that the "Azure backbone" is a physical network infrastructure. Traffic is routed over it based on Microsoft's internal routing tables.
Check this link
Microsoft global network - Azure | Microsoft Learn
Let me give you an analogy to explain the difference between Internet traffic and traffic over Microsoft backbone. Imagine public Internet as commercial airport where you fly on planes shared by everyone, whereas Microsoft backbone is a private corporate jet and hanger, where Microsoft owns the planes, pilots and runways.
Hope that makes sense, please appreciate leaving a Kudos or accepting as a Solution!