Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/azure-functions/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
- name: Samples
items:
- name: Azure Serverless Community Library
href: https://www.serverlesslibrary.net/
href: https://aka.ms/AA4ul9b
- name: Azure Samples
items:
- name: C#
Expand Down
12 changes: 6 additions & 6 deletions articles/azure-functions/functions-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,32 @@ These sites let you browse existing functions reference projects and samples in
::: zone-end
::: zone pivot="programming-language-csharp"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=dotnetCsharp)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=C%23)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=C%23)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=csharp&products=azure-functions)
::: zone-end
::: zone pivot="programming-language-java"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=java)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Java)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=Java)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=java&products=azure-functions)
::: zone-end
::: zone pivot="programming-language-javascript"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=javascript)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=JavaScript)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=JavaScript)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=javascript&products=azure-functions)
::: zone-end
::: zone pivot="programming-language-typescript"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=typescript)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=TypeScript)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=TypeScript)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=typescript&products=azure-functions)
::: zone-end
::: zone pivot="programming-language-powershell"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=powershell)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=PowerShell)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=PowerShell)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=powershell&products=azure-functions)
::: zone-end
::: zone pivot="programming-language-python"
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=python)
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Python)
+ [Azure Community Library](https://aka.ms/AA4ul9b?technology=Functions%202.x&language=Python)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
::: zone-end

Expand Down
2 changes: 1 addition & 1 deletion articles/azure-functions/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ landingContent:
- text: Azure Functions samples
url: /samples/browse/?expanded=azure&products=
- text: Azure Serverless Community Library
url: https://www.serverlesslibrary.net/
url: https://aka.ms/AA4ul9b
- text: Azure Resource Manager templates
url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
- linkListType: tutorial
Expand Down
Loading