e2aeadcba9 | ||
---|---|---|
.github | ||
.vscode | ||
ServerlessLibraryAPI | ||
ServerlessLibraryFunctionApp | ||
ServerlessLibraryLogicApp | ||
ServerlessLibraryUI | ||
.gitignore | ||
BUILD.md | ||
LICENSE | ||
README.md | ||
ServerlessLibrary.sln |
README.md
Azure Serverless Community Library
An open source set of common use cases for Azure Functions & LogicApps that are ready to deploy!
How-to Contribute to the Serverless Library
-
Build something cool!
-
Put it in a public repository. Here are a couple great examples: Function Example or LogicApp Example
-
Create an ARM template for your application (this is acually pretty simple.) This ARM template generator 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.
-
Finally, create an issue in this repo containing the relevant details (template provided).
-
Wait for approval. When we close the issue, we'll merge your sample!
Generic Deployment
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
If you want to create an ARM template that deploys Functions or LogicApps: Build Your Own