Skip to content

Commit d1f1eea

Browse files
committed
refresh module
1 parent 6f0fb55 commit d1f1eea

11 files changed

Lines changed: 28 additions & 17 deletions

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/2-power-bi-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Use a Power BI output in Azure Stream Analytics
44
metadata:
55
title: Use a Power BI Output in Azure Stream Analytics
66
description: "Use a Power BI output in Azure Stream Analytics"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/3-realtime-query.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create a query for real-time visualization
44
metadata:
55
title: Create a Query for Real-Time Visualization
66
description: "Create a query for real-time visualization"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/4-create-real-time-data-visualizations-power-bi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create real-time data visualizations in Power BI
44
metadata:
55
title: Create Real-Time Data Visualizations in Power BI
66
description: "Create real-time data visualizations in Power BI"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/5-exercise-create-real-time-data-visualization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create a real-time data visualization
44
metadata:
55
title: Exercise - Create a Real-Time Data Visualization
66
description: "Exercise - Create a real-time data visualization"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/6-knowledge-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module Assessment
66
description: "Knowledge check"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit
@@ -14,9 +14,9 @@ quiz:
1414
questions:
1515
- content: "Which type of Azure Stream Analytics output should you use to support real-time visualizations in Microsoft Power BI?"
1616
choices:
17-
- content: "Azure Synapse Analytics"
17+
- content: "Azure Blob storage"
1818
isCorrect: false
19-
explanation: "Incorrect. An Azure Synapse Analytics output writes data to a table in an Azure Synapse Analytics dedicated SQL pool."
19+
explanation: "Incorrect. An Azure Blob storage output writes data to files in Azure storage and doesn't support real-time streaming visualizations in Power BI."
2020
- content: "Azure Event Hubs"
2121
isCorrect: false
2222
explanation: "Incorrect. An Azure Event Hubs output writes data to an event hub for downstream processing."
@@ -28,7 +28,7 @@ quiz:
2828
- content: "Create only the workspace. The dataset and table will be created automatically."
2929
isCorrect: true
3030
explanation: "Correct. The dataset and table will be created dynamically by the output."
31-
- content: "Create the workspace and dataset. The table will be created automatically."
31+
- content: "Create the workspace and dataset. The table is created automatically."
3232
isCorrect: false
3333
explanation: "Incorrect. The dataset and table will be created dynamically by the output."
3434
- content: "Create the workspace, dataset, and table before creating the output."
@@ -38,10 +38,10 @@ quiz:
3838
choices:
3939
- content: "Create a report from the dataset."
4040
isCorrect: false
41-
explanation: "incorrect. A visualization in a report does not update dynamically."
41+
explanation: "Incorrect. A visualization in a report doesn't update dynamically."
4242
- content: "Create a dashboard with a tile based on the streaming dataset."
4343
isCorrect: true
4444
explanation: "Correct. A dashboard with a tile based on a streaming dataset updates dynamically as new data arrives."
4545
- content: "Export the streaming dataset to Excel and create a report from the Excel workbook."
4646
isCorrect: false
47-
explanation: "Incorrect. A report based on an Excel workbook does not update dynamically."
47+
explanation: "Incorrect. A report based on an Excel workbook doesn't update dynamically."

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 08/21/2025
7+
ms.date: 04/03/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/includes/1-introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ Azure Stream Analytics provides a way to process a stream of real-time data from
55

66
![Diagram of a streaming architecture using Event Hubs to ingest streaming data, Azure Stream Analytics to transform the data, and Power BI to visualize and analyze it.](../media/stream-analytics-end-to-end-solution.png)
77

8+
> [!IMPORTANT]
9+
> Real-time streaming in Power BI is being retired. Beginning October 31, 2027, you can't create new Stream Analytics jobs with a Power BI output, and existing jobs with a Power BI output will stop. Microsoft recommends migrating to [Real-Time Intelligence in Microsoft Fabric](/fabric/real-time-intelligence/overview) as the successor capability.
10+
811
In this module, we'll examine how to use Azure Stream Analytics to process a stream of real-time data, and send the results to a Power BI dataset for visualization.

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/includes/2-power-bi-output.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11

