Skip to content

Commit 23a151b

Browse files
Merge pull request #225362 from ggailey777/patch-12
[Functions][Landing] Shorten QS titles
2 parents 6d968a0 + 29f424b commit 23a151b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-functions/index.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ landingContent:
3636
url: functions-get-started.md
3737
- linkListType: quickstart
3838
links:
39-
- text: Create a C# function in Azure using Visual Studio Code
40-
url: create-first-function-vs-code-csharp.md
41-
- text: Create a Java function in Azure from the command line
39+
- text: C#
40+
url: functions-create-your-first-function-visual-studio.md
41+
- text: Java
4242
url: create-first-function-cli-java.md
43-
- text: Create a JavaScript function in Azure using Visual Studio Code
43+
- text: JavaScript
4444
url: create-first-function-vs-code-node.md
45-
- text: Create a PowerShell function in Azure using Visual Studio Code
45+
- text: PowerShell
4646
url: create-first-function-vs-code-powershell.md
47-
- text: Create a function in Azure with Python using Visual Studio Code
47+
- text: Python
4848
url: create-first-function-vs-code-python.md
49-
- text: Create a Go or Rust function in Azure using Visual Studio Code
49+
- text: Rust/Go
5050
url: create-first-function-vs-code-other.md
51-
- text: Create a function in Azure with TypeScript using Visual Studio Code
51+
- text: TypeScript
5252
url: create-first-function-vs-code-typescript.md
5353
- title: Develop functions
5454
linkLists:

0 commit comments

Comments
 (0)