Microsoft Fabric - Deployment - 1.6

Before deploying the Generated Artifacts, please:

You should now have the Notebook files inside Microsoft Fabric ready for deployment.

Deploy the generated Artifacts

We will explain how to deploy the generated artifacts using the possible target environment for Microsoft Fabric.

To deploy the generated Artifacts:

  • Open Microsoft Fabric at https://app.fabric.microsoft.com/
  • Enter the Synapse Data Engineering section:

  • The Synapse Data Engineering section is displayed:

  • Open the Workspace where you deployed the artifacts by clicking on the Workspace entry on the left menu:
  • Then, on the desired Workspace (bgfabricworkspace1 in our example):
  • Open the 500_Deploy_and_Load_DataVault_Fabric notebook, which contains four steps:
    1. %run XXXX_Deployment: Deploy the code
    2. %run XXXX_SimpleLoadExecution: Load the data in a single thread
    3. %run XXXX_MultiThreadingLoadExecution: Load the data with multiple threads
    4. %run XXXX_SelectResults: Display the results
  • Choose the Lakehouse by:
    • Clicking on the Lakehouses menu on the left:
    • Clicking on the Add button:
    • Selecting Existing lakehouse:
    • Selecting the Lake House previously created (bglakehouse1 in our example):
  • Execute step 1

  • The deployment is done:
    • Open the Lake House bglakehouse1
    • The target structure was created:

You can now load the data with the following load controls:

If you want to start a new deployment, please:

  • Clone the git repository containing the Microsoft Fabric Workspace locally (with Visual Studio Code, for example)
  • Delete the  files in the local clone
  • Commit and sync the changes
  • Update the repository into Microsoft Fabric
  • Upload the changed notebooks again