|
|
@ -7,8 +7,8 @@
|
|
|
|
"repository": "https://github.com/anthonychu/azure-functions-openalpr",
|
|
|
|
"repository": "https://github.com/anthonychu/azure-functions-openalpr",
|
|
|
|
"description": "App for reading license plate info from a photo.",
|
|
|
|
"description": "App for reading license plate info from a photo.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Machine Learning"],
|
|
|
|
"solutionareas": [ "Machine Learning" ],
|
|
|
|
"author": "anthonychu",
|
|
|
|
"author": "anthonychu",
|
|
|
|
"authortype": "Community",
|
|
|
|
"authortype": "Community",
|
|
|
|
"tags": []
|
|
|
|
"tags": []
|
|
|
@ -21,12 +21,12 @@
|
|
|
|
"repository": "https://github.com/toolboc/stripe-function",
|
|
|
|
"repository": "https://github.com/toolboc/stripe-function",
|
|
|
|
"description": "Allows for incorporating Stripe payment functionality as a callable web service.",
|
|
|
|
"description": "Allows for incorporating Stripe payment functionality as a callable web service.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"blog": "http://pjdecarlo.com/2017/06/super-cheap-subscription-and-payment-services-with-stripe-on-microsoft-azure-using-serverless-code-via-azure-functions-node-js.html",
|
|
|
|
"blog": "http://pjdecarlo.com/2017/06/super-cheap-subscription-and-payment-services-with-stripe-on-microsoft-azure-using-serverless-code-via-azure-functions-node-js.html",
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "toolboc",
|
|
|
|
"author": "toolboc",
|
|
|
|
"authortype": "Community",
|
|
|
|
"authortype": "Community",
|
|
|
|
"tags": ["Payment"]
|
|
|
|
"tags": [ "Payment" ]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"id": "7044ca9c-682a-408a-8acb-f17c552301bf",
|
|
|
|
"id": "7044ca9c-682a-408a-8acb-f17c552301bf",
|
|
|
@ -36,8 +36,8 @@
|
|
|
|
"repository": "https://github.com/burkeholland/weather-bulb",
|
|
|
|
"repository": "https://github.com/burkeholland/weather-bulb",
|
|
|
|
"description": "Timers that set the color of an LIFX bulb based on the outside temperature.",
|
|
|
|
"description": "Timers that set the color of an LIFX bulb based on the outside temperature.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Scheduled Jobs", "IoT"],
|
|
|
|
"solutionareas": [ "Scheduled Jobs", "IoT" ],
|
|
|
|
"author": "burkeholland",
|
|
|
|
"author": "burkeholland",
|
|
|
|
"authortype": "Community",
|
|
|
|
"authortype": "Community",
|
|
|
|
"tags": []
|
|
|
|
"tags": []
|
|
|
@ -50,8 +50,8 @@
|
|
|
|
"repository": "https://github.com/nastassiar/crudfunctions",
|
|
|
|
"repository": "https://github.com/nastassiar/crudfunctions",
|
|
|
|
"description": "An HTTP API for CRUD operations against CosmosDB. (So boring, why would you write it yourself?!!)",
|
|
|
|
"description": "An HTTP API for CRUD operations against CosmosDB. (So boring, why would you write it yourself?!!)",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Cosmos DB"],
|
|
|
|
"technologies": [ "Functions 1.x", "Cosmos DB" ],
|
|
|
|
"solutionareas": ["Web API"],
|
|
|
|
"solutionareas": [ "Web API" ],
|
|
|
|
"author": "nastassiar",
|
|
|
|
"author": "nastassiar",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -63,9 +63,9 @@
|
|
|
|
"repository": "https://github.com/ricardodsanchez/WhatToBring",
|
|
|
|
"repository": "https://github.com/ricardodsanchez/WhatToBring",
|
|
|
|
"description": "Returns a list of what items you should bring when traveling to certain cities.",
|
|
|
|
"description": "Returns a list of what items you should bring when traveling to certain cities.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"blog": "https://ricardodsanchez.com/what-can-you-do-with-azure-functions-heres-one-example/",
|
|
|
|
"blog": "https://ricardodsanchez.com/what-can-you-do-with-azure-functions-heres-one-example/",
|
|
|
|
"solutionareas": ["Web API"],
|
|
|
|
"solutionareas": [ "Web API" ],
|
|
|
|
"author": "ricardodsanchez",
|
|
|
|
"author": "ricardodsanchez",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -78,8 +78,8 @@
|
|
|
|
"description": "This simple demo game is used to teach basic concepts around building Azure Functions with node.js.",
|
|
|
|
"description": "This simple demo game is used to teach basic concepts around building Azure Functions with node.js.",
|
|
|
|
"blog": "https://aka.ms/aztugofwar",
|
|
|
|
"blog": "https://aka.ms/aztugofwar",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x", "App Service"],
|
|
|
|
"technologies": [ "Functions 2.x", "App Service" ],
|
|
|
|
"solutionareas": ["Web API", "Event Processing", "Gaming"],
|
|
|
|
"solutionareas": [ "Web API", "Event Processing", "Gaming" ],
|
|
|
|
"author": "joescars",
|
|
|
|
"author": "joescars",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -91,8 +91,8 @@
|
|
|
|
"repository": "https://github.com/akos-sebestyen/purolator-tracker",
|
|
|
|
"repository": "https://github.com/akos-sebestyen/purolator-tracker",
|
|
|
|
"description": "App for tracking Purolator shipments.",
|
|
|
|
"description": "App for tracking Purolator shipments.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Event Processing", "Scheduled Jobs"],
|
|
|
|
"solutionareas": [ "Event Processing", "Scheduled Jobs" ],
|
|
|
|
"author": "akos-sebestyen",
|
|
|
|
"author": "akos-sebestyen",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -104,8 +104,8 @@
|
|
|
|
"repository": "https://github.com/anthonychu/azure-functions-raffle",
|
|
|
|
"repository": "https://github.com/anthonychu/azure-functions-raffle",
|
|
|
|
"description": "A simple raffle application.",
|
|
|
|
"description": "A simple raffle application.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Static Website", "Gaming"],
|
|
|
|
"solutionareas": [ "Web API", "Static Website", "Gaming" ],
|
|
|
|
"author": "anthonychu",
|
|
|
|
"author": "anthonychu",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -117,8 +117,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-smart-thumbnail",
|
|
|
|
"repository": "https://github.com/jefking/fn-smart-thumbnail",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: Smart Thumbnail API.",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: Smart Thumbnail API.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 2.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 2.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Machine Learning"],
|
|
|
|
"solutionareas": [ "Machine Learning" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -130,8 +130,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-computer-vision",
|
|
|
|
"repository": "https://github.com/jefking/fn-computer-vision",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: Computer Vision API.",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: Computer Vision API.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Cognitive Services"],
|
|
|
|
"technologies": [ "Functions 1.x", "Cognitive Services" ],
|
|
|
|
"solutionareas": ["Machine Learning"],
|
|
|
|
"solutionareas": [ "Machine Learning" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -143,8 +143,8 @@
|
|
|
|
"repository": "https://github.com/nastassiar/RecognizeTextFunction",
|
|
|
|
"repository": "https://github.com/nastassiar/RecognizeTextFunction",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: OCR.",
|
|
|
|
"description": "Test your own images in bulk against Microsoft Cognitive Services: OCR.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Machine Learning"],
|
|
|
|
"solutionareas": [ "Machine Learning" ],
|
|
|
|
"author": "nastassiar",
|
|
|
|
"author": "nastassiar",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -156,8 +156,8 @@
|
|
|
|
"repository": "https://github.com/Azure-Samples/functions-node-sas-token",
|
|
|
|
"repository": "https://github.com/Azure-Samples/functions-node-sas-token",
|
|
|
|
"description": "This is a sample HTTP trigger Azure Function that returns a SAS token for Azure Storage for the specified container, blob, and permissions.",
|
|
|
|
"description": "This is a sample HTTP trigger Azure Function that returns a SAS token for Azure Storage for the specified container, blob, and permissions.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Web API", "Authentication"],
|
|
|
|
"solutionareas": [ "Web API", "Authentication" ],
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -169,8 +169,8 @@
|
|
|
|
"repository": "https://github.com/m-gagne/PDF2AzSearch",
|
|
|
|
"repository": "https://github.com/m-gagne/PDF2AzSearch",
|
|
|
|
"description": "This Azure Function binds to an Azure Storage container to process PDF files, extract metadata (using Regular Expressions), stores the result in DocumentDB (extracted text + captured metadata) which can then be used by Azure Search",
|
|
|
|
"description": "This Azure Function binds to an Azure Storage container to process PDF files, extract metadata (using Regular Expressions), stores the result in DocumentDB (extracted text + captured metadata) which can then be used by Azure Search",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage", "Cosmos DB"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage", "Cosmos DB" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "m-gagne",
|
|
|
|
"author": "m-gagne",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -182,8 +182,8 @@
|
|
|
|
"repository": "https://github.com/AzureBytes/functionsstorsql",
|
|
|
|
"repository": "https://github.com/AzureBytes/functionsstorsql",
|
|
|
|
"description": "Stores a queue message in SQL Database; uses Entity Framework.",
|
|
|
|
"description": "Stores a queue message in SQL Database; uses Entity Framework.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "SQL Server"],
|
|
|
|
"technologies": [ "Functions 1.x", "SQL Server" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "AzureBytes",
|
|
|
|
"author": "AzureBytes",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -195,8 +195,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fl-image-resize",
|
|
|
|
"repository": "https://github.com/jefking/fl-image-resize",
|
|
|
|
"description": "The easiest way to resize images stored in Blob Storage (on Azure); uses ImageProcessor.",
|
|
|
|
"description": "The easiest way to resize images stored in Blob Storage (on Azure); uses ImageProcessor.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -209,8 +209,8 @@
|
|
|
|
"description": "Sends a Slackbot notification to specified users or channels when users are added or removed from Slack.",
|
|
|
|
"description": "Sends a Slackbot notification to specified users or channels when users are added or removed from Slack.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"blog": "https://github.com/cfe84/slack-users-change-alerts",
|
|
|
|
"blog": "https://github.com/cfe84/slack-users-change-alerts",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Event Processing"],
|
|
|
|
"solutionareas": [ "Event Processing" ],
|
|
|
|
"author": "anthonychu",
|
|
|
|
"author": "anthonychu",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -223,8 +223,8 @@
|
|
|
|
"description": "The Closed-Loop function binds to the Event Hub compatible name of an IoT Hub. Each message into the IoT Hub will trigger the function. The sample function reads the JSON message payload, deserializes it, adds the two integer values (DataPoint1 and DataPoint2), and sends the sum back to the device, via IoT Hub, using a C2D message.",
|
|
|
|
"description": "The Closed-Loop function binds to the Event Hub compatible name of an IoT Hub. Each message into the IoT Hub will trigger the function. The sample function reads the JSON message payload, deserializes it, adds the two integer values (DataPoint1 and DataPoint2), and sends the sum back to the device, via IoT Hub, using a C2D message.",
|
|
|
|
"addTemplate": "https://raw.githubusercontent.com/fashaikh/AzureFunctions/master/ClosedLoopFunction/deploy/addfunction.json",
|
|
|
|
"addTemplate": "https://raw.githubusercontent.com/fashaikh/AzureFunctions/master/ClosedLoopFunction/deploy/addfunction.json",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["IoT", "Data Processing"],
|
|
|
|
"solutionareas": [ "IoT", "Data Processing" ],
|
|
|
|
"author": "khilscher",
|
|
|
|
"author": "khilscher",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -237,8 +237,8 @@
|
|
|
|
"description": "Serves a static website from a www root with a default index.html page.",
|
|
|
|
"description": "Serves a static website from a www root with a default index.html page.",
|
|
|
|
"blog": "http://anthonychu.ca/post/azure-functions-static-file-server",
|
|
|
|
"blog": "http://anthonychu.ca/post/azure-functions-static-file-server",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Static Website"],
|
|
|
|
"solutionareas": [ "Web API", "Static Website" ],
|
|
|
|
"author": "anthonychu",
|
|
|
|
"author": "anthonychu",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -250,8 +250,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fl-default-static",
|
|
|
|
"repository": "https://github.com/jefking/fl-default-static",
|
|
|
|
"description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites. This deployment contains a CDN layered 'over top' of the function.",
|
|
|
|
"description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites. This deployment contains a CDN layered 'over top' of the function.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Static Website"],
|
|
|
|
"solutionareas": [ "Static Website" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -263,8 +263,8 @@
|
|
|
|
"repository": "https://github.com/Azure-Samples/consumption-cost-node",
|
|
|
|
"repository": "https://github.com/Azure-Samples/consumption-cost-node",
|
|
|
|
"description": "This sample demonstrates how to use the Azure billing commerce APIs to find consumption cost per subscription and resource-groups.",
|
|
|
|
"description": "This sample demonstrates how to use the Azure billing commerce APIs to find consumption cost per subscription and resource-groups.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Authentication"],
|
|
|
|
"solutionareas": [ "Web API", "Authentication" ],
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -276,8 +276,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sql-proc",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sql-proc",
|
|
|
|
"description": "This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.",
|
|
|
|
"description": "This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps", "SQL Server"],
|
|
|
|
"technologies": [ "Logic Apps", "SQL Server" ],
|
|
|
|
"solutionareas": ["Integration", "Scheduled Jobs"],
|
|
|
|
"solutionareas": [ "Integration", "Scheduled Jobs" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -289,8 +289,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sendgrid",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sendgrid",
|
|
|
|
"description": "This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.",
|
|
|
|
"description": "This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -302,8 +302,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-ftp-to-blob",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-ftp-to-blob",
|
|
|
|
"description": "This template allows you to create a Logic app that listens to a folder on an FTP server and will copy it to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs.",
|
|
|
|
"description": "This template allows you to create a Logic app that listens to a folder on an FTP server and will copy it to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps", "Blob Storage"],
|
|
|
|
"technologies": [ "Logic Apps", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -315,8 +315,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-http-queue-s",
|
|
|
|
"repository": "https://github.com/jefking/fn-http-queue-s",
|
|
|
|
"description": "Posted messages get added to Azure Storage Queue.",
|
|
|
|
"description": "Posted messages get added to Azure Storage Queue.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Storage Queue"],
|
|
|
|
"technologies": [ "Functions 1.x", "Storage Queue" ],
|
|
|
|
"solutionareas": ["Web API", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Data Processing" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -328,8 +328,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-http-queue-sb",
|
|
|
|
"repository": "https://github.com/jefking/fn-http-queue-sb",
|
|
|
|
"description": "Posted messages get added to Azure Service Bus Queue.",
|
|
|
|
"description": "Posted messages get added to Azure Service Bus Queue.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Service Bus Queue"],
|
|
|
|
"technologies": [ "Functions 1.x", "Service Bus Queue" ],
|
|
|
|
"solutionareas": ["Web API", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Data Processing" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -341,8 +341,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-http-topic",
|
|
|
|
"repository": "https://github.com/jefking/fn-http-topic",
|
|
|
|
"description": "Posted messages get added to Azure Service Bus Topic.",
|
|
|
|
"description": "Posted messages get added to Azure Service Bus Topic.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Data Processing" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -354,8 +354,8 @@
|
|
|
|
"repository": "https://github.com/jefking/fn-webhook-queue",
|
|
|
|
"repository": "https://github.com/jefking/fn-webhook-queue",
|
|
|
|
"description": "Posted Body gets added to Azure Service Bus Queue.",
|
|
|
|
"description": "Posted Body gets added to Azure Service Bus Queue.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x", "Service Bus Queue"],
|
|
|
|
"technologies": [ "Functions 1.x", "Service Bus Queue" ],
|
|
|
|
"solutionareas": ["Web API", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Data Processing" ],
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -367,8 +367,8 @@
|
|
|
|
"repository": "https://github.com/isaac2004/RedditPoller",
|
|
|
|
"repository": "https://github.com/isaac2004/RedditPoller",
|
|
|
|
"description": "Scheduled email notifications of Reddit Posts",
|
|
|
|
"description": "Scheduled email notifications of Reddit Posts",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Scheduled Jobs"],
|
|
|
|
"solutionareas": [ "Scheduled Jobs" ],
|
|
|
|
"author": "isaac2004",
|
|
|
|
"author": "isaac2004",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -380,13 +380,8 @@
|
|
|
|
"repository": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration",
|
|
|
|
"repository": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration",
|
|
|
|
"description": "Sample for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.",
|
|
|
|
"description": "Sample for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Storage Queue"],
|
|
|
|
"technologies": [ "Functions 1.x", "Storage Queue" ],
|
|
|
|
"solutionareas": [
|
|
|
|
"solutionareas": [ "Data Processing", "Web API", "Integration", "Automation" ],
|
|
|
|
"Data Processing",
|
|
|
|
|
|
|
|
"Web API",
|
|
|
|
|
|
|
|
"Integration",
|
|
|
|
|
|
|
|
"Automation"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"author": "jefking",
|
|
|
|
"author": "jefking",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -398,13 +393,8 @@
|
|
|
|
"repository": "https://github.com/Azure-Samples/functions-dotnet-codercards",
|
|
|
|
"repository": "https://github.com/Azure-Samples/functions-dotnet-codercards",
|
|
|
|
"description": "CoderCards is a geek trading card generator. It uses Microsoft Cognitive Services to detect the predominant emotion in a face, which is used to choose a card back.",
|
|
|
|
"description": "CoderCards is a geek trading card generator. It uses Microsoft Cognitive Services to detect the predominant emotion in a face, which is used to choose a card back.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage", "Cognitive Services"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage", "Cognitive Services" ],
|
|
|
|
"solutionareas": [
|
|
|
|
"solutionareas": [ "Web API", "Machine Learning", "Static Website", "Data Processing" ],
|
|
|
|
"Web API",
|
|
|
|
|
|
|
|
"Machine Learning",
|
|
|
|
|
|
|
|
"Static Website",
|
|
|
|
|
|
|
|
"Data Processing"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"author": "Azure-Samples",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -416,8 +406,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-and-function-app",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-and-function-app",
|
|
|
|
"description": "This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.",
|
|
|
|
"description": "This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Functions 1.x", "Logic Apps"],
|
|
|
|
"technologies": [ "Functions 1.x", "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -429,8 +419,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create",
|
|
|
|
"description": "Create a Logic App from a template",
|
|
|
|
"description": "Create a Logic App from a template",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -442,8 +432,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-xslt-with-params",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-xslt-with-params",
|
|
|
|
"description": "This template creates a request-response Logic App which performs XSLT based transformation. The XSLT map takes primitives (integer, string etc.) as input parameters as uses them during XML transformation.",
|
|
|
|
"description": "This template creates a request-response Logic App which performs XSLT based transformation. The XSLT map takes primitives (integer, string etc.) as input parameters as uses them during XML transformation.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration", "Data Processing"],
|
|
|
|
"solutionareas": [ "Integration", "Data Processing" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -455,8 +445,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-veter-pipeline",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-veter-pipeline",
|
|
|
|
"description": "This template creates a VETER pipeline using Logic Apps.",
|
|
|
|
"description": "This template creates a VETER pipeline using Logic Apps.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration", "Data Processing"],
|
|
|
|
"solutionareas": [ "Integration", "Data Processing" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -468,8 +458,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-transform-function",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-transform-function",
|
|
|
|
"description": "This template creates a webhook based C# azure function with transform capabilites to use in logic apps integration scenarios.",
|
|
|
|
"description": "This template creates a webhook based C# azure function with transform capabilites to use in logic apps integration scenarios.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Logic Apps"],
|
|
|
|
"technologies": [ "Functions 1.x", "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration", "Web API"],
|
|
|
|
"solutionareas": [ "Integration", "Web API" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -481,8 +471,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-custom-api",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-custom-api",
|
|
|
|
"description": "Call into your own custom API that can run your own code.",
|
|
|
|
"description": "Call into your own custom API that can run your own code.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps", "App Service", "Azure Active Directory"],
|
|
|
|
"technologies": [ "Logic Apps", "App Service", "Azure Active Directory" ],
|
|
|
|
"solutionareas": ["Integration", "Authentication", "Web API"],
|
|
|
|
"solutionareas": [ "Integration", "Authentication", "Web API" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -494,8 +484,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-b2b-disaster-recovery-replication",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-b2b-disaster-recovery-replication",
|
|
|
|
"description": "This template demonstrates B2B Disaster Recovery replication using Logic Apps.",
|
|
|
|
"description": "This template demonstrates B2B Disaster Recovery replication using Logic Apps.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps", "Azure Active Directory"],
|
|
|
|
"technologies": [ "Logic Apps", "Azure Active Directory" ],
|
|
|
|
"solutionareas": ["Automation"],
|
|
|
|
"solutionareas": [ "Automation" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -507,8 +497,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-as2-send-receive",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-as2-send-receive",
|
|
|
|
"description": "This template demonstrates AS2 Send Receive using Logic Apps.",
|
|
|
|
"description": "This template demonstrates AS2 Send Receive using Logic Apps.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -520,13 +510,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-queue-with-logic-app",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-queue-with-logic-app",
|
|
|
|
"description": "Add the alert payload you pass to an Azure Storage queue that you specify.",
|
|
|
|
"description": "Add the alert payload you pass to an Azure Storage queue that you specify.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps", "Storage Queue"],
|
|
|
|
"technologies": [ "Logic Apps", "Storage Queue" ],
|
|
|
|
"solutionareas": [
|
|
|
|
"solutionareas": [ "Event Processing", "Web API", "Integration", "Automation" ],
|
|
|
|
"Event Processing",
|
|
|
|
|
|
|
|
"Web API",
|
|
|
|
|
|
|
|
"Integration",
|
|
|
|
|
|
|
|
"Automation"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -538,8 +523,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-slack-with-logic-app",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-slack-with-logic-app",
|
|
|
|
"description": "When the Alert is triggered, it will post a message to a slack channel that you specify",
|
|
|
|
"description": "When the Alert is triggered, it will post a message to a slack channel that you specify",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration", "Event Processing"],
|
|
|
|
"solutionareas": [ "Integration", "Event Processing" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -551,8 +536,8 @@
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-text-message-with-logic-app",
|
|
|
|
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-text-message-with-logic-app",
|
|
|
|
"description": "When the Alert is triggered, it will send you a text message with the details of the alert.",
|
|
|
|
"description": "When the Alert is triggered, it will send you a text message with the details of the alert.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Integration", "Web API"],
|
|
|
|
"solutionareas": [ "Integration", "Web API" ],
|
|
|
|
"author": "Azure",
|
|
|
|
"author": "Azure",
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
"authortype": "Microsoft"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -564,10 +549,11 @@
|
|
|
|
"repository": "https://github.com/wilfriedwoivre/azure-sandbox-function",
|
|
|
|
"repository": "https://github.com/wilfriedwoivre/azure-sandbox-function",
|
|
|
|
"description": "Provide API to create temporary Resource Group. Provide function to remove temporary resource group each day",
|
|
|
|
"description": "Provide API to create temporary Resource Group. Provide function to remove temporary resource group each day",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Automation", "Web API"],
|
|
|
|
"solutionareas": [ "Automation", "Web API" ],
|
|
|
|
"author": "wilfriedwoivre",
|
|
|
|
"author": "wilfriedwoivre",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community",
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"id": "3a3d0bc3-c100-40a1-941d-6fdbce38415b",
|
|
|
|
"id": "3a3d0bc3-c100-40a1-941d-6fdbce38415b",
|
|
|
@ -577,8 +563,8 @@
|
|
|
|
"repository": "https://github.com/nastassiar/WebRequestFunction",
|
|
|
|
"repository": "https://github.com/nastassiar/WebRequestFunction",
|
|
|
|
"description": "Triggered every 5 minutes to do a GET from an API, check for duplicated records in Azure blob storage it has already seen and POST any new alerts to another API.",
|
|
|
|
"description": "Triggered every 5 minutes to do a GET from an API, check for duplicated records in Azure blob storage it has already seen and POST any new alerts to another API.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Scheduled Jobs", "Integration"],
|
|
|
|
"solutionareas": [ "Scheduled Jobs", "Integration" ],
|
|
|
|
"author": "nastassiar",
|
|
|
|
"author": "nastassiar",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -590,8 +576,8 @@
|
|
|
|
"repository": "https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt",
|
|
|
|
"repository": "https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt",
|
|
|
|
"description": "Trigger your function by- and publish messages to your MQTT topics",
|
|
|
|
"description": "Trigger your function by- and publish messages to your MQTT topics",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Event Processing"],
|
|
|
|
"solutionareas": [ "Event Processing" ],
|
|
|
|
"author": "keesschollaart81",
|
|
|
|
"author": "keesschollaart81",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -603,8 +589,8 @@
|
|
|
|
"repository": "https://github.com/aliencube/ARM-Deployment-History-Cleaner",
|
|
|
|
"repository": "https://github.com/aliencube/ARM-Deployment-History-Cleaner",
|
|
|
|
"description": "This provides Azure Logic Apps to clean up ARM deployment history before hitting 800 limits.",
|
|
|
|
"description": "This provides Azure Logic Apps to clean up ARM deployment history before hitting 800 limits.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Automation"],
|
|
|
|
"solutionareas": [ "Automation" ],
|
|
|
|
"author": "justinyoo",
|
|
|
|
"author": "justinyoo",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -616,8 +602,8 @@
|
|
|
|
"repository": "https://github.com/aliencube/Key-Vault-Connector-for-Logic-Apps",
|
|
|
|
"repository": "https://github.com/aliencube/Key-Vault-Connector-for-Logic-Apps",
|
|
|
|
"description": "This provides a custom Key Vault API Connector for Logic Apps.",
|
|
|
|
"description": "This provides a custom Key Vault API Connector for Logic Apps.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x", "Logic Apps", "Key Vault"],
|
|
|
|
"technologies": [ "Functions 2.x", "Logic Apps", "Key Vault" ],
|
|
|
|
"solutionareas": ["Integration", " Authentication"],
|
|
|
|
"solutionareas": [ "Integration", " Authentication" ],
|
|
|
|
"author": "justinyoo",
|
|
|
|
"author": "justinyoo",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -629,8 +615,8 @@
|
|
|
|
"repository": "https://github.com/anirudhgarg/functions-logicapp-startstopvms",
|
|
|
|
"repository": "https://github.com/anirudhgarg/functions-logicapp-startstopvms",
|
|
|
|
"description": "This solution allows you to Start and Stop Azure VM's for a given Subscription, Resource Group or Tags based on a schedule. The implementation uses Azure VM async API's and hence potentially hundreds of VM's can be started/stopped.",
|
|
|
|
"description": "This solution allows you to Start and Stop Azure VM's for a given Subscription, Resource Group or Tags based on a schedule. The implementation uses Azure VM async API's and hence potentially hundreds of VM's can be started/stopped.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Functions 2.x", "Logic Apps"],
|
|
|
|
"technologies": [ "Functions 2.x", "Logic Apps" ],
|
|
|
|
"solutionareas": ["Automation", "Integration", " Authentication"],
|
|
|
|
"solutionareas": [ "Automation", "Integration", " Authentication" ],
|
|
|
|
"author": "anirudhgarg",
|
|
|
|
"author": "anirudhgarg",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -642,8 +628,8 @@
|
|
|
|
"repository": "https://github.com/JimPaine/Azure-Functions-KeyVault-Demo",
|
|
|
|
"repository": "https://github.com/JimPaine/Azure-Functions-KeyVault-Demo",
|
|
|
|
"description": "A demo showing how to use @Microsoft.KeyVault in appsettings for simplified secret management",
|
|
|
|
"description": "A demo showing how to use @Microsoft.KeyVault in appsettings for simplified secret management",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Key Vault"],
|
|
|
|
"technologies": [ "Functions 1.x", "Key Vault" ],
|
|
|
|
"solutionareas": ["Authentication"],
|
|
|
|
"solutionareas": [ "Authentication" ],
|
|
|
|
"author": "JimPaine",
|
|
|
|
"author": "JimPaine",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -655,13 +641,8 @@
|
|
|
|
"repository": "https://github.com/JimPaine/emotion-checker",
|
|
|
|
"repository": "https://github.com/JimPaine/emotion-checker",
|
|
|
|
"description": "An HTML5 page which streams your camera to the Face API for age and emotion, all via a V2 function",
|
|
|
|
"description": "An HTML5 page which streams your camera to the Face API for age and emotion, all via a V2 function",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": [
|
|
|
|
"technologies": [ "Functions 2.x", "Cognitive Services", "Key Vault", "Blob Storage" ],
|
|
|
|
"Functions 2.x",
|
|
|
|
"solutionareas": [ "Static Website", "Authentication" ],
|
|
|
|
"Cognitive Services",
|
|
|
|
|
|
|
|
"Key Vault",
|
|
|
|
|
|
|
|
"Blob Storage"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"solutionareas": ["Static Website", "Authentication"],
|
|
|
|
|
|
|
|
"author": "JimPaine",
|
|
|
|
"author": "JimPaine",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -673,8 +654,8 @@
|
|
|
|
"repository": "https://github.com/eavanvalkenburg/http_to_powerbi_function",
|
|
|
|
"repository": "https://github.com/eavanvalkenburg/http_to_powerbi_function",
|
|
|
|
"description": "This Function examples uses the Push Rest API of PowerBI to push data into it, the content of your request (in json) needs to match the datastructure in json for it to work.",
|
|
|
|
"description": "This Function examples uses the Push Rest API of PowerBI to push data into it, the content of your request (in json) needs to match the datastructure in json for it to work.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Data Processing" ],
|
|
|
|
"author": "eavanvalkenburg",
|
|
|
|
"author": "eavanvalkenburg",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -686,8 +667,8 @@
|
|
|
|
"repository": "https://github.com/0GiS0/azure-functions-loves-twilio",
|
|
|
|
"repository": "https://github.com/0GiS0/azure-functions-loves-twilio",
|
|
|
|
"description": "It sends and receives SMS using Twilio and Azure Functions. It is based on three functions: HandleMessage, which receives the message that you want to send. SendSMS, which sends the message to Twilio.SMSReceived, the SMS sent by the user to a specific Twilio mobile number is received.",
|
|
|
|
"description": "It sends and receives SMS using Twilio and Azure Functions. It is based on three functions: HandleMessage, which receives the message that you want to send. SendSMS, which sends the message to Twilio.SMSReceived, the SMS sent by the user to a specific Twilio mobile number is received.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 1.x"],
|
|
|
|
"technologies": [ "Functions 1.x" ],
|
|
|
|
"solutionareas": ["Web API", "Event Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Event Processing" ],
|
|
|
|
"author": "0GiS0",
|
|
|
|
"author": "0GiS0",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -699,8 +680,8 @@
|
|
|
|
"repository": "https://github.com/0GiS0/audio-azure-functions",
|
|
|
|
"repository": "https://github.com/0GiS0/audio-azure-functions",
|
|
|
|
"description": "Conversions using ffmpeg and transcriptions with Speech Service: Mp3ToWav: It converts from MP3 to WAV in order to be treated by Speech service from Cognitive Services, but it can be used simply as a transformation method. WavToText: Use Speech Service to get the audio transcript.",
|
|
|
|
"description": "Conversions using ffmpeg and transcriptions with Speech Service: Mp3ToWav: It converts from MP3 to WAV in order to be treated by Speech service from Cognitive Services, but it can be used simply as a transformation method. WavToText: Use Speech Service to get the audio transcript.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x", "Cognitive Services"],
|
|
|
|
"technologies": [ "Functions 2.x", "Cognitive Services" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "0GiS0",
|
|
|
|
"author": "0GiS0",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -712,8 +693,8 @@
|
|
|
|
"repository": "https://github.com/0GiS0/azure-function-clean-exif",
|
|
|
|
"repository": "https://github.com/0GiS0/azure-function-clean-exif",
|
|
|
|
"description": "It removes file metadata using Azure Functions.",
|
|
|
|
"description": "It removes file metadata using Azure Functions.",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 2.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "0GiS0",
|
|
|
|
"author": "0GiS0",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -725,8 +706,8 @@
|
|
|
|
"repository": "https://github.com/raahmed/BlobStorageTrigger",
|
|
|
|
"repository": "https://github.com/raahmed/BlobStorageTrigger",
|
|
|
|
"description": "This application takes a specific type of csv file (detailed in the project README), cleans the data and then places the contents in .json format into a Queue.",
|
|
|
|
"description": "This application takes a specific type of csv file (detailed in the project README), cleans the data and then places the contents in .json format into a Queue.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 2.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "raahmed",
|
|
|
|
"author": "raahmed",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -738,8 +719,8 @@
|
|
|
|
"repository": "https://github.com/gdprtcl/AzDevOps-AzLA",
|
|
|
|
"repository": "https://github.com/gdprtcl/AzDevOps-AzLA",
|
|
|
|
"description": "Create a Logic App to notify an individual over mail whenever he/she is assigned to a Work Item (Bug) with high priority.",
|
|
|
|
"description": "Create a Logic App to notify an individual over mail whenever he/she is assigned to a Work Item (Bug) with high priority.",
|
|
|
|
"language": "na",
|
|
|
|
"language": "na",
|
|
|
|
"technologies": ["Logic Apps"],
|
|
|
|
"technologies": [ "Logic Apps" ],
|
|
|
|
"solutionareas": ["Automation"],
|
|
|
|
"solutionareas": [ "Automation" ],
|
|
|
|
"author": "gdprtcl",
|
|
|
|
"author": "gdprtcl",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -751,18 +732,8 @@
|
|
|
|
"repository": "https://github.com/daniel-rocha/azure-functions-java-bindings",
|
|
|
|
"repository": "https://github.com/daniel-rocha/azure-functions-java-bindings",
|
|
|
|
"description": "20+ ready-to-use examples of triggers and bindings with Azure Java Functions",
|
|
|
|
"description": "20+ ready-to-use examples of triggers and bindings with Azure Java Functions",
|
|
|
|
"language": "Java",
|
|
|
|
"language": "Java",
|
|
|
|
"technologies": [
|
|
|
|
"technologies": [ "Functions 2.x", "Cosmos DB", "Blob Storage", "Event Grid" ],
|
|
|
|
"Functions 2.x",
|
|
|
|
"solutionareas": [ "Data Processing", "Event Processing", "Web API", "Integration" ],
|
|
|
|
"Cosmos DB",
|
|
|
|
|
|
|
|
"Blob Storage",
|
|
|
|
|
|
|
|
"Event Grid"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"solutionareas": [
|
|
|
|
|
|
|
|
"Data Processing",
|
|
|
|
|
|
|
|
"Event Processing",
|
|
|
|
|
|
|
|
"Web API",
|
|
|
|
|
|
|
|
"Integration"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"author": "daniel-rocha",
|
|
|
|
"author": "daniel-rocha",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -774,8 +745,8 @@
|
|
|
|
"repository": "https://github.com/raahmed/QueueStorageTrigger",
|
|
|
|
"repository": "https://github.com/raahmed/QueueStorageTrigger",
|
|
|
|
"description": "A series of events in queue storage are collected and added to CosmosDB.",
|
|
|
|
"description": "A series of events in queue storage are collected and added to CosmosDB.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 1.x", "Cosmos DB", "Storage Queue"],
|
|
|
|
"technologies": [ "Functions 1.x", "Cosmos DB", "Storage Queue" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "raahmed",
|
|
|
|
"author": "raahmed",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -787,8 +758,8 @@
|
|
|
|
"repository": "https://github.com/paulbatum/pull-request-reviewer",
|
|
|
|
"repository": "https://github.com/paulbatum/pull-request-reviewer",
|
|
|
|
"description": "A simple example of using Azure Functions to implement a GitHub webhook",
|
|
|
|
"description": "A simple example of using Azure Functions to implement a GitHub webhook",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Automation", "Web API", "Authentication"],
|
|
|
|
"solutionareas": [ "Automation", "Web API", "Authentication" ],
|
|
|
|
"author": "paulbatum",
|
|
|
|
"author": "paulbatum",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -800,8 +771,8 @@
|
|
|
|
"repository": "https://github.com/mhoeger/functions-typescript-intermediate",
|
|
|
|
"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.",
|
|
|
|
"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": "TypeScript",
|
|
|
|
"language": "TypeScript",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Web API"],
|
|
|
|
"solutionareas": [ "Web API" ],
|
|
|
|
"author": "mhoeger",
|
|
|
|
"author": "mhoeger",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -813,8 +784,8 @@
|
|
|
|
"repository": "https://github.com/simonaco/nodebinar",
|
|
|
|
"repository": "https://github.com/simonaco/nodebinar",
|
|
|
|
"description": "Build a serverless API with Node.js on top of Azure Functions and Azure Cosmos DB",
|
|
|
|
"description": "Build a serverless API with Node.js on top of Azure Functions and Azure Cosmos DB",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Web API"],
|
|
|
|
"solutionareas": [ "Web API" ],
|
|
|
|
"author": "simonaco",
|
|
|
|
"author": "simonaco",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -826,8 +797,8 @@
|
|
|
|
"repository": "https://github.com/fashaikh/functions-msi-csharp",
|
|
|
|
"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",
|
|
|
|
"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": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x", "Azure Active Directory"],
|
|
|
|
"technologies": [ "Functions 2.x", "Azure Active Directory" ],
|
|
|
|
"solutionareas": ["Authentication"],
|
|
|
|
"solutionareas": [ "Authentication" ],
|
|
|
|
"author": "fashaikh",
|
|
|
|
"author": "fashaikh",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -839,18 +810,8 @@
|
|
|
|
"repository": "https://github.com/fashaikh/functions-aws-s3-cosmosdb-v1",
|
|
|
|
"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",
|
|
|
|
"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": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": [
|
|
|
|
"technologies": [ "Functions 1.x", "Cosmos DB", "Cognitive Services", "Storage Queue" ],
|
|
|
|
"Functions 1.x",
|
|
|
|
"solutionareas": [ "Scheduled Jobs", "Web API", "Data Processing", "Machine Learning" ],
|
|
|
|
"Cosmos DB",
|
|
|
|
|
|
|
|
"Cognitive Services",
|
|
|
|
|
|
|
|
"Storage Queue"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"solutionareas": [
|
|
|
|
|
|
|
|
"Scheduled Jobs",
|
|
|
|
|
|
|
|
"Web API",
|
|
|
|
|
|
|
|
"Data Processing",
|
|
|
|
|
|
|
|
"Machine Learning"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"author": "fashaikh",
|
|
|
|
"author": "fashaikh",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -861,8 +822,8 @@
|
|
|
|
"repository": "https://github.com/priyaananthasankar/messaging-pattern",
|
|
|
|
"repository": "https://github.com/priyaananthasankar/messaging-pattern",
|
|
|
|
"description": "This sample shows how to deploy a blob storage that subscribes to an event grid which sends messages to an Azure Function through a WebHook Trigger. This is a commonly used messaging pattern for many customers.",
|
|
|
|
"description": "This sample shows how to deploy a blob storage that subscribes to an event grid which sends messages to an Azure Function through a WebHook Trigger. This is a commonly used messaging pattern for many customers.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x", "Blob Storage", "Event Grid"],
|
|
|
|
"technologies": [ "Functions 2.x", "Blob Storage", "Event Grid" ],
|
|
|
|
"solutionareas": ["Data Processing", "Event Processing"],
|
|
|
|
"solutionareas": [ "Data Processing", "Event Processing" ],
|
|
|
|
"author": "priyaananthasankar",
|
|
|
|
"author": "priyaananthasankar",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -873,8 +834,8 @@
|
|
|
|
"repository": "https://github.com/gbowerman/twitter-code/tree/master/azurefunctions/dailyreport",
|
|
|
|
"repository": "https://github.com/gbowerman/twitter-code/tree/master/azurefunctions/dailyreport",
|
|
|
|
"description": "Python function designed to run a daily Twitter search and send output to a Microsoft Teams channel",
|
|
|
|
"description": "Python function designed to run a daily Twitter search and send output to a Microsoft Teams channel",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Scheduled Jobs"],
|
|
|
|
"solutionareas": [ "Scheduled Jobs" ],
|
|
|
|
"author": "gbowerman",
|
|
|
|
"author": "gbowerman",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -885,8 +846,8 @@
|
|
|
|
"repository": "https://github.com/ankitkumarr/image-game-sample",
|
|
|
|
"repository": "https://github.com/ankitkumarr/image-game-sample",
|
|
|
|
"description": "An image game sample that shows how to decode/encode images to JSON and to perform image transformation on them.",
|
|
|
|
"description": "An image game sample that shows how to decode/encode images to JSON and to perform image transformation on them.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x", "Blob Storage", "App Service"],
|
|
|
|
"technologies": [ "Functions 2.x", "Blob Storage", "App Service" ],
|
|
|
|
"solutionareas": ["Web API", "Gaming", "Data Processing"],
|
|
|
|
"solutionareas": [ "Web API", "Gaming", "Data Processing" ],
|
|
|
|
"author": "ankitkumarr",
|
|
|
|
"author": "ankitkumarr",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -898,8 +859,8 @@
|
|
|
|
"repository": "https://github.com/LinaSerry/AlexaSkill_AzureFunction",
|
|
|
|
"repository": "https://github.com/LinaSerry/AlexaSkill_AzureFunction",
|
|
|
|
"description": "Azure function which allows you to interact with your QnA azure bot using Alexa",
|
|
|
|
"description": "Azure function which allows you to interact with your QnA azure bot using Alexa",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Integration"],
|
|
|
|
"solutionareas": [ "Integration" ],
|
|
|
|
"author": "LinaSerry",
|
|
|
|
"author": "LinaSerry",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -911,8 +872,8 @@
|
|
|
|
"repository": "https://github.com/StratusOn/MSI-GetToken-FunctionApp",
|
|
|
|
"repository": "https://github.com/StratusOn/MSI-GetToken-FunctionApp",
|
|
|
|
"description": "An Azure Function App to help get tokens from a Managed Service Identity (MSI) service configured on the Function App.",
|
|
|
|
"description": "An Azure Function App to help get tokens from a Managed Service Identity (MSI) service configured on the Function App.",
|
|
|
|
"language": "C# Script",
|
|
|
|
"language": "C# Script",
|
|
|
|
"technologies": ["Functions 1.x", "Azure Active Directory"],
|
|
|
|
"technologies": [ "Functions 1.x", "Azure Active Directory" ],
|
|
|
|
"solutionareas": ["Authentication"],
|
|
|
|
"solutionareas": [ "Authentication" ],
|
|
|
|
"author": "raouche",
|
|
|
|
"author": "raouche",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -924,8 +885,8 @@
|
|
|
|
"repository": "https://github.com/StratusOn/Media-Transport-to-UNC",
|
|
|
|
"repository": "https://github.com/StratusOn/Media-Transport-to-UNC",
|
|
|
|
"description": "Transports media files from a watched Azure Storage account to an Azure Files UNC file share.",
|
|
|
|
"description": "Transports media files from a watched Azure Storage account to an Azure Files UNC file share.",
|
|
|
|
"language": "C#",
|
|
|
|
"language": "C#",
|
|
|
|
"technologies": ["Functions 1.x", "Blob Storage"],
|
|
|
|
"technologies": [ "Functions 1.x", "Blob Storage" ],
|
|
|
|
"solutionareas": ["Data Processing"],
|
|
|
|
"solutionareas": [ "Data Processing" ],
|
|
|
|
"author": "raouche",
|
|
|
|
"author": "raouche",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -936,8 +897,8 @@
|
|
|
|
"repository": "https://github.com/asavaritayal/azure-resource-management",
|
|
|
|
"repository": "https://github.com/asavaritayal/azure-resource-management",
|
|
|
|
"description": "Python Function App to automate resource cleanup in Azure.",
|
|
|
|
"description": "Python Function App to automate resource cleanup in Azure.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Automation", "Authentication"],
|
|
|
|
"solutionareas": [ "Automation", "Authentication" ],
|
|
|
|
"author": "asavaritayal",
|
|
|
|
"author": "asavaritayal",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -948,8 +909,8 @@
|
|
|
|
"repository": "https://github.com/asavaritayal/dog-classification",
|
|
|
|
"repository": "https://github.com/asavaritayal/dog-classification",
|
|
|
|
"description": "Azure Function written in Python that predicts the dog breed based on an Image URL.",
|
|
|
|
"description": "Azure Function written in Python that predicts the dog breed based on an Image URL.",
|
|
|
|
"language": "Python",
|
|
|
|
"language": "Python",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Machine Learning", "Web API"],
|
|
|
|
"solutionareas": [ "Machine Learning", "Web API" ],
|
|
|
|
"author": "asavaritayal",
|
|
|
|
"author": "asavaritayal",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -961,8 +922,8 @@
|
|
|
|
"repository": "https://github.com/simonaco/tweetverse",
|
|
|
|
"repository": "https://github.com/simonaco/tweetverse",
|
|
|
|
"description": "Tweetverse: scan twitter, analyze sentiment and post sentiment in Slack channel",
|
|
|
|
"description": "Tweetverse: scan twitter, analyze sentiment and post sentiment in Slack channel",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Machine Learning"],
|
|
|
|
"solutionareas": [ "Machine Learning" ],
|
|
|
|
"author": "simonaco",
|
|
|
|
"author": "simonaco",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -974,8 +935,8 @@
|
|
|
|
"repository": "https://github.com/simonaco/redditifier",
|
|
|
|
"repository": "https://github.com/simonaco/redditifier",
|
|
|
|
"description": "Http endpoint that submits links to the Reddit API",
|
|
|
|
"description": "Http endpoint that submits links to the Reddit API",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"language": "JavaScript",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Web API"],
|
|
|
|
"solutionareas": [ "Web API" ],
|
|
|
|
"author": "simonaco",
|
|
|
|
"author": "simonaco",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -987,8 +948,8 @@
|
|
|
|
"repository": "https://github.com/eamonoreilly/StartStopPowerShellFunction",
|
|
|
|
"repository": "https://github.com/eamonoreilly/StartStopPowerShellFunction",
|
|
|
|
"description": "Start / Stop virtual machines in the specified resource group, subscription, or by tag on a schedule. You need to assign the managed identity of the function app access to the VMs so that the Function can start or stop the VMs when the timer trigger fires.",
|
|
|
|
"description": "Start / Stop virtual machines in the specified resource group, subscription, or by tag on a schedule. You need to assign the managed identity of the function app access to the VMs so that the Function can start or stop the VMs when the timer trigger fires.",
|
|
|
|
"language": "PowerShell",
|
|
|
|
"language": "PowerShell",
|
|
|
|
"technologies": ["Functions 2.x"],
|
|
|
|
"technologies": [ "Functions 2.x" ],
|
|
|
|
"solutionareas": ["Automation"],
|
|
|
|
"solutionareas": [ "Automation" ],
|
|
|
|
"author": "eamonoreilly",
|
|
|
|
"author": "eamonoreilly",
|
|
|
|
"authortype": "Community"
|
|
|
|
"authortype": "Community"
|
|
|
|
}
|
|
|
|
}
|
|
|
|