Skip to content

Commit 6025112

Browse files
committed
moved media files & fixed broken links
1 parent 9773fb1 commit 6025112

14 files changed

+14
-14
lines changed

articles/stream-analytics/includes/event-generator-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
1717

1818
## Create an event hub
1919

20-
Before Stream Analytics can analyze the fraudulent calls data stream, the data needs to be sent to Azure. In this tutorial, you'll send data to Azure by using [Azure Event Hubs](../event-hubs/event-hubs-about.md).
20+
Before Stream Analytics can analyze the fraudulent calls data stream, the data needs to be sent to Azure. In this tutorial, you'll send data to Azure by using [Azure Event Hubs](../../event-hubs/event-hubs-about.md).
2121

2222
Use the following steps to create an event hub and send call data to that event hub:
2323

@@ -116,7 +116,7 @@ Now that you have a stream of call events, you can create a Stream Analytics job
116116
|Job name | ASATutorial | A unique name to identify the event hub namespace. |
117117
|Location | West US2 | Location where the job can be deployed. It's recommended 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. |
118118
|Hosting environment | Cloud | Stream Analytics jobs can be deployed to cloud or edge. **Cloud** allows you to deploy to Azure Cloud, and **Edge** allows you to deploy to an IoT Edge device. |
119-
|Streaming units | 1 | Streaming units represent the computing resources that are required to execute a job. By default, this value is set to 1. To learn about scaling streaming units, see [understanding and adjusting streaming units](stream-analytics-streaming-unit-consumption.md) article. |
119+
|Streaming units | 1 | Streaming units represent the computing resources that are required to execute a job. By default, this value is set to 1. To learn about scaling streaming units, see [understanding and adjusting streaming units](../stream-analytics-streaming-unit-consumption.md) article. |
120120
4. Use default options on the remaining settings, select **Create**, and wait for the deployment to succeed.
121121

122122
![Create an Azure Stream Analytics job](media/stream-analytics-real-time-fraud-detection/create-stream-analytics-job.png)

0 commit comments

Comments
 (0)