Skip to content

Commit f289ebc

Browse files
authored
Tweak the see also list
1 parent fe84736 commit f289ebc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 deletions
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/16/2024
6+
ms.date: 09/18/2024
77
zone_pivot_groups: programming-languages-set-functions-full
88
---
99

@@ -127,32 +127,31 @@ To learn even more, see the [full listing of interactive tutorials](/training/br
127127
## Related content
128128

129129
::: zone pivot="programming-language-csharp"
130-
If you're already familiar with developing C# functions, consider reviewing one of the following language reference articles:
130+
Learn more about developing functions by reviewing one of these C# reference articles:
131131

132132
+ [In-process C# class library functions](./functions-dotnet-class-library.md)
133133
+ [Isolated worker process C# class library functions](./dotnet-isolated-process-guide.md)
134-
+ [C# Script functions](./functions-reference-csharp.md)
135-
136134
::: zone-end
137135
::: zone pivot="programming-language-java"
138-
If you're already familiar with developing Java functions, consider reviewing the [language reference](./functions-reference-java.md) article.
136+
Learn more about developing functions by reviewing the [Java language reference](./functions-reference-java.md) article.
139137
::: zone-end
140138
::: zone pivot="programming-language-javascript,programming-language-typescript"
141-
If you're already familiar with developing Node.js functions, consider reviewing the [language reference](./functions-reference-node.md) article.
139+
Learn more about developing functions by reviewing the [Node.js language reference](./functions-reference-node.md) article.
142140
::: zone-end
143141
::: zone pivot="programming-language-powershell"
144-
If you're already familiar with developing PowerShell functions, consider reviewing the [language reference](./functions-reference-powershell.md) article.
142+
Learn more about developing functions by reviewing the [PowerShell language reference](./functions-reference-powershell.md) article.
145143
::: zone-end
146144
::: zone pivot="programming-language-python"
147-
If you're already familiar with developing Python functions, consider reviewing the [language reference](./functions-reference-python.md) article.
145+
Learn more about developing functions by reviewing the [Python language reference](./functions-reference-python.md) article.
148146
::: zone-end
149147
::: zone pivot="programming-language-other"
150-
Consider reviewing the [custom handlers](functions-custom-handlers.md) documentation.
148+
Learn more about developing functions using Rust, Go, and other languages by reviewing the [custom handlers](functions-custom-handlers.md) documentation.
151149
::: zone-end
152150

153-
You might also be interested in one of these more advanced articles:
151+
You might also be interested in these articles:
154152

155153
+ [Deploying Azure Functions](./functions-deployment-technologies.md)
156154
+ [Monitoring Azure Functions](./functions-monitoring.md)
157155
+ [Performance and reliability](./functions-best-practices.md)
158156
+ [Securing Azure Functions](./security-concepts.md)
157+
+ [Durable Functions](./durable/durable-functions-overview.md)

0 commit comments

Comments
 (0)