Skip to content

Commit 15895b0

Browse files
Merge pull request #260933 from wmwxwa/patch-2
Update functions-scenarios.md
2 parents f136dee + e779914 commit 15895b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static async Task Run([BlobTrigger("catalog-uploads/{name}", Source = Blo
7575

7676
## Real-time stream and event processing
7777

78-
So much telemetry is generated and collected from cloud applications, IoT devices, and networking devices. Azure Functions can process that data in near real-time as the hot path, then store it in Cosmos DB for use in an analytics dashboard.
78+
So much telemetry is generated and collected from cloud applications, IoT devices, and networking devices. Azure Functions can process that data in near real-time as the hot path, then store it in [Azure Cosmos DB](../cosmos-db/introduction.md) for use in an analytics dashboard.
7979

8080
Your functions can also use low-latency event triggers, like Event Grid, and real-time outputs like SignalR to process data in near-real-time.
8181

0 commit comments

Comments
 (0)