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
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Real-Time Intelligence for Operations Solution Accelerator
2
2
3
-
This solution accelerator provides the architecture and working solution for real-time intelligence for operations. We used simulated manufacturing facility asset data for the process flow. As real-time events are streamed in, anomalies are detected with notifications sent to a specified Outlook email account. The solution includes a customized Fabric Data Agent that provides a chat experience to answer users' questions with intelligence derived from the data.
3
+
This solution accelerator provides the architecture and working solution for real-time intelligence for operations. We used simulated manufacturing facility asset data for the process flow. As real-time events are streamed in, anomalies are detected with notifications sent to a specified Outlook email account. The solution includes a customized Fabric Data Agent that provides a chat experience to answer users' questions with intelligence derived from the data.
4
4
5
5
**Key use cases include:**
6
6
7
-
- Real-time dashboard with up to date analysis and reporting
8
-
- Anomaly detection and notification
9
-
- Customized data agent answering users' questions with intelligence derived from the data
7
+
- Real-time dashboard with up-to-date analysis and reporting.
8
+
- Anomaly detection and notification.
9
+
- Customized data agent answering users' questions with intelligence derived from the data.
10
10
11
11
<br/>
12
12
@@ -34,10 +34,10 @@ Below diagram illustrates the solution architecture.
34
34
### How to customize
35
35
If you'd like to customize the solution accelerator, here are some common areas to start:
36
36
37
-
- Data generation and collection: You can customize the data simulator to generate data that is closely aligned with your own industry or your own company.
38
-
- Update the KQL queries for the tiles in Real-Time intelligence dashboard.
39
-
- Update the Activator rules to meet your business needs
40
-
- Update the instructions to the Fabric Data Agent to align with your own business goals and data insights.
37
+
- Data generation and collection: You can customize the data simulator to generate data that is closely aligned with your own industry or your own company.
38
+
- Update the KQL queries for the tiles in Real-Time Intelligence dashboard.
39
+
- Update the Activator rules to meet your business needs.
40
+
- Update the instructions to the Fabric Data Agent to align with your own business goals and data insights.
41
41
42
42
<br/>
43
43
@@ -57,15 +57,15 @@ If you'd like to customize the solution accelerator, here are some common areas
57
57
<details>
58
58
<summary>Click to learn more about the key features this solution enables</summary>
59
59
60
-
-**Fabric Data Ingestion Program and RealTime Event Simulator** <br/>One-time batch historical data simulator and real-time telemetry data simulator are provided. For more details, please refer to [Fabric Data Ingestion Guide](./docs/FabricDataIngestion.md) and[Event Simulator Guide](./docs/EventSimulatorGuide.md).
60
+
-**Fabric Data Ingestion Program and Real-Time Event Simulator** <br/>One-time batch historical data simulator and real-time telemetry data simulator are provided. For more details, please refer to [Fabric Data Ingestion Guide](./docs/FabricDataIngestion.md) and [Event Simulator Guide](./docs/EventSimulatorGuide.md).
61
61
62
-
-**RealTime Intelligence Operations Dashboard** <br/>Real-Time Intelligence Operations Dashboard provides overview on how manufacturing assets are performing, and showing individual sensor data trends. For details, please refer to [RealTime Intelligence Dashboard Guide](./docs/RealTimeIntelligenceDashboardGuide.md).
62
+
-**Real-Time Intelligence Operations Dashboard** <br/>Real-Time Intelligence Operations Dashboard provides an overview of how manufacturing assets are performing, and shows individual sensor data trends. For details, please refer to [Real-Time Intelligence Dashboard Guide](./docs/RealTimeIntelligenceDashboardGuide.md).
63
63
64
64
-**Fabric EventHouse with Customized Fabric Data Agent**
65
65
66
-
Manufacturing telemetry data is hosted in Fabric EventHouse. You can use conversational interface powered by Fabric Data Agent for live operational queries. For details, please refer to [Fabric Data Agent Guide](./docs/FabricDataAgentGuide.md).
66
+
Manufacturing telemetry data is hosted in Fabric EventHouse. You can use conversational interface powered by Fabric Data Agent for live operational queries. For details, please refer to [Fabric Data Agent Guide](./docs/FabricDataAgentGuide.md).
67
67
68
-
-**Anomaly Detection and Alerts through Fabric Activator** <br/>Microsoft Activator is configured with anomaly detection rules that triggers outlook email notifications when an anomaly occurs. For more details, please refer to [Activator Guide](./docs/ActivatorGuide.md).
68
+
-**Anomaly Detection and Alerts through Fabric Activator** <br/>Microsoft Activator is configured with anomaly detection rules that trigger Outlook email notifications when an anomaly occurs. For more details, please refer to [Activator Guide](./docs/ActivatorGuide.md).
69
69
70
70
-**Useful Data Analysis and Performance Metrics KQL Code** <br/>Reusable KQL code is provided to get you started quickly. For details, please refer to [Data Analysis KQL Guide](./src/kql/data_analysis/data_analysis_guide.md) and [Performance Metrics KQL Queryset Guide](./src/kql/kql_queryset/kql_queryset_guide.md).
71
71
@@ -97,7 +97,7 @@ cd real-time-intelligence-operations-solution-accelerator
97
97
azd auth login # Required to deploy with azd up
98
98
az login # Required to use the Azure CLI commands that connect Azure resources to Fabric workspace
99
99
100
-
# Recommended: set email to recieve alerts
100
+
# Recommended: set email to receive alerts
101
101
azd env set FABRIC_ACTIVATOR_ALERTS_EMAIL "myteam@company.com"
102
102
103
103
@@ -158,13 +158,13 @@ Business use case
158
158
</h2>
159
159
Use cases can be summarized as below:
160
160
161
-
- For manufacturing plants, the plant manager or other business stakeholders can use the Fabric Data Agent to get business and operations intelligence quickly without the need to create query code. For details, please refer to [Fabric Data Agent Guide](./docs/FabricDataAgentGuide.md).
161
+
- For manufacturing plants, the plant manager or other business stakeholders can use the Fabric Data Agent to get business and operations intelligence quickly without the need to create query code. For details, please refer to [Fabric Data Agent Guide](./docs/FabricDataAgentGuide.md).
162
162
163
-
- For manufacturing plants, the designated operations team receives email notification when anomaly occurs. The solution can also be configured to send anomaly notifications to a Teams Channel. For rule configuration options (Email or Teams), please refer to [Activator Guide](./docs/ActivatorGuide.md).
163
+
- For manufacturing plants, the designated operations team receives email notification when an anomaly occurs. The solution can also be configured to send anomaly notifications to a Teams Channel. For rule configuration options (Email or Teams), please refer to [Activator Guide](./docs/ActivatorGuide.md).
164
164
165
165
- Plant manager uses real-time dashboard to analyze manufacturing plant asset performance, key telemetry data over time.
166
166
167
-
The image below shows the first page of the real-time intelligence operations dashboard, which displays sensor status, quality metrics, and individual sensor data trends. The second page shows additional information such as daily anomaly rate by asset, asset maintenance status, and fault correlations. For more details, please refer to [RealTime Intelligence Operations Dashboard Guide](./docs/RealTimeIntelligenceDashboardGuide.md).
167
+
The image below shows the first page of the real-time intelligence operations dashboard, which displays sensor status, quality metrics, and individual sensor data trends. The second page shows additional information such as daily anomaly rate by asset, asset maintenance status, and fault correlations. For more details, please refer to [Real-Time Intelligence Operations Dashboard Guide](./docs/RealTimeIntelligenceDashboardGuide.md).
@@ -177,21 +177,20 @@ Use cases can be summarized as below:
177
177
<details>
178
178
<summary>Click to learn more about what value this solution provides</summary>
179
179
180
-
-**The solution provides multiple business functions with a simple architecture** <br/>
181
-
The deployed solution provides realtime telemetry data monitoring, analysis, summarization, graphical reports, anomaly detection and notifications with a quick to deploy, secure, and simple architecture.
180
+
-**The solution provides multiple business functions with a simple architecture** <br/>
181
+
The deployed solution provides real-time telemetry data monitoring, analysis, summarization, graphical reports, anomaly detection and notifications with a quick to deploy, secure, and simple architecture.
182
182
183
183
-**A Fabric Data Agent getting quick business intelligence without programming effort.** <br/>
184
-
The Fabric Data Agent can be quickly configured with instructions delivered in this solution accelerator, providing quick and accurate insights from data effortlessly. No programming skills are necessary.
184
+
The Fabric Data Agent can be quickly configured with instructions delivered in this solution accelerator, providing quick and accurate insights from data effortlessly. No programming skills are necessary.
185
185
186
-
-**RealTime Intelligence for Operations Dashboard**<br/>
187
-
The deployed solution accelerator provides a working architecture with best practices, security, components integration, and real-time intelligence for operations dashboard.
186
+
-**Real-Time Intelligence for Operations Dashboard**<br/>
187
+
The deployed solution accelerator provides a working architecture with best practices, security, components integration, and real-time intelligence for operations dashboard.
188
188
189
189
-**Configurable Activator providing anomaly detection and notifications** <br/>
190
-
The deployed and configurable Activator provides realtime anomaly detection and alert notifications out of the box. The rules are easily configurable.
190
+
The deployed and configurable Activator provides real-time anomaly detection and alert notifications out of the box. The rules are easily configurable.
191
191
192
-
-**Reusable and updatable real time event simulator and batch data update program** <br/>
193
-
194
-
Real time telemetry data simulator and batch data ingestion / update program are provided to help to bring the solution to simulate a real time environment quickly.
192
+
-**Reusable and updatable real-time event simulator and batch data update program** <br/>
193
+
Real-time telemetry data simulator and batch data ingestion / update program are provided to help to bring the solution to simulate a real-time environment quickly.
195
194
196
195
</details>
197
196
@@ -228,7 +227,7 @@ Check out similar solution accelerators
228
227
| Solution Accelerator | Description |
229
228
|---|---|
230
229
|[Unified Data Foundation with Microsoft Fabric](https://github.com/microsoft/unified-data-foundation-with-fabric-solution-accelerator)| Unified Data Foundation with Microsoft Fabric with Options to Integrate with Azure Databricks and Microsoft Purview. |
231
-
|[Agentic applications for unified data foundation](https://github.com/microsoft/agentic-applications-for-unified-data-foundation-solution-accelerator)| Agentic AI application that provides nature language query of the data using unified data foundation. Description of solution accelerator. |
230
+
|[Agentic applications for unified data foundation](https://github.com/microsoft/agentic-applications-for-unified-data-foundation-solution-accelerator)| Agentic AI application that provides natural language query of the data using unified data foundation. Description of solution accelerator. |
If any one of the rules were triggered by the set condition, for example, the rule set for high vibration, an email alert ill be sent to the specified account, as illustrated below.
19
+
If any one of the rules were triggered by the set condition, for example, the rule set for high vibration, an email alert will be sent to the specified account, as illustrated below.
Copy file name to clipboardExpand all lines: docs/DemonstratorGuide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ Please review the Access Requirements Section to ensure you have proper access f
6
6
7
7
## Access Requirements
8
8
9
-
If you deployed the solution accelerator via AZD following the [Deployment Guide](./DeploymentGuide.md), you have already established the required access to the solution, and **you can skip this section**.
9
+
If you deployed the solution accelerator via AZD following the [Deployment Guide](./DeploymentGuide.md), you have already established the required access to the solution, and **you can skip this Access Requirements section**, and start at [Step 1. Refresh Historical Data](#step-1-refresh-historical-data).
10
10
11
11
If you are using a demonstration environment already set up by someone else, you will need below accesses:
12
12
13
-
1. You will need to be added as a contributor/viewer of the Fabric workspace. If you are a viewer, you will not be able to update any resources such as [Real-Time Intelligence Operations Dashboard](./RealTimeIntelligenceDashboardGuide.md) or [Activator](./ActivatorGuide.md). If you are a contributor, you will be able to update all the resources in Fabric workspace. **Recommend role: Viewer**.
14
-
2. You will need to be able to send simulated events to the Azure Event Hub deployed with the solution. The owner of the Event Hub or your Azure Admin can add you to the role of Azure Event Hubs Data Sender. Below diagram illustrates the key steps.
13
+
1. You will need to be added as a contributor of the Fabric workspace. If you are a viewer, you will not be able to update any resources such as [Real-Time Intelligence Operations Dashboard](./RealTimeIntelligenceDashboardGuide.md) or [Activator](./ActivatorGuide.md). Recommend role: **contributor**.
14
+
2. You will need to be able to send simulated events to the Azure Event Hub deployed with the solution. The owner of the Event Hub or your Azure Admin can add you to the role of **Azure Event Hubs Data Sender**. Below diagram illustrates the key steps.
15
15
16
16

Copy file name to clipboardExpand all lines: docs/RealTimeIntelligenceDashboardGuide.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
## Overview
4
4
5
-
The Real-Time Intelligence (RTI) Operations Dashboard provides instant visibility into the health and performance of key assets at manufacturing facility located at **Contoso Outdoors – Ho Chi Minh Facility**.
5
+
The Real-Time Intelligence (RTI) Operations Dashboard provides instant visibility into the health and performance of key assets at a manufacturing facility located at **Contoso Outdoors – Ho Chi Minh Facility**.
6
6
It monitors two critical assets:
7
7
8
8
-**Robotic Arm 1 (A_1000)**
9
9
-**Packaging Line 1 (A_1001)**
10
10
11
-
The dashboard uses **live sensor data, Z-score–based anomaly detection**, and **trend analysis** to help teams identify issues early, prevent downtime, and improve product quality. For more information about the statistical z-score analysis, please refer to [Data Analysis Guide](../src/kql/data_analysis/data_analysis_guide.md) for the details.
11
+
The dashboard uses **live sensor data, Z-score-based anomaly detection**, and **trend analysis** to help teams identify issues early, prevent downtime, and improve product quality. For more information about the statistical z-score analysis, please refer to [Data Analysis Guide](../src/kql/data_analysis/data_analysis_guide.md) for the details.
12
12
13
13
## Data Requirement
14
14
15
15
The dashboard's effectiveness depends on the quality of the underlying dataset. To ensure accurate analysis using the sample data provided by this solution accelerator:
16
16
17
-
1.**Refresh Historical Data**: Follow the [Fabric Data Ingestion Guide](./FabricDataIngestion.md) to load baseline data. Use the options `--refresh-dates` and `--overwrite` to get a fresh and up to date dataset.
17
+
1.**Refresh Historical Data**: Follow the [Fabric Data Ingestion Guide](./FabricDataIngestion.md) to load baseline data. Use the options `--refresh-dates` and `--overwrite` to get a fresh and up-to-date dataset.
18
18
2.**Start Real-Time Simulation**: Use the [Event Simulator Guide](./EventSimulatorGuide.md) to generate streaming telemetry.
19
19
20
-
The event simulator streams real-time telemetry data into the Fabric Event House, which serves as the data source for the RTI Operations Dashboard. It supports multiple operational modes: **Normal Mode** and **Enhanced Anomaly Mode**
20
+
The event simulator streams real-time telemetry data into the Fabric Event House, which serves as the data source for the RTI Operations Dashboard. It supports multiple operational modes: **Normal Mode** and **Enhanced Anomaly Mode**..
21
21
22
22
23
23
## RTI Operations Dashboard
@@ -32,7 +32,7 @@ The Real-Time Intelligence Operations Dashboard is a two-page interactive dashbo
32
32
33
33
### Page 1: Asset Performance Overview
34
34
35
-
This page serves as main monitoring view. It shows current equipment health, sensor status, and key performance trends.
35
+
This page serves as the main monitoring view. It shows current equipment health, sensor status, and key performance trends.
36
36
37
37
38
38

@@ -46,8 +46,8 @@ Displays latest sensor readings with real-time anomaly status. Each row shows Sp
46
46
Side-by-side comparison of anomaly rates and quality issues between assets in a column chart format. Uses Z-score analysis with a 30-day baseline (excludes last 24 hours).
47
47
48
48
- Key Metrics Displayed:
49
-
-**Anomaly Rate %:** Combined percentage of speed, temperature, and vibration anomalies
50
-
-**Quality Issues %:** Percentage of events with defect probability exceeding 5%
49
+
-**Anomaly Rate %**: Combined percentage of speed, temperature, and vibration anomalies
50
+
-**Quality Issues %**: Percentage of events with defect probability exceeding 5%
51
51
52
52
53
53
#### Trend Analysis
@@ -73,14 +73,14 @@ This table highlights how often different sensor metrics experience anomalies to
73
73
74
74
**Columns Explained:**
75
75
76
-
-**Asset**: Name of the equipment being monitored.
77
-
-**Speed→Temp**: How often speed anomalies coincide with temperature anomalies.
78
-
-**Speed→Vibration**: Indicates if speed fluctuations are linked to mechanical stress.
0 commit comments