Skip to content

Commit 5c61dbd

Browse files
authored
Merge pull request #313758 from spelluru/asafreshness0326
Retired the Power BI article
2 parents 317edca + 8b25d99 commit 5c61dbd

5 files changed

Lines changed: 7 additions & 99 deletions

File tree

articles/stream-analytics/.openpublishing.redirection.stream-analytics.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"redirections": [
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/stream-analytics/no-code-build-power-bi-dashboard.md",
5+
"redirect_url": "https://techcommunity.microsoft.com/blog/analyticsonazure/simplifying-migration-to-fabric-real-time-intelligence-for-power-bi-real-time-re/4283180",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/stream-analytics/custom-deserializer-examples.md",
510
"redirect_url": "/azure/stream-analytics/stream-analytics-introduction",

articles/stream-analytics/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@
245245
href: move-cluster.md
246246
- name: Build with no code editor
247247
items:
248-
- name: Build real-time dashboard with Power BI dataset
249-
href: no-code-build-power-bi-dashboard.md
250248
- name: Capture Event Hubs data in Delta Lake format
251249
href: capture-event-hub-data-delta-lake.md
252250
- name: Capture Event Hubs data in Parquet format

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

Lines changed: 0 additions & 91 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Before you start, make sure you complete the following steps:
3232
1. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3333
1. Deploy the TollApp event generator to Azure. Use this link to [Deploy TollApp Azure Template](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-stream-analytics%2Fmaster%2FSamples%2FTollApp%2FVSProjects%2FTollAppDeployment%2Fazuredeploy.json). Set the `interval` parameter to 1. Use a new resource group for this step.
3434
1. Create an [Azure Synapse Analytics workspace](../synapse-analytics/get-started-create-workspace.md) with a [Dedicated SQL pool](../synapse-analytics/get-started-analyze-sql-pool.md#create-a-dedicated-sql-pool).
35-
> [!NOTE]
36-
> If you want to build the real-time Power BI dashboard directly without capturing the data into a database, you can skip steps 3 and 4. Then, go to this guide to [<u>build real-time dashboard with Power BI dataset produced by Stream Analytics job</u>](./no-code-build-power-bi-dashboard.md).
37-
3835
1. [Create a table](../synapse-analytics/sql/get-started-visual-studio.md) named `carsummary` by using your Dedicated SQL pool. Run the following SQL script:
3936
```SQL
4037
CREATE TABLE carsummary

articles/stream-analytics/no-code-stream-processing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ To access the no-code editor for building your stream analytics job, there are t
5858

5959
The predefined templates can assist you in developing and running a job to address various scenarios, including:
6060

61-
- [Build real-time dashboard with Power BI dataset](./no-code-build-power-bi-dashboard.md)
6261
- [Capture data from Event Hubs in Delta Lake format (preview)](./capture-event-hub-data-delta-lake.md)
6362
- [Filtering and ingesting to Azure Synapse SQL](./filter-ingest-synapse-sql.md)
6463
- [Capturing your Event Hubs data in Parquet format in Azure Data Lake Storage Gen2](./capture-event-hub-data-parquet.md)
@@ -355,7 +354,7 @@ For more information about Azure Data Explorer output for a Stream Analytics job
355354

356355
### Power BI
357356

358-
[Power BI](https://powerbi.microsoft.com/) offers a comprehensive visualization experience for your data analysis result. With Power BI output to Stream Analytics, the processed streaming data is written to Power BI streaming dataset, then it can be used to build the near real-time Power BI dashboard. To learn more about how to build the near real-time dashboard, see [Build real-time dashboard with Power BI dataset produced from Stream Analytics no code editor](./no-code-build-power-bi-dashboard.md).
357+
[Power BI](https://powerbi.microsoft.com/) offers a comprehensive visualization experience for your data analysis result. With Power BI output to Stream Analytics, the processed streaming data is written to Power BI streaming dataset, then it can be used to build the near real-time Power BI dashboard.
359358

360359
To configure Power BI as output, select **Power BI** under the **Outputs** section on the ribbon. Then fill in the needed information to connect your Power BI workspace and provide the names for the streaming dataset and table that you want to write the data to. To learn more about the details of each field, see [Power BI output from Azure Stream Analytics](./power-bi-output.md).
361360

0 commit comments

Comments
 (0)