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
+26-27Lines changed: 26 additions & 27 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
@@ -88,7 +88,7 @@ Follow these steps to deploy the solution to your own Azure subscription:
88
88
89
89
<br/>
90
90
91
-
**One-command deployment** - Deploy everything with [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd) and [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) (Check [prerquisites](./docs/DeploymentGuide.md#prerequisites)):
91
+
**One-command deployment** - Deploy everything with [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd) and [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) (Check [prerequisites](./docs/DeploymentGuide.md#prerequisites)):
92
92
93
93
```bash
94
94
# Clone and navigate to repository
@@ -99,7 +99,7 @@ cd real-time-intelligence-operations-solution-accelerator
99
99
azd auth login # Required to deploy with azd up
100
100
az login # Required to use the Azure CLI commands that connect Azure resources to Fabric workspace
101
101
102
-
# Recommended: set email to recieve alerts
102
+
# Recommended: set email to receive alerts
103
103
azd env set FABRIC_ACTIVATOR_ALERTS_EMAIL "myteam@company.com"
104
104
105
105
@@ -160,13 +160,13 @@ Business use case
160
160
</h2>
161
161
Use cases can be summarized as below:
162
162
163
-
- 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).
163
+
- 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).
164
164
165
-
- 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).
165
+
- 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).
166
166
167
167
- Plant manager uses real-time dashboard to analyze manufacturing plant asset performance, key telemetry data over time.
168
168
169
-
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).
169
+
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).
@@ -179,21 +179,20 @@ Use cases can be summarized as below:
179
179
<details>
180
180
<summary>Click to learn more about what value this solution provides</summary>
181
181
182
-
-**The solution provides multiple business functions with a simple architecture** <br/>
183
-
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.
182
+
-**The solution provides multiple business functions with a simple architecture** <br/>
183
+
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.
184
184
185
185
-**A Fabric Data Agent getting quick business intelligence without programming effort.** <br/>
186
-
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.
186
+
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.
187
187
188
-
-**RealTime Intelligence for Operations Dashboard**<br/>
189
-
The deployed solution accelerator provides a working architecture with best practices, security, components integration, and real-time intelligence for operations dashboard.
188
+
-**Real-Time Intelligence for Operations Dashboard**<br/>
189
+
The deployed solution accelerator provides a working architecture with best practices, security, components integration, and real-time intelligence for operations dashboard.
190
190
191
191
-**Configurable Activator providing anomaly detection and notifications** <br/>
192
-
The deployed and configurable Activator provides realtime anomaly detection and alert notifications out of the box. The rules are easily configurable.
192
+
The deployed and configurable Activator provides real-time anomaly detection and alert notifications out of the box. The rules are easily configurable.
193
193
194
-
-**Reusable and updatable real time event simulator and batch data update program** <br/>
195
-
196
-
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.
194
+
-**Reusable and updatable real-time event simulator and batch data update program** <br/>
195
+
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.
197
196
198
197
</details>
199
198
@@ -230,7 +229,7 @@ Check out similar solution accelerators
230
229
| Solution Accelerator | Description |
231
230
|---|---|
232
231
|[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. |
233
-
|[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. |
232
+
|[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

0 commit comments