Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 2193e51

Browse files
authored
Updating README
1 parent 8231d94 commit 2193e51

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
11
# Azure Serverless Community Library
2-
An open source set of common use cases for Azure Functions & LogicApps that are ready to deploy!
2+
A gallery of samples that people have built with serverless technology on Azure.
33

4-
5-
## How-to Contribute to the Serverless Library
6-
7-
1) Build something cool!
8-
9-
2) Put it in a public repository. Here are a couple great examples: [Function Example](https://github.com/jefking/fl-image-resize) or [LogicApp Example](https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create)
10-
11-
2) Create an ARM template for your application (this is acually pretty simple.) This [ARM template generator](https://armbuilder.z5.web.core.windows.net/) quickly creates one for Azure Functions, and Logic Apps code is contained in ARM templates, so build the Logic App in the Azure portal & commit the generated template to your Git repo.
12-
13-
3) Finally, [create an issue](https://github.com/Azure/FunctionLibrary/issues/new) in this repo containing the relevant details (template provided).
14-
15-
4) Wait for approval. When we close the issue, we'll merge your sample!
16-
17-
18-
## Generic Deployment
19-
20-
If you find a Git repo with a Function or Logic App in it, you can use this to quickly deploy to Azure: [AzureDeploy.Any.json](https://github.com/jefking/FunctionLibrary/blob/master/azuredeploy.any.json)
21-
22-
If you want to create an ARM template that deploys Functions or LogicApps:
23-
[Build Your Own](https://armbuilder.z5.web.core.windows.net/)
4+
Visit the site [here!](https://www.serverlesslibrary.net/)

0 commit comments

Comments
 (0)