Skip to content

Commit 67d7971

Browse files
authored
Update stream-analytics-real-time-fraud-detection.md
1 parent fcfbd2c commit 67d7971

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/stream-analytics/stream-analytics-real-time-fraud-detection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sidram
66
ms.service: stream-analytics
77
ms.topic: tutorial
88
ms.custom: contperf-fy21q2
9-
ms.date: 07/08/2022
9+
ms.date: 07/15/2022
1010

1111
#Customer intent: As an IT admin/developer, I want to run a Stream Analytics job to analyze phone call data and visualize results in a Power BI dashboard.
1212
---
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
3030
Before you start, make sure you have completed the following steps:
3131

3232
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
33-
* Download the phone call event generator app [TelcoGenerator.zip](https://download.microsoft.com/download/8/B/D/8BD50991-8D54-4F59-AB83-3354B69C8A7E/TelcoGenerator.zip) from the Microsoft Download Center or get the source code from [GitHub](https://aka.ms/azure-stream-analytics-telcogenerator).
33+
* Download the phone call event generator app [TelcoGenerator.zip](https://aka.ms/asatelcodatagen) from the Microsoft Download Center or get the source code from [GitHub](https://github.com/Azure/azure-stream-analytics/tree/master/DataGenerators/TelcoGeneratorCore).
3434
* You will need Power BI account.
3535

3636
## Sign in to Azure
@@ -96,7 +96,7 @@ Before an application can send data to Azure Event Hubs, the event hub must have
9696

9797
Before you start the TelcoGenerator app, you should configure it to send data to the Azure Event Hubs you created earlier.
9898

99-
1. Extract the contents of [TelcoGenerator.zip](https://download.microsoft.com/download/8/B/D/8BD50991-8D54-4F59-AB83-3354B69C8A7E/TelcoGenerator.zip) file.
99+
1. Extract the contents of [TelcoGenerator.zip](https://aka.ms/asatelcodatagen) file.
100100
2. Open the `TelcoGenerator\TelcoGenerator\telcodatagen.exe.config` file in a text editor of your choice There is more than one `.config` file, so be sure that you open the correct one.
101101

102102
3. Update the `<appSettings>` element in the config file with the following details:

0 commit comments

Comments
 (0)