Skip to content

Commit 273188e

Browse files
authored
Merge pull request #204916 from sidramadoss/patch-130
Update stream-analytics-real-time-fraud-detection.md
2 parents e38083d + a689105 commit 273188e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

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

6868
![Event hub configuration in the Azure portal](media/stream-analytics-real-time-fraud-detection/create-event-hub-portal.png)
6969

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-
![Screenshot of Event hub TLS configuration version 1.0 in the Azure portal.](media/stream-analytics-real-time-fraud-detection/event-hubs-tls-version.png)
72-
7370
### Grant access to the event hub and get a connection string
7471

7572
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
9693

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

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.
10097
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.
10198

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

0 commit comments

Comments
 (0)