You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/stream-analytics/stream-analytics-real-time-fraud-detection.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: sidram
6
6
ms.service: stream-analytics
7
7
ms.topic: tutorial
8
8
ms.custom: contperf-fy21q2
9
-
ms.date: 07/08/2022
9
+
ms.date: 07/15/2022
10
10
11
11
#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.
12
12
---
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
30
30
Before you start, make sure you have completed the following steps:
31
31
32
32
* 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).
34
34
* You will need Power BI account.
35
35
36
36
## Sign in to Azure
@@ -96,7 +96,7 @@ Before an application can send data to Azure Event Hubs, the event hub must have
96
96
97
97
Before you start the TelcoGenerator app, you should configure it to send data to the Azure Event Hubs you created earlier.
98
98
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.
100
100
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.
101
101
102
102
3. Update the `<appSettings>` element in the config file with the following details:
0 commit comments