Skip to content

Commit 2f1e49a

Browse files
committed
unify some terms
1 parent 2da4e0f commit 2f1e49a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/event-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- name: Capture Event Hubs data in Parquet format
7373
href: ../stream-analytics/event-hubs-parquet-capture-tutorial.md?toc=/azure/event-hubs/TOC.json
7474
maintainContext: true
75-
- name: Build real time dashboards with Power BI
75+
- name: Build real-time dashboards with Power BI
7676
href: ../stream-analytics/no-code-power-bi-tutorial.md
7777
maintainContext: true
7878
- name: Process Apache Kafka for Event Hubs events using Stream analytics

articles/stream-analytics/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
href: event-hubs-parquet-capture-tutorial.md
3838
- name: Write output data to delta table in ADLS Gen2
3939
href: write-to-delta-table-adls-gen2.md
40-
- name: Build near-real time dashboards with no code editor
40+
- name: Build real-time dashboards with no code editor
4141
href: no-code-power-bi-tutorial.md
4242
- name: Visualize fraudulent calls in Power BI
4343
href: stream-analytics-real-time-fraud-detection.md

articles/stream-analytics/no-code-build-power-bi-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 2/17/2023
1111

1212
# Build real-time dashboard with Power BI dataset produced from Stream Analytics no code editor
1313

14-
This article describes how you can use the no code editor to easily create a Stream Analytics job to produce processed data into Power BI dataset. It continuously reads from your Event Hubs, processes and outputs the data into Power BI dataset to build the near real-time Power BI dashboard.
14+
This article describes how you can use the no code editor to easily create a Stream Analytics job to produce processed data into Power BI dataset. It continuously reads from your Event Hubs, processes and outputs the data into Power BI dataset to build the real-time Power BI dashboard.
1515

1616
## Prerequisites
1717

@@ -90,4 +90,4 @@ Learn more about Azure Stream Analytics and how to monitor the job you've create
9090

9191
* [Introduction to Azure Stream Analytics](stream-analytics-introduction.md)
9292
* [Monitor Stream Analytics job with Azure portal](stream-analytics-monitoring.md)
93-
* [Azure Stream Analytics no-code editor](./no-code-stream-processing.md)
93+
* [Azure Stream Analytics no code editor](./no-code-stream-processing.md)

articles/stream-analytics/no-code-power-bi-tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Build near real-time dashboard with Azure Synapse Analytics and Power BI
3-
description: Use no code editor to compute aggregations and write to Azure Synapse Analytics and build near-real time dashboards using Power BI
2+
title: Build real-time dashboard with Azure Synapse Analytics and Power BI
3+
description: Use no code editor to compute aggregations and write to Azure Synapse Analytics and build real-time dashboards using Power BI
44
author: xujxu
55
ms.author: xujiang1
66
ms.service: stream-analytics
@@ -9,7 +9,7 @@ ms.date: 02/17/2023
99
ms.custom: seodec18
1010
---
1111

12-
# Build real time Power BI dashboards with Stream Analytics no code editor
12+
# Build real-time Power BI dashboards with Stream Analytics no code editor
1313
This tutorial shows how you can use the Stream Analytics no code editor to compute aggregates on real time data streams and store it in Azure Synapse Analytics.
1414

1515
In this tutorial, you learn how to:
@@ -120,7 +120,7 @@ Before you start, make sure you've completed the following steps:
120120
* X-axis as times
121121
* Y-axis as CarCount
122122
* Legend as Make
123-
You'll then see a chart that can be published. You can configure [automatic page refresh](/power-bi/create-reports/desktop-automatic-page-refresh#authoring-reports-with-automatic-page-refresh-in-power-bi-desktop) and set it to 3 minutes to get a near-real time view.
123+
You'll then see a chart that can be published. You can configure [automatic page refresh](/power-bi/create-reports/desktop-automatic-page-refresh#authoring-reports-with-automatic-page-refresh-in-power-bi-desktop) and set it to 3 minutes to get a real-time view.
124124
[![Screenshot of Power BI dashboard showing car summary data.](./media/stream-analytics-no-code/no-code-power-bi-real-time-dashboard.png)](./media/stream-analytics-no-code/no-code-power-bi-real-time-dashboard.png#lightbox)
125125

126126
## More option
@@ -136,7 +136,7 @@ It's also a good option to build the real-time dashboard with your streaming dat
136136
3. Select **Delete resource group**. Type the name of the resource group to confirm deletion.
137137
138138
## Next steps
139-
In this tutorial, you created a Stream Analytics job using the no code editor to define aggregations and write results to Azure Synapse Analytics. You then used the Power BI to build a near-real time dashboard to see the results produced by the job.
139+
In this tutorial, you created a Stream Analytics job using the no code editor to define aggregations and write results to Azure Synapse Analytics. You then used the Power BI to build a real-time dashboard to see the results produced by the job.
140140
141141
> [!div class="nextstepaction"]
142142
> [No code stream processing with Azure Stream Analytics](https://aka.ms/asanocodeux)

0 commit comments

Comments
 (0)