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
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,33 +81,34 @@ In this procedure, you first create an event hub namespace, and then you add an
81
81
82
82
Before a process can send data to an event hub, the event hub must have a policy that allows appropriate access. The access policy produces a connection string that includes authorization information.
83
83
84
-
1.In the event namespace pane, click **Event Hubs** and then click the name of your new event hub.
84
+
1. In the event namespace pane, click **Event Hubs** and then click the name of your new event hub.
85
85
86
-
2.In the event hub pane, click **Shared access policies** and then click **+ Add**.
86
+
2. In the event hub pane, click **Shared access policies** and then click **+ Add**.
87
87
88
-
>[!NOTE]
89
-
>Make sure you're working with the event hub, not the event hub namespace.
88
+
>[!NOTE]
89
+
>Make sure you're working with the event hub, not the event hub namespace.
90
90
91
-
3.Add a policy named `asa-policy-manage-demo` and for **Claim**, select **Manage**.
91
+
3. Add a policy named `asa-policy-manage-demo` and for **Claim**, select **Manage**.
92
92
93
93
<imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-shared-access-policy-manage-new-portal.png"alt="Create shared access policy for Stream Analytics"width="300px"/>
94
94
95
-
4.Click **Create**.
95
+
4. Click **Create**.
96
96
97
-
5.After the policy has been deployed, click it in the list of shared access policies.
97
+
5. After the policy has been deployed, click it in the list of shared access policies.
98
98
99
-
6.Find the box labeled **CONNECTION STRING-PRIMARY KEY** and click the copy button next to the connection string.
99
+
6. Find the box labeled **CONNECTION STRING-PRIMARY KEY** and click the copy button next to the connection string.
Notice that the connection string contains multiple key-value pairs, separated with semicolons: `Endpoint`, `SharedAccessKeyName`, `SharedAccessKey`, and `EntityPath`.
110
110
111
+
111
112
## Configure and start the event generator application
112
113
113
114
Before you start the TelcoGenerator app, you must configure it so that it will send call records to the event hub you created.
@@ -125,24 +126,25 @@ Before you start the TelcoGenerator app, you must configure it so that it will s
125
126
126
127
The `<appSettings>` section will look like the following example:
127
128
128
-
```xml
129
-
<appSettings>
130
-
<!-- Service Bus specific app setings for messaging connections -->
0 commit comments