Skip to content

Commit 9b35f3d

Browse files
committed
remove images
1 parent 032b388 commit 9b35f3d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/stream-analytics/stream-analytics-twitter-sentiment-analysis-trends.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ In this section, you create an event hub namespace and add an event hub to that
4848
2. On the **Create Namespace** page, enter a namespace name. You can use any name for the namespace, but the name must be valid for a URL, and it must be unique across Azure.
4949

5050
3. Select a pricing tier and subscription, and create or choose a resource group. Then, choose a location and select **Create**.
51-
52-
![Create an event hub namespace](./media/stream-analytics-twitter-sentiment-analysis-trends/stream-analytics-create-eventhub-namespace.png)
5351

5452
4. When the namespace has finished deploying, navigate to your resource group and find the event hub namespace in your list of Azure resources.
5553

@@ -151,8 +149,6 @@ Now that tweet events are streaming in real time from Twitter, you can set up a
151149

152150
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.
153151

154-
![Creating a new Stream Analytics job](./media/stream-analytics-twitter-sentiment-analysis-trends/newjob.png)
155-
156152
3. Select **Create**. Then navigate to your job when the deployment is finished.
157153

158154
## Specify the job input
@@ -171,8 +167,6 @@ Now that tweet events are streaming in real time from Twitter, you can set up a
171167

172168
Leave the remaining default values and select **Save**.
173169

174-
![Creating a new Stream Analytics job](./media/stream-analytics-twitter-sentiment-analysis-trends/stream-analytics-twitter-new-input.png)
175-
176170
## Specify the job query
177171

178172
Stream Analytics supports a simple, declarative query model that describes transformations. To learn more about the language, see the [Azure Stream Analytics Query Language Reference](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference). This how-to guide helps you author and test several queries over Twitter data.

0 commit comments

Comments
 (0)