Skip to content

Commit 923d6a3

Browse files
authored
Merge pull request #12 from microsoft/gz-gh-1202
docs: README.md and data agent related docs. New arch image
2 parents f98ba70 + 9a85522 commit 923d6a3

12 files changed

Lines changed: 91 additions & 52 deletions

README.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Real-Time Intelligence for Operations Solution Accelerator
22

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

55
**Key use cases include:**
66

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

1111
<br/>
1212

@@ -34,10 +34,10 @@ Below diagram illustrates the solution architecture.
3434
### How to customize
3535
If you'd like to customize the solution accelerator, here are some common areas to start:
3636

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

4242
<br/>
4343

@@ -57,15 +57,15 @@ If you'd like to customize the solution accelerator, here are some common areas
5757
<details>
5858
<summary>Click to learn more about the key features this solution enables</summary>
5959

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).
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).
6161

62-
- **Real Time 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 [Real Time 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).
6363

6464
- **Fabric EventHouse with Customized Fabric Data Agent**
6565

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).
6767

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).
6969

7070
- **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).
7171

@@ -88,7 +88,7 @@ Follow these steps to deploy the solution to your own Azure subscription:
8888

8989
<br/>
9090

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)):
9292

9393
```bash
9494
# Clone and navigate to repository
@@ -99,7 +99,7 @@ cd real-time-intelligence-operations-solution-accelerator
9999
azd auth login # Required to deploy with azd up
100100
az login # Required to use the Azure CLI commands that connect Azure resources to Fabric workspace
101101

102-
# Recommended: set email to recieve alerts
102+
# Recommended: set email to receive alerts
103103
azd env set FABRIC_ACTIVATOR_ALERTS_EMAIL "myteam@company.com"
104104

105105

@@ -160,13 +160,13 @@ Business use case
160160
</h2>
161161
Use cases can be summarized as below:
162162

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).
164164

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).
166166

167167
- Plant manager uses real-time dashboard to analyze manufacturing plant asset performance, key telemetry data over time.
168168

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).
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).
170170

171171
| ![image](./docs/images/readme/rti-dashboard.png) |
172172
| ------------------------------------------------ |
@@ -179,21 +179,20 @@ Use cases can be summarized as below:
179179
<details>
180180
  <summary>Click to learn more about what value this solution provides</summary>
181181

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

185185
- **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.
187187

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

191191
- **Configurable Activator providing anomaly detection and notifications** <br/>
192-
The deployed and configurable Activator provides real time 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.
193193

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

198197
</details>
199198

@@ -230,7 +229,7 @@ Check out similar solution accelerators
230229
| Solution Accelerator | Description |
231230
|---|---|
232231
| [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. |
234233

235234
<br/>
236235

docs/ActivatorGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After you are done with the updates, you can click `Save`, and then `Start` to a
1616

1717
![Activator Rule Example](../docs/images/deployment/activator-rule-example-vibration.png)
1818

19-
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.
2020

2121
![Email Alert](../docs/images/deployment/activator-email-alert.png)
2222

docs/DemonstratorGuide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Please review the Access Requirements Section to ensure you have proper access f
66

77
## Access Requirements
88

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).
1010

1111
If you are using a demonstration environment already set up by someone else, you will need below accesses:
1212

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

1616
![Event Hubs Data Sender Role](../docs/images/deployment/eventhubs-data-sender-role.png)
1717

docs/FabricDataIngestion.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ az login
2525
```
2626

2727
```bash
28+
cd infra/scripts/fabric
2829
python fabric_data_ingester.py --cluster-uri <CLUSTER_URI> --database <DATABASE_NAME> [OPTIONS]
2930
```
3031

0 commit comments

Comments
 (0)