Skip to content

Commit 9af495b

Browse files
committed
Updated Deployment Steps and added context for pushing the dates forward
Bug # 4611 - add steps in readme on how to schedule the post processing notebooks and cleaned up the deployment steps.
1 parent 2955c14 commit 9af495b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ Simple deploy
8484

8585
### **How to install/deploy**
8686

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.
8889

8990
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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)
9091

@@ -96,7 +97,7 @@ Simple deploy
9697

9798
- Location - location of resources, by default it will use the resource group's location
9899

99-
2. Create Fabric workspace
100+
2. **Create Fabric workspace**
100101
1. Navigate to ([Fabric Workspace](https://app.fabric.microsoft.com/))
101102
2. Click on Workspaces from left Navigation
102103
3. Click on + New Workspace
@@ -106,7 +107,7 @@ Simple deploy
106107
4. Open Workspace
107108
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))
108109

109-
3. Deploy Fabric resources and artifacts
110+
3. **Deploy Fabric resources and artifacts**
110111
1. Navigate to ([Azure Portal](https://portal.azure.com/))
111112
2. Click on Azure Cloud Shell in the top right of navigation Menu (add image)
112113
3. Run the run the following command:
@@ -125,7 +126,7 @@ Simple deploy
125126
4. Click on ```Copy SQL connection string```
126127
5. Click Copy button in popup window.
127128
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**
129130
1. Download the .pbix file from the [Reports folder](Deployment/Reports/).
130131
2. Open Power BI report in Power BI Dashboard
131132
3. Click on Transform Data menu option from the Task Bar
@@ -138,6 +139,14 @@ Simple deploy
138139
10. If not signed in, sign in your credentials and proceed to click OK
139140
11. Click Close
140141
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*)
141150

142151

143152

0 commit comments

Comments
 (0)