Skip to content

Commit 03025a2

Browse files
authored
Update Azure Functions index.yml with new AI content
Updated the date and modified the quickstart links for Azure Functions. Added new sections for AI & intelligent apps.
1 parent 4fd8dab commit 03025a2

1 file changed

Lines changed: 25 additions & 13 deletions

File tree

articles/azure-functions/index.yml

Lines changed: 25 additions & 13 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 & intelligent apps
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

0 commit comments

Comments
 (0)