Skip to content

Commit 17189a1

Browse files
authored
Merge pull request #127724 from larohra/main
Update serverless community link
2 parents a6c5453 + 25562de commit 17189a1

File tree

4 files changed

+66
-66
lines changed

4 files changed

+66
-66
lines changed

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
href: functions-event-hub-cosmos-db.md
139139
- name: Samples
140140
items:
141-
- name: Azure Serverless Community Library
142-
href: https://www.serverlesslibrary.net/
141+
- name: Azure Functions Samples in Github
142+
href: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
143143
- name: Azure Samples
144144
items:
145145
- name: C#

articles/azure-functions/functions-get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,32 @@ These sites let you browse existing functions reference projects and samples in
4848
::: zone-end
4949
::: zone pivot="programming-language-csharp"
5050
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=dotnetCsharp)
51-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=C%23)
51+
+ [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)
5252
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=csharp&products=azure-functions)
5353
::: zone-end
5454
::: zone pivot="programming-language-java"
5555
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=java)
56-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Java)
56+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJava&type=repositories&l=Java)
5757
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=java&products=azure-functions)
5858
::: zone-end
5959
::: zone pivot="programming-language-javascript"
6060
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=javascript)
61-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=JavaScript)
61+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3AJavaScript&type=repositories)
6262
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=javascript&products=azure-functions)
6363
::: zone-end
6464
::: zone pivot="programming-language-typescript"
6565
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=typescript)
66-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=TypeScript)
66+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3ATypeScript+&type=repositories)
6767
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=typescript&products=azure-functions)
6868
::: zone-end
6969
::: zone pivot="programming-language-powershell"
7070
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=powershell)
71-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=PowerShell)
71+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APowerShell&type=repositories)
7272
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=powershell&products=azure-functions)
7373
::: zone-end
7474
::: zone pivot="programming-language-python"
7575
+ [Awesome azd template library](https://azure.github.io/awesome-azd/?tags=functions&tags=python)
76-
+ [Azure Community Library](https://www.serverlesslibrary.net/?technology=Functions%202.x&language=Python)
76+
+ [Azure Functions Samples in Github](https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue+language%3APython+&type=repositories)
7777
+ [Azure Samples Browser](/samples/browse/?expanded=azure&languages=python&products=azure-functions)
7878
::: zone-end
7979

articles/azure-functions/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ landingContent:
9595
links:
9696
- text: Azure Functions samples
9797
url: /samples/browse/?expanded=azure&products=
98-
- text: Azure Serverless Community Library
99-
url: https://www.serverlesslibrary.net/
98+
- text: Azure Functions Samples in Github
99+
url: https://github.com/search?q=topic%3Aazure-functions+org%3AAzure-Samples+fork%3Atrue&type=repositories
100100
- text: Azure Resource Manager templates
101101
url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions
102102
- linkListType: tutorial

0 commit comments

Comments
 (0)