Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions articles/azure-functions/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@
href: functions-event-hub-cosmos-db.md
- name: Samples
items:
- name: Azure Serverless Community Library
href: https://www.serverlesslibrary.net/
- name: Azure Functions Samples in Github
href: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
- 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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AC%23&type=repositories&l=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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJava&type=repositories&l=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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJavaScript&type=repositories)
+ [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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3ATypeScript+&type=repositories)
+ [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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APowerShell&type=repositories)
+ [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 Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APython+&type=repositories)
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
::: zone-end

Expand Down
4 changes: 2 additions & 2 deletions articles/azure-functions/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ landingContent:
links:
- text: Azure Functions samples
url: /samples/browse/?expanded=azure&products=
- text: Azure Serverless Community Library
url: https://www.serverlesslibrary.net/
- text: Azure Functions Samples in Github
url: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
- text: Azure Resource Manager templates
url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
- linkListType: tutorial
Expand Down
Loading