You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,8 @@ Simple deploy
84
84
85
85
### **How to install/deploy**
86
86
87
-
1. Click the following deployment button to create the required resources for this accelerator directly in your Azure Subscription.
87
+
1.**Deploy Azure resources**
88
+
Click the following deployment button to create the required resources for this accelerator directly in your Azure Subscription.
88
89
89
90
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FCustomer-Service-Conversational-Insights-with-Azure-OpenAI-Services%2Fckm-v2-dev%2FDeployment%2Fbicep%2Fmain.json)
90
91
@@ -96,7 +97,7 @@ Simple deploy
96
97
97
98
- Location - location of resources, by default it will use the resource group's location
98
99
99
-
2. Create Fabric workspace
100
+
2.**Create Fabric workspace**
100
101
1. Navigate to ([Fabric Workspace](https://app.fabric.microsoft.com/))
101
102
2. Click on Workspaces from left Navigation
102
103
3. Click on + New Workspace
@@ -106,7 +107,7 @@ Simple deploy
106
107
4. Open Workspace
107
108
5. Retrieve Workspace ID from URL, refer to documentation additional assistance ([here](https://learn.microsoft.com/en-us/fabric/admin/portal-workspace#identify-your-workspace-id))
108
109
109
-
3. Deploy Fabric resources and artifacts
110
+
3.**Deploy Fabric resources and artifacts**
110
111
1. Navigate to ([Azure Portal](https://portal.azure.com/))
111
112
2. Click on Azure Cloud Shell in the top right of navigation Menu (add image)
112
113
3. Run the run the following command:
@@ -125,7 +126,7 @@ Simple deploy
125
126
4. Click on ```Copy SQL connection string```
126
127
5. Click Copy button in popup window.
127
128
5. Wait 10-15 minutes to allow the data pipelines to finish processing then proceed to next step.
128
-
4. Deploy Power BI report
129
+
4.**Deploy Power BI report**
129
130
1. Download the .pbix file from the [Reports folder](Deployment/Reports/).
130
131
2. Open Power BI report in Power BI Dashboard
131
132
3. Click on Transform Data menu option from the Task Bar
@@ -138,6 +139,14 @@ Simple deploy
138
139
10. If not signed in, sign in your credentials and proceed to click OK
139
140
11. Click Close
140
141
12. Report should refresh with need connection.
142
+
5.**Schedule Post-Processing Notebook**
143
+
It is essential to update dates daily as they advance based on the current day at the time of deployment. Since the Power BI report relies on the current date, we highly recommend scheduling or running the 03_post_processing notebook daily in the workspace. Please note that this process modifies the original date of the processed data. If you do not wish to run this, do not execute the 03_post_processing notebook.
144
+
145
+
To schedule the notebook, follow these steps:
146
+
- Navigate to the Workspace
147
+
- Click on the "..." next to the 03_post_processing notebook
148
+
- Select "Schedule"
149
+
- Configure the schedule settings (we **recommend** running the notebook *at least daily*)
0 commit comments