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
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,26 +49,33 @@ To analyze a data stream, you *ingest* it into Azure. A typical way to ingest da
49
49
### Create a namespace and event hub
50
50
In this procedure, you first create an event hub namespace, and then you add an event hub to that namespace. Event hub namespaces are used to logically group related event bus instances.
51
51
52
-
1. Log in to the Azure portal and click **Create a resource**> **Internet of Things** > **Event Hub**.
52
+
1. Log in to the Azure portal, and click **Create a resource**at the top left of the screen.
53
53
54
-
2. In the **Create namespace** pane, enter a namespace name such as `<yourname>-eh-ns-demo`. You can use any name for the namespace, but the name must be valid for a URL and it must be unique across Azure.
54
+
2. Select **All services** in the left menu, and select **star (`*`)** next to **Event Hubs** in the **Analytics** category. Confirm that **Event Hubs** is added to **FAVORITES** in the left navigational menu.
55
+
56
+

57
+
58
+
3. Select **Event Hubs** under **FAVORITES** in the left navigational menu, and select **Add** on the toolbar.
4. In the **Create namespace** pane, enter a namespace name such as `<yourname>-eh-ns-demo`. You can use any name for the namespace, but the name must be valid for a URL and it must be unique across Azure.
55
63
56
-
3. Select a subscription and create or choose a resource group, then click **Create**.
64
+
5. Select a subscription and create or choose a resource group, then click **Create**.
57
65
58
66
<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"/>
59
67
60
-
4. When the namespace has finished deploying, find the event hub namespace in your list of Azure resources.
68
+
6. When the namespace has finished deploying, find the event hub namespace in your list of Azure resources.
61
69
62
-
5. Click the new namespace, and in the namespace pane, click **Event Hub**.
70
+
7. Click the new namespace, and in the namespace pane, click **Event Hub**.
63
71
64
72

65
73
66
-
6. 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.
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.
67
75
68
76
<imgsrc="./media/stream-analytics-real-time-fraud-detection/stream-analytics-create-eventhub-new-portal.png"alt="Name event hub in Azure portal"width="400px"/>
69
77
70
-
71
-
7. Click **Create**.
78
+
9. Click **Create**.
72
79
73
80
### Grant access to the event hub and get a connection string
0 commit comments