22
All Azure Stream Analytics jobs include at least one input and output. In most cases, inputs reference sources of streaming data (though you can also define inputs for static reference data to augment the streamed event data). Outputs determine where the results of the stream processing query will be sent. To support real-time data visualization, you can use a **Power BI** output.
33

4+
> [!IMPORTANT]
5+
> Real-time streaming in Power BI is being retired. Beginning October 31, 2027, you can't create new Stream Analytics jobs with a Power BI output, and existing jobs with a Power BI output will stop. Microsoft recommends migrating to [Real-Time Intelligence in Microsoft Fabric](/fabric/real-time-intelligence/overview) as the successor capability.
6+
47
## Streaming data inputs
58

69
Inputs for streaming data consumed by Azure Stream Analytics can include:
710

811
- Azure Event Hubs
9-
- Azure IoT Hubs
10-
- Azure Blob or Data Lake Gen 2 Storage
12+
- Azure IoT Hub
13+
- Azure Blob storage
14+
- Azure Data Lake Storage Gen2
15+
- Apache Kafka
1116

1217
Depending on the specific input type, the data for each streamed event includes the event's data fields and input-specific metadata fields. For example, data consumed from an Azure Event Hubs input includes an **EventEnqueuedUtcTime** field indicating the time when the event was received in the event hub.
1318

@@ -22,7 +27,7 @@ You can use a Power BI output to write the results of a Stream Analytics query t
2227
- **Group workspace**: The Power BI workspace in which you want to create the resulting dataset.
2328
- **Dataset name**: The name of the dataset to be generated by the output. You shouldn't pre-create this dataset as it will be created automatically (replacing any existing dataset with the same name).
2429
- **Table name**: The name of the table to be created in the dataset.
25-
- **Authorize connection**: You must authenticate the connection to your Power BI tenant so that the Stream Analytics job can write data to the workspace.
30+
- **Authorize connection**: Two modes are supported. **User token** requires interactive sign-in and must be renewed periodically (every two weeks when Microsoft Entra multifactor authentication is enabled). **Managed Identity** (system-assigned) is the recommended approach for production jobs—it eliminates the manual renewal requirement and enables fully automated deployments without interactive sign-in. Managed Identity requires an upgraded Power BI workspace and a Power BI Pro license.
2631

2732
> [!NOTE]
28-
> For more information about Power BI outputs, see [Power BI output from Azure Stream Analytics](/azure/stream-analytics/power-bi-output?azure-portal=true) in the Azure Stream Analytics documentation.
33+
> For more information about Power BI outputs, see [Power BI output from Azure Stream Analytics](/azure/stream-analytics/power-bi-output?azure-portal=true) in the Azure Stream Analytics documentation. To configure Managed Identity authentication, see [Use Managed Identity to authenticate your Azure Stream Analytics job to Power BI](/azure/stream-analytics/powerbi-output-managed-identity).

learn-pr/wwl-data-ai/visualize-real-time-data-azure-stream-analytics-power-bi/includes/7-summary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ In this module, you've learned how to integrate Azure Stream Analytics and Micro
33

44
By using a Power BI output in Azure Stream Analytics, you can send the results of a stream processing query to a dataset in Power BI, from which you can create real-time dashboard visualizations. You can also use the dataset to support reports that reflect the latest data when rendered.
55

6+
> [!IMPORTANT]
7+
> Real-time streaming in Power BI is being retired. Beginning October 31, 2027, you can't create new Stream Analytics jobs with a Power BI output, and existing jobs with a Power BI output will stop. Microsoft recommends [Real-Time Intelligence in Microsoft Fabric](/fabric/real-time-intelligence/overview) as the successor capability for streaming analytics and real-time visualization.
8+
69
> [!NOTE]
710
> To learn more about real-time visualization in Power BI, see [Real-time streaming in Power BI](/power-bi/connect-data/service-real-time-streaming) in the Power BI documentation.

0 commit comments

Comments
 (0)