@@ -44,6 +44,24 @@ landingContent:
44
44
url : create-first-function-azure-developer-cli.md?pivots=programming-language-python
45
45
- text : TypeScript
46
46
url : create-first-function-azure-developer-cli.md?pivots=programming-language-typescript
47
+ - title : Languages
48
+ linkLists :
49
+ - linkListType : how-to-guide
50
+ links :
51
+ - text : C#
52
+ url : dotnet-isolated-process-guide.md
53
+ - text : Java
54
+ url : functions-reference-java.md
55
+ - text : JavaScript
56
+ url : functions-reference-node.md?tabs=javascript
57
+ - text : PowerShell
58
+ url : functions-reference-powershell.md
59
+ - text : Python
60
+ url : functions-reference-python.md
61
+ - text : Rust/Go
62
+ url : create-first-function-vs-code-other.md
63
+ - text : TypeScript
64
+ url : functions-reference-node.md?tabs=typescript
47
65
- title : Develop functions
48
66
linkLists :
49
67
- linkListType : concept
@@ -72,24 +90,22 @@ landingContent:
72
90
url : create-first-function-vs-code-python.md
73
91
- text : Create serverless APIs using Visual Studio
74
92
url : openapi-apim-integrate-visual-studio.md
75
- - title : Languages
93
+ - title : Deployment
76
94
linkLists :
77
95
- linkListType : how-to-guide
78
96
links :
79
- - text : C#
80
- url : dotnet-isolated-process-guide.md
81
- - text : Java
82
- url : functions-reference-java.md
83
- - text : JavaScript
84
- url : functions-reference-node.md?tabs=javascript
85
- - text : PowerShell
86
- url : functions-reference-powershell.md
87
- - text : Python
88
- url : functions-reference-python.md
89
- - text : Rust/Go
90
- url : create-first-function-vs-code-other.md
91
- - text : TypeScript
92
- url : functions-reference-node.md?tabs=typescript
97
+ - text : Azure Developer CLI (azd)
98
+ url : create-first-function-azure-developer-cli.md
99
+ - text : Azure Pipelines
100
+ url : functions-how-to-azure-devops.md
101
+ - text : Containers
102
+ url : container-concepts.md
103
+ - text : Continuous deployment
104
+ url : functions-continuous-deployment.md
105
+ - text : GitHub Actions
106
+ url : functions-how-to-github-actions.md
107
+ - text : Infrastructure as Code (IaC)
108
+ url : functions-infrastructure-as-code.md
93
109
- title : Durable Functions
94
110
linkLists :
95
111
- linkListType : concept
@@ -110,19 +126,3 @@ landingContent:
110
126
links :
111
127
- text : Create a long-running serverless workflow
112
128
url : /training/modules/create-long-running-serverless-workflow-with-durable-functions/
113
- - title : Deployment
114
- linkLists :
115
- - linkListType : how-to-guide
116
- links :
117
- - text : Azure Developer CLI (azd)
118
- url : create-first-function-azure-developer-cli.md
119
- - text : Azure Pipelines
120
- url : functions-how-to-azure-devops.md
121
- - text : Containers
122
- url : container-concepts.md
123
- - text : Continuous deployment
124
- url : functions-continuous-deployment.md
125
- - text : GitHub Actions
126
- url : functions-how-to-github-actions.md
127
- - text : Infrastructure as Code (IaC)
128
- url : functions-infrastructure-as-code.md
0 commit comments