Skip to content

Commit 966a023

Browse files
authored
Merge pull request #183687 from damabe/1904265-damabe
FreshnessUpdates: User Story 1904265
2 parents 37d7dd2 + 91835e3 commit 966a023

File tree

1 file changed

+19
-31
lines changed

1 file changed

+19
-31
lines changed

articles/azure-functions/index.yml

Lines changed: 19 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,75 +10,63 @@ metadata:
1010
ms.topic: landing-page # Required
1111
author: ggailey777
1212
ms.author: azfundocs
13-
ms.date: 05/18/2021
13+
ms.date: 12/27/2021
1414
ms.custom: contperf-fy21q4
1515

1616
landingContent:
1717
- title: About Azure Functions
1818
linkLists:
1919
- linkListType: overview
2020
links:
21-
- text: What is Azure Functions?
21+
- text: Introduction to Azure Functions
2222
url: functions-overview.md
2323
- linkListType: concept
2424
links:
25-
- text: Hosting options
25+
- text: Azure Functions hosting options
2626
url: functions-scale.md
27-
- text: Compare serverless options
27+
- text: Choose the right integration and automation services in Azure
2828
url: functions-compare-logic-apps-ms-flow-webjobs.md
29-
- text: Durable Functions
29+
- text: What are Durable Functions?
3030
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/
3531
- title: Create your first function
3632
linkLists:
3733
- linkListType: get-started
3834
links:
39-
- text: Getting started
35+
- text: Getting started with Azure Functions
4036
url: functions-get-started.md
4137
- linkListType: quickstart
4238
links:
43-
- text: C#
39+
- text: Create a C# function in Azure using Visual Studio Code
4440
url: create-first-function-vs-code-csharp.md
45-
- text: Java (Maven)
41+
- text: Create a Java function in Azure from the command line
4642
url: create-first-function-cli-java.md
47-
- text: JavaScript
43+
- text: Create a JavaScript function in Azure using Visual Studio Code
4844
url: create-first-function-vs-code-node.md
49-
- text: PowerShell
45+
- text: Create a PowerShell function in Azure using Visual Studio Code
5046
url: create-first-function-vs-code-powershell.md
51-
- text: Python
47+
- text: Create a function in Azure with Python using Visual Studio Code
5248
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
5450
url: create-first-function-vs-code-other.md
55-
- text: TypeScript
51+
- text: Create a function in Azure with TypeScript using Visual Studio Code
5652
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/
6153
- title: Develop functions
6254
linkLists:
6355
- linkListType: concept
6456
links:
65-
- text: Developer guide
57+
- text: Azure Functions developer guide
6658
url: functions-reference.md
67-
- text: Supported languages
59+
- text: Supported languages in Azure Functions
6860
url: supported-languages.md
69-
- text: Connect to services
61+
- text: Azure Functions triggers and bindings concepts
7062
url: functions-triggers-bindings.md
71-
- text: Local development
63+
- text: Code and test Azure Functions locally
7264
url: functions-develop-local.md
7365
- linkListType: sample
7466
links:
7567
- text: Azure Functions samples
76-
url: /samples/browse/?products=azure-functions
68+
url: https://docs.microsoft.com/samples/browse/?expanded=azure&&products=azure-functions
7769
- text: Azure Serverless Community Library
7870
url: https://www.serverlesslibrary.net/
7971
- 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

Comments
 (0)