This guide describes how to deploy the Unified Data Foundation with Fabric solution accelerator by importing and running the udf_solution_installer.ipynb notebook directly in a Microsoft Fabric workspace — no local tooling or scripts required.
- You prefer not to install
azdor run local scripts - You have an existing Fabric capacity and want a quick, portal-only deployment
- You're evaluating the solution with minimal setup
- Microsoft Fabric capacity must already exist (Fabric capacity or trial)
- Fabric workspace with capacity assigned
- Workspace permissions to create and manage Fabric items
- Log in to Microsoft Fabric
- Click Workspaces → + New workspace
- Name your workspace (e.g.,
Unified Data Foundation) - Assign a Fabric capacity or trial capacity
- Click Apply
Download the udf_solution_installer.ipynb notebook to a local folder on your computer.
- In your Fabric workspace, click + New item → Import notebook
- Navigate to the folder where you saved udf_solution_installer.ipynb
- Upload and open the udf_solution_installer notebook
- Click Run all to execute the deployment
The installer notebook will:
- ✅ Install required Python packages
- ✅ Create lakehouses (bronze, silver, gold)
- ✅ Deploy and configure all solution notebooks
- ✅ Upload sample data files
- ✅ Deploy Power BI reports
- ✅ Run post-deployment configuration tasks
After the notebook completes, verify the following items exist in your workspace:
- ✅ Lakehouses: bronze, silver, and gold lakehouses
- ✅ Notebooks: All transformation and utility notebooks
- ✅ Sample Data: CSV files loaded in the bronze lakehouse Files section
- ✅ Power BI Reports: Reports deployed from the reports/ directory
| Issue | Possible Cause | Resolution |
|---|---|---|
| Notebook import fails | File format unsupported | Ensure you downloaded the raw .ipynb file |
| Workspace capacity error | No capacity assigned | Assign a Fabric capacity or trial to the workspace |
| Installer notebook cell fails | Missing permissions or dependency | Review the failed cell output for details and re-run from that cell |
| Items not created | Notebook run incomplete | Confirm all cells completed; re-run any failed cells individually |
To remove the deployed solution, delete the workspace from the Fabric portal:
- Navigate to Microsoft Fabric
- Open Workspace settings for the installed workspace
- Scroll to the bottom and select Delete this workspace
⚠️ Important: Deleting the workspace removes all contained items permanently.
After successful deployment:
- Explore the workspace: Review the deployed lakehouses, notebooks, and reports
- Customize for your needs: Modify notebooks and data pipelines for your specific requirements
- Consider automation: Use
azd upfor repeatable infrastructure provisioning alongside Fabric deployment — see DeploymentGuideFabric.md
This manual deployment guide is part of the Unified Data Foundation with Fabric solution accelerator. For the latest updates and documentation, visit the official repository.