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-6Lines changed: 3 additions & 6 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
@@ -67,9 +67,6 @@ Use the following steps to create an event hub and send call data to that event
67
67
68
68

69
69
70
-
7. After the deployment is complete, select **Configuration** under **Settings** in your Event Hubs namespace and change the Minimum TLS version to **Version 1.0**.
71
-

72
-
73
70
### Grant access to the event hub and get a connection string
74
71
75
72
Before an application can send data to Azure Event Hubs, the event hub must have a policy that allows access. The access policy produces a connection string that includes authorization information.
@@ -96,7 +93,7 @@ Before an application can send data to Azure Event Hubs, the event hub must have
96
93
97
94
Before you start the TelcoGenerator app, you should configure it to send data to the Azure Event Hubs you created earlier.
98
95
99
-
1. Extract the contents of [TelcoGenerator.zip](https://download.microsoft.com/download/8/B/D/8BD50991-8D54-4F59-AB83-3354B69C8A7E/TelcoGenerator.zip) file.
96
+
1. Extract the contents of [TelcoGenerator.zip](https://aka.ms/asatelcodatagen) file.
100
97
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
98
102
99
3. Update the `<appSettings>` element in the config file with the following details:
0 commit comments