Microsoft Fabric - Deployment - 1.5

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 three steps:
    1. %run Fabric_1_5_0_Datavault_and_Mart_Deployment: Deploy the code
    2. %run Fabric_1_5_0_Datavault_and_Mart_SimpleLoadExecution: Load the data
    3. %run Fabric_1_5_0_Datavault_and_Mart_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.

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