New items
This commit is contained in:
Родитель
e7f4b32ae6
Коммит
5f4609d13c
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче