@@ -10,75 +10,63 @@ metadata:
10
10
ms.topic : landing-page # Required
11
11
author : ggailey777
12
12
ms.author : azfundocs
13
- ms.date : 05/18 /2021
13
+ ms.date : 12/27 /2021
14
14
ms.custom : contperf-fy21q4
15
15
16
16
landingContent :
17
17
- title : About Azure Functions
18
18
linkLists :
19
19
- linkListType : overview
20
20
links :
21
- - text : What is Azure Functions?
21
+ - text : Introduction to Azure Functions
22
22
url : functions-overview.md
23
23
- linkListType : concept
24
24
links :
25
- - text : Hosting options
25
+ - text : Azure Functions hosting options
26
26
url : functions-scale.md
27
- - text : Compare serverless options
27
+ - text : Choose the right integration and automation services in Azure
28
28
url : functions-compare-logic-apps-ms-flow-webjobs.md
29
- - text : Durable Functions
29
+ - text : What are Durable Functions?
30
30
url : durable/durable-functions-overview.md
31
- - linkListType : video
32
- links :
33
- - text : Where should I host my code?
34
- url : https://azure.microsoft.com/resources/videos/build-2019-where-should-i-host-my-code-choosing-between-kubernetes-containers-and-serverless/
35
31
- title : Create your first function
36
32
linkLists :
37
33
- linkListType : get-started
38
34
links :
39
- - text : Getting started
35
+ - text : Getting started with Azure Functions
40
36
url : functions-get-started.md
41
37
- linkListType : quickstart
42
38
links :
43
- - text : C #
39
+ - text : Create a C# function in Azure using Visual Studio Code
44
40
url : create-first-function-vs-code-csharp.md
45
- - text : Java (Maven)
41
+ - text : Create a Java function in Azure from the command line
46
42
url : create-first-function-cli-java.md
47
- - text : JavaScript
43
+ - text : Create a JavaScript function in Azure using Visual Studio Code
48
44
url : create-first-function-vs-code-node.md
49
- - text : PowerShell
45
+ - text : Create a PowerShell function in Azure using Visual Studio Code
50
46
url : create-first-function-vs-code-powershell.md
51
- - text : Python
47
+ - text : Create a function in Azure with Python using Visual Studio Code
52
48
url : create-first-function-vs-code-python.md
53
- - text : Rust/Go
49
+ - text : Create a Go or Rust function in Azure using Visual Studio Code
54
50
url : create-first-function-vs-code-other.md
55
- - text : TypeScript
51
+ - text : Create a function in Azure with TypeScript using Visual Studio Code
56
52
url : create-first-function-vs-code-typescript.md
57
- - linkListType : video
58
- links :
59
- - text : Watch how to get started
60
- url : https://azure.microsoft.com/resources/videos/get-started-with-azure-functions/
61
53
- title : Develop functions
62
54
linkLists :
63
55
- linkListType : concept
64
56
links :
65
- - text : Developer guide
57
+ - text : Azure Functions developer guide
66
58
url : functions-reference.md
67
- - text : Supported languages
59
+ - text : Supported languages in Azure Functions
68
60
url : supported-languages.md
69
- - text : Connect to services
61
+ - text : Azure Functions triggers and bindings concepts
70
62
url : functions-triggers-bindings.md
71
- - text : Local development
63
+ - text : Code and test Azure Functions locally
72
64
url : functions-develop-local.md
73
65
- linkListType : sample
74
66
links :
75
67
- text : Azure Functions samples
76
- url : / samples/browse/?products=azure-functions
68
+ url : https://docs.microsoft.com/ samples/browse/?expanded=azure&& products=azure-functions
77
69
- text : Azure Serverless Community Library
78
70
url : https://www.serverlesslibrary.net/
79
71
- text : Azure Resource Manager templates
80
- url : https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
81
- - linkListType : video
82
- links :
83
- - text : Develop with Visual Studio Code
84
- url : https://azure.microsoft.com/resources/videos/build-nodejs-apis-using-serverless/
72
+ url : https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
0 commit comments