Source code for the Azure Serverless Community Library
Перейти к файлу
Pravakar Garnayak 43ba412443
Sidebar and tagingfor Technology and solution areas tagging/filtering (#147)
* Filtering sidebar and taging changes for Technology and solution areas tagging/filtering

- Modified item.json, api controller to have Tachnologies instead of types. Renamed Category to solution areas.
- Removed runtime version as now we have Functions 1.x and functions 2.x as first class technologies.
- Modified item.json to have language and technologies string as to be displayed in UI.
- Modifed sidebar and tags component to include all technologies, solution areas and languages.
2019-04-24 17:55:38 -07:00
.github Require raw path for deployment template 2019-01-17 13:26:40 -08:00
.vscode Update to Top bar layout 2018-11-21 14:23:27 -08:00
ServerlessLibraryAPI Sidebar and tagingfor Technology and solution areas tagging/filtering (#147) 2019-04-24 17:55:38 -07:00
ServerlessLibraryFunctionApp Like button click: backend and UI changes (#134) 2019-04-18 15:12:11 -07:00
ServerlessLibraryUI Update yarn.lock files 2019-03-06 16:04:52 -08: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 Updating URL for ARM template generator 2018-12-26 15:24:54 -08:00
ServerlessLibrary.sln Moving Asp.Net project to React template 2019-03-26 18:47:46 -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