Skip to content

Commit 30bb93e

Browse files
committed
Acrolynx fixes
1 parent c028225 commit 30bb93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-with-azure-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Before you start, make sure you've completed the following steps:
196196
6. Start the Stream Analytics job.
197197
7. On the **Monitor** page for your Azure function, you see that the function is invoked.
198198

199-
:::image type="content" source="./media/stream-analytics-with-azure-functions/function-invocations.png" alt-text="Screenshot showing the Minitor page for Azure Functions with function invocations.":::
199+
:::image type="content" source="./media/stream-analytics-with-azure-functions/function-invocations.png" alt-text="Screenshot showing the Monitor page for Azure Functions with function invocations.":::
200200
1. On the **Azure Cache for Redis** page your cache, select **Metrics** on the left menu, add **Cache Write** metric, and set the duration to **last hour**. You see the chart similar to the following image.
201201

202202
:::image type="content" source="./media/stream-analytics-with-azure-functions/redis-cache-write-metric.png" alt-text="Screenshot showing the Metrics page for your Azure Cache for Redis.":::
@@ -230,7 +230,7 @@ log.LogInformation($"Object put in database. Key is {key} and value is {data[i].
230230

231231
This command should print the value for the specified key:
232232

233-
:::image type="content" source="./media/stream-analytics-with-azure-functions/redis-console.png" alt-text="Screenshot showing the Redit Cache console showing the output of the Get command.":::
233+
:::image type="content" source="./media/stream-analytics-with-azure-functions/redis-console.png" alt-text="Screenshot showing the Redis Cache console showing the output of the Get command.":::
234234

235235
## Error handling and retries
236236

0 commit comments

Comments
 (0)