Skip to content

Commit 4994e7a

Browse files
authored
Merge pull request #296441 from ggailey777/patch-9
[Functions][Scenarios] Add scenario list links
2 parents 33035dd + 528877e commit 4994e7a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/azure-functions/functions-get-started.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started with Azure Functions
33
description: Take the first steps toward working with Azure Functions.
44
ms.topic: overview
55
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
6-
ms.date: 09/18/2024
6+
ms.date: 03/17/2025
77
zone_pivot_groups: programming-languages-set-functions-full
88
---
99

@@ -114,6 +114,19 @@ These sites let you browse existing functions reference projects and samples in
114114
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
115115
::: zone-end
116116

117+
## Scenarios
118+
119+
While Functions provides compute resources to run your code in any Azure-based topology, here are some scenario ideas to help you get started:
120+
121+
+ [Process file uploads](functions-scenarios.md#process-file-uploads)
122+
+ [Real-time stream and event processing](functions-scenarios.md#real-time-stream-and-event-processing)
123+
+ [Machine learning and AI](functions-scenarios.md#machine-learning-and-ai)
124+
+ [Run scheduled tasks](functions-scenarios.md#run-scheduled-tasks)
125+
+ [Build a scalable web API](functions-scenarios.md#build-a-scalable-web-api)
126+
+ [Build a serverless workflow](functions-scenarios.md#build-a-serverless-workflow)
127+
+ [Respond to database changes](functions-scenarios.md#respond-to-database-changes)
128+
+ [Create reliable message systems](functions-scenarios.md#create-reliable-message-systems)
129+
117130
## Explore an interactive tutorial
118131

119132
Complete one of the following interactive training modules to learn more about Functions:

0 commit comments

Comments
 (0)