Skip to content

Commit afcb78e

Browse files
Merge pull request #468 from microsoft/exp-changes-fabric
feat: EXP environment changes for Existing Fabric workspace
2 parents 908e5a7 + 7794bbd commit afcb78e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

documents/Fabric_deployment.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
### How to customize
44

55
If you'd like to customize the solution accelerator, here are some ways you might do that:
6-
- Ingest your own [audio conversation files](./ConversationalDataFormat.md) by uploading them into the `cu_audio_files_all` lakehouse folder and run the data pipeline
7-
- Deploy with Microsoft Fabric by following the steps in [Fabric_deployment.md](./Fabric_deployment.md)
6+
1. Ingest your own [audio conversation files](./ConversationalDataFormat.md) by uploading them into the `cu_audio_files_all` lakehouse folder and run the data pipeline
7+
2. Deploy with Microsoft Fabric by following the steps in [Fabric_deployment.md](./Fabric_deployment.md)
88

99

10-
3. **Create Fabric workspace**
10+
3. **Create or Use an Existing Microsoft Fabric Workspace**
11+
12+
> ℹ️ **Note:** If you already have an existing Microsoft Fabric Workspace, you can skip workspace creation and **continue from Point 5 (Environment Creation)**.
1113
1. Navigate to ([Fabric Workspace](https://app.fabric.microsoft.com/))
1214
2. Click on Data Engineering experience
1315
3. Click on Workspaces from left Navigation
@@ -38,7 +40,7 @@ If you'd like to customize the solution accelerator, here are some ways you migh
3840
4. ```cd ./Conversation-Knowledge-Mining-Solution-Accelerator/Deployment/scripts/fabric_scripts```
3941
5. ```sh ./run_fabric_items_scripts.sh keyvault_param workspaceid_param solutionprefix_param```
4042
1. keyvault_param - the name of the keyvault that was created in Step 1
41-
2. workspaceid_param - the workspaceid created in Step 2
43+
2. workspaceid_param - Existing workspaceid or workspaceid created in Step 3
4244
3. solutionprefix_param - prefix used to append to lakehouse upon creation
4345
5. **Add App Authentication**
4446

@@ -53,4 +55,4 @@ All files WAV files can be uploaded in the corresponding Lakehouse in the data/F
5355

5456
### Post-deployment
5557
- To process additional files, manually execute the pipeline_notebook after uploading new files.
56-
- The OpenAI prompt can be modified within the Fabric notebooks.
58+
- The OpenAI prompt can be modified within the Fabric notebooks.

0 commit comments

Comments
 (0)