Fabric - Network considerations

Xhevahir Mehalla 25 Reputation points
2025-06-02T15:46:39.9133333+00:00

Hello -

I am implementing azure fabric for a small Financial institution.

The solution that I am considering is this:

  1. Users will access Power BI to build reports
  2. Will use Data lakehouses per Domain/Divison to store data
  3. Data will come from Oracle Database on-prem .
  4. Will have an application where we can load some data manually and these data will be transformed on the Lakehouse as Delta Table.
  5. Will have three workspaces - DEV, UAT and PROD. I don't know yet about the DR - solution. Pls can suggest as well how to manage that.
  6. It will be one tenant. One fabric admin user
  7. Users will have access reports using PowerBI premium or PRO if this is possible
  8. Want to use the medallion architecture where possible.

I want to know what considerations needed on the networking site and setting up an secure environment.

  1. Connect Fabric to azure Data Lake Storage Gen 2 to pick up some data on daily basis.
  2. Azure application loads data into Data Lakehouse.
  3. Users connecting Fabric - data eng and other users connecting Power BI reports.
  4. Any other network considerations I need to consider?

Apart from above can you suggest would be the best way to design the Medallion architecture using Lakehouses.

I am new to Fabric and need any help is needed.

If I can talk to someone from Microsoft as well - that will be great as well,

Thanks

Xhev

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,439 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,316 Reputation points Volunteer Moderator
    2025-06-02T21:08:57.9+00:00

    Hello Xhevahir !

    Thank you for posting on Microsoft Learn.

    How will you securely connect Oracle to Fabric?

    Use Azure Data Gateway or SHIR for secure ingestion from on-prem Oracle. For sensitive data, you can consider using Private Endpoint or VPN connections.

    How will Fabric connect to Azure Data Lake Storage Gen2?

    You can use Managed Identity for authentication. Restrict public access using firewalls or VNets, and control permissions via RBAC.

    How will you control user access to Fabric workspaces?

    Create separate workspaces for DEV, UAT, and PROD where you can use Entra ID groups to manage access, and restrict workspace access to trusted networks.

    What license model fits your organization?

    In my opinion you can use Power BI Pro for small teams and individual creators. I recommend Power BI Premium (P SKU for enterprise sharing and performance.

    How will you structure your data layers?

    You can use se Bronze for raw ingested data, Silver for cleaned and standardized datasets, and Gold for business ready tables used in Power BI.

    How can you avoid duplication across domains? Lakehouse shortcuts will help you reference data between layers without copying files.

    If you need more opinions you can post also on Fabric community.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.