Scripts to deploy the real-time intelligence (rti) tutorial into your Fabric workspace.
This includes:
- 1 workspace
- 1 eventhouse
- 1 KQL database
- 1 eventstream
- 1 KQL dashboard
- 2 KQL querysets
- 1 semantic model
- 1 Power BI report
Make sure you have the Fabric CLI installed:
$ pip install ms-fabric-cliDeploy from local
- Clone the repository and jump to demo folder
- Deploy demo
$ ./fab-cli-tutorial-rti/scripts/setup.sh --capacity-name <capacity_name> --postfix 87
Deploy using GitHub actions
- Fork the repository
- Create three secrets in your repository:
FAB_TENANT_ID,FAB_CLIENT_ID, andFAB_CLIENT_SECRET - Go to the Actions tab and set up parameters
- Run the
deploy-fab-cli-tutorial-rtiworkflow
See notes below for additional info:
- Use
--capacity-name <capacity_name> --postfix 87 --spn_auth_enabled true --upn_objectid <user-objectid>to deploy using SPN auth from local. upn_objectidis used to grant user permission during service principal deployment.- After deployment finished, edit credentials of the semantic model to see data in the Power BI report.
- This demo excluded the Reflex item type deployment.