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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ In this procedure, you first create an event hub namespace, and then you add an
63
63
64
64
5. Select a subscription and create or choose a resource group, then click **Create**.<br/><br/>
65
65
66
-
<br/><br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-eventhub-namespace-new-portal.png"alt="Create event hub namespace in Azure portal"width="300px"/>
66
+
<br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-eventhub-namespace-new-portal.png"alt="Create event hub namespace in Azure portal"width="300px"/>
67
67
68
68
6. When the namespace has finished deploying, find the event hub namespace in your list of Azure resources.
69
69
@@ -73,7 +73,7 @@ In this procedure, you first create an event hub namespace, and then you add an
73
73
74
74
8. Name the new event hub `asa-eh-frauddetection-demo`. You can use a different name. If you do, make a note of it, because you need the name later. You don't need to set any other options for the event hub right now.
75
75
76
-
<br/><br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-eventhub-new-portal.png"alt="Name event hub in Azure portal"width="400px"/>
76
+
<br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-eventhub-new-portal.png"alt="Name event hub in Azure portal"width="400px"/>
77
77
78
78
9. Click **Create**.
79
79
@@ -90,15 +90,15 @@ Before a process can send data to an event hub, the event hub must have a policy
90
90
91
91
3. Add a policy named `asa-policy-manage-demo` and for **Claim**, select **Manage**.
92
92
93
-
<br/><br/><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"/>
93
+
<br/><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
95
4. Click **Create**.
96
96
97
97
5. After the policy has been deployed, click it in the list of shared access policies.
98
98
99
99
6. Find the box labeled **CONNECTION STRING-PRIMARY KEY** and click the copy button next to the connection string.
7. Paste the connection string into a text editor. You need this connection string for the next section, after you make some small edits to it.
104
104
@@ -178,7 +178,7 @@ Now that you have a stream of call events, you can set up a Stream Analytics job
178
178
179
179
It's a good idea to place the job and the event hub in the same region for best performance and so that you don't pay to transfer data between regions.
180
180
181
-
<br/><br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-sa-job-new-portal.png"alt="Create Stream Analytics job in portal"width="300px"/>
181
+
<br/><imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-sa-job-new-portal.png"alt="Create Stream Analytics job in portal"width="300px"/>
182
182
183
183
3. Click **Create**.
184
184
@@ -341,7 +341,7 @@ When you use a join with streaming data, the join must provide some limits on ho
341
341
342
342
3. Click **Save** to save the self-join query as part of the Streaming Analytics job. (It doesn't save the sample data.)
343
343
344
-
<br/><br/><img src="./media/stream-analytics-real-time-fraud-detection/stream-analytics-query-editor-save-button-new-portal.png" alt="Save Stream Analytics query in portal" width="300px"/>
344
+
<br/><img src="./media/stream-analytics-real-time-fraud-detection/stream-analytics-query-editor-save-button-new-portal.png" alt="Save Stream Analytics query in portal" width="300px"/>
345
345
346
346
## Create an output sink to store transformed data
0 commit comments