Skip to content

Commit b720b36

Browse files
authored
Merge pull request #306967 from ggailey777/patch-3
[Functions] Update landing page (index.yml) with new AI content
2 parents 65eb58b + 457d091 commit b720b36

1 file changed

Lines changed: 42 additions & 30 deletions

File tree

articles/azure-functions/index.yml

Lines changed: 42 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: ggailey777
1212
ms.author: glenga
13-
ms.date: 02/23/2025
13+
ms.date: 10/15/2025
1414
ms.custom: build-2025
1515
landingContent:
1616
- title: About Azure Functions
@@ -35,18 +35,14 @@ landingContent:
3535
url: functions-get-started.md
3636
- linkListType: quickstart
3737
links:
38-
- text: C#
39-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-csharp
40-
- text: Java
41-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-java
42-
- text: JavaScript
43-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-javascript
44-
- text: PowerShell
45-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-powershell
46-
- text: Python
47-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-python
48-
- text: TypeScript
49-
url: create-first-function-azure-developer-cli.md?pivots=programming-language-typescript
38+
- text: Azure Developer CLI
39+
url: create-first-function-azure-developer-cli.md
40+
- text: Visual Studio Code
41+
url: how-to-create-function-vs-code.md
42+
- text: Visual Studio
43+
url: functions-create-your-first-function-visual-studio.md
44+
- text: Command line
45+
url: how-to-create-function-azure-cli.md
5046
- title: Languages
5147
linkLists:
5248
- linkListType: concept
@@ -69,6 +65,22 @@ landingContent:
6965
url: functions-reference-node.md?tabs=typescript
7066
- text: Other languages (Rust/Go)
7167
url: create-first-function-vs-code-other.md
68+
- title: AI integration
69+
linkLists:
70+
- linkListType: concept
71+
links:
72+
- text: AI-enabled functions
73+
url: functions-create-ai-enabled-apps.md
74+
- linkListType: tutorial
75+
links:
76+
- text: Azure OpenAI for text completion
77+
url: functions-add-openai-text-completion.md
78+
- linkListType: reference
79+
links:
80+
- text: Azure OpenAI bindings
81+
url: functions-bindings-openai.md
82+
- text: MCP bindings
83+
url: functions-bindings-mcp.md
7284
- title: Develop functions
7385
linkLists:
7486
- linkListType: concept
@@ -95,22 +107,6 @@ landingContent:
95107
url: create-first-function-vs-code-python.md
96108
- text: Create serverless APIs using Visual Studio
97109
url: openapi-apim-integrate-visual-studio.md
98-
- title: Deployment
99-
linkLists:
100-
- linkListType: how-to-guide
101-
links:
102-
- text: Azure Developer CLI (azd)
103-
url: create-first-function-azure-developer-cli.md
104-
- text: Azure Pipelines
105-
url: functions-how-to-azure-devops.md
106-
- text: Containers
107-
url: container-concepts.md
108-
- text: Continuous deployment
109-
url: functions-continuous-deployment.md
110-
- text: GitHub Actions
111-
url: functions-how-to-github-actions.md
112-
- text: Infrastructure as Code (IaC)
113-
url: functions-infrastructure-as-code.md
114110
- title: Durable Functions
115111
linkLists:
116112
- linkListType: concept
@@ -130,4 +126,20 @@ landingContent:
130126
- linkListType: training
131127
links:
132128
- text: Create a long-running serverless workflow
133-
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
129+
url: /training/modules/create-long-running-serverless-workflow-with-durable-functions/
130+
- title: Deployment
131+
linkLists:
132+
- linkListType: how-to-guide
133+
links:
134+
- text: Azure Developer CLI (azd)
135+
url: create-first-function-azure-developer-cli.md
136+
- text: Azure Pipelines
137+
url: functions-how-to-azure-devops.md
138+
- text: Containers
139+
url: container-concepts.md
140+
- text: Continuous deployment
141+
url: functions-continuous-deployment.md
142+
- text: GitHub Actions
143+
url: functions-how-to-github-actions.md
144+
- text: Infrastructure as Code (IaC)
145+
url: functions-infrastructure-as-code.md

0 commit comments

Comments
 (0)