Source code for the Azure Serverless Community Library
Перейти к файлу
Faiz Shaikh 7bc6ca8112
Add MIT License
2018-09-21 18:22:22 -07:00
.github Include github issue template 2018-09-18 09:33:36 -07:00
ServerlessLibraryAPI Lowercase and remove unused files 2018-09-17 22:58:47 -07:00
ServerlessLibraryFunctionApp Lowercase and remove unused files 2018-09-17 22:58:47 -07:00
ServerlessLibraryUI Update README.md 2018-09-17 23:02:56 -07:00
.gitignore Udpate .gitignore and rename to Serverless 2018-09-17 22:10:12 -07:00
BUILD.md Create BUILD.md 2018-09-17 23:06:27 -07:00
LICENSE Add MIT License 2018-09-21 18:22:22 -07:00
README.md Copying over from master 2018-09-17 18:17:41 -07:00
ServerlessLibrary.sln Lowercase and remove unused files 2018-09-17 22:58:47 -07:00

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

  1. Build something cool!

  2. Put it in a public repository. Here are a couple great examples: Function Example or LogicApp Example

  3. 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.

  4. Finally, create an issue in this repo containing the relevant details (template provided).

  5. 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