From 5f4609d13c8cb523befe2f6aa5db982cf2cfb562 Mon Sep 17 00:00:00 2001 From: Faiz Shaikh Date: Mon, 4 Mar 2019 14:14:02 -0800 Subject: [PATCH] New items --- ServerlessLibraryAPI/wwwroot/items.json | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ServerlessLibraryAPI/wwwroot/items.json b/ServerlessLibraryAPI/wwwroot/items.json index 537604b..9b3c53f 100644 --- a/ServerlessLibraryAPI/wwwroot/items.json +++ b/ServerlessLibraryAPI/wwwroot/items.json @@ -587,5 +587,45 @@ "type": "functionapp", "authortype": "Community", "runtimeversion": "na" + }, + { + "title": "GitHub Pull Request Reviewer", + "template": "https://raw.githubusercontent.com/paulbatum/pull-request-reviewer/master/azure.deploy.json", + "repository": "https://github.com/paulbatum/pull-request-reviewer", + "description": "A simple example of using Azure Functions to implement a GitHub webhook", + "language": "javascript", + "type": "functionapp", + "authortype": "Community", + "runtimeversion": "v2" + }, + { + "title": "Hello Panda: Introduction to Backend API's in TypeScript", + "template": "https://github.com/mhoeger/functions-typescript-intermediate/blob/master/azure.deploy.json", + "repository": "https://github.com/mhoeger/functions-typescript-intermediate", + "description": "A function app written in TypeScript that shows how to create backend API functions that use custom routes, npm modules, and globally shared code between functions.", + "language": "javascript", + "type": "functionapp", + "authortype": "Community", + "runtimeversion": "v2" + }, + { + "title": "Functions running as a Managed Service identity MSI for ARM calls in C#", + "template": "https://raw.githubusercontent.com/fashaikh/functions-msi-csharp/master/azuredeploy.json", + "repository": "https://github.com/fashaikh/functions-msi-csharp", + "description": "Once installed it creates a Function App linked to an MSI. If you go ahead and change the access of the MSI to particular resources, then it is able to talk to ARM and return the results", + "language": "csharp", + "type": "functionapp", + "authortype": "Community", + "runtimeversion": "v2" + }, + { + "title": "FunctionApp v1 with AWS S3 bucket and queue bindings Cognitive Services and CosmosDB", + "template": "https://raw.githubusercontent.com/fashaikh/functions-aws-s3-cosmosdb-v1/master/azuredeploy.json", + "repository": "https://github.com/fashaikh/functions-aws-s3-cosmosdb-v1", + "description": "V1 FunctionApp with AWS S3 bucket and queue bindings,Cognitive Services and CosmosDB: 1)TimerTriggerFromS3: OCR images from S3 2) GetS3PreSignedUrl: Creates a pre signed Url for any S3 bucket 3) BlobTriggerToS3:From Azure Storage to S3", + "language": "csharp", + "type": "functionapp", + "authortype": "Community", + "runtimeversion": "v1" } ]