serverlesslibrary.net Open in urlscan Pro
13.75.89.224  Public Scan

Submitted URL: https://aka.ms/AA4ul9b
Effective URL: https://serverlesslibrary.net/?technology=Functions%202.x%2CFunctions%201.x
Submission: On November 11 via manual from US — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

You need to enable JavaScript to run this app.
Microsoft Azure

Guest



Filter by
Technology

Functions 3.x

Functions 2.x

Functions 1.x

Logic Apps

Blob Storage

Storage Queue

Cosmos DB

Cognitive Services

Azure Active Directory

App Service

Key Vault

SQL Server

Service Bus Queue

Event Grid
Language

JavaScript

TypeScript

Java

C#

C# Script

F#

Python

PowerShell
Solution Area

Web API

Data Processing

Integration

Authentication

Automation

Event Processing

Machine Learning

Scheduled Jobs

Static Website

Gaming

IoT
Azure serverless community library
Contributions

Displaying 141 results
Sort By
Most downloads
Blob: Image Resize
By: jefking | 2301 downloads | Created on: 6/30/2017 |

15

5
The easiest way to resize images stored in Blob Storage (on Azure); uses
ImageProcessor.
Tags :Functions 1.xBlob StorageC#Data Processing
Read Excel From Blob Storage, Process and Add to Azure Queue.
By: raahmed | 1248 downloads | Created on: 1/29/2019 |

5

5
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.
Tags :Functions 2.xBlob StoragePythonData Processing
CosmosDB
By: nastassiar | 1015 downloads | Created on: 11/30/2017 |

8

1
An HTTP API for CRUD operations against CosmosDB. (So boring, why would you
write it yourself?!!)
Tags :Functions 1.xCosmos DBJavaScriptWeb API
HTTP: to Storage Queue
By: jefking | 768 downloads | Created on: 6/30/2017 |

6

2
Posted messages get added to Azure Storage Queue.
Tags :Functions 1.xStorage QueueJavaScriptWeb APIData Processing
Using Triggers & Bindings in Azure Functions
By: rickvdbosch | 655 downloads | Created on: 5/20/2019 |

15

0
An example Azure Functions project that implements different types of Bindings,
including determining the binding dynamically.
Tags :Functions 2.xBlob StorageService Bus QueueC#Event ProcessingAutomation
HTTP: Entity to SQL
By: AzureBytes | 597 downloads | Created on: 6/30/2017 |

5

3
Stores a queue message in SQL Database; uses Entity Framework.
Tags :Functions 1.xSQL ServerC# ScriptData Processing
Tug of War
By: joescars | 512 downloads | Created on: 6/30/2017 |

6

1
This simple demo game is used to teach basic concepts around building Azure
Functions with node.js.
Tags :Functions 2.xApp ServiceJavaScriptWeb APIEvent ProcessingGaming
HTTP: Static Web Server
By: anthonychu | 364 downloads | Created on: 6/30/2017 |

4

1
Serves a static website from a www root with a default index.html page.
Tags :Functions 1.xC# ScriptWeb APIStatic Website
Webhook with transform capabilities
By: Azure | 351 downloads | Created on: 2/26/2018 |

2

3
This template creates a webhook based C# azure function with transform
capabilites to use in logic apps integration scenarios.
Tags :Functions 1.xLogic AppsC# ScriptIntegrationWeb API
List all running Azure VMs in a HTMLpage
By: Ba4bes | 309 downloads | Created on: 6/12/2019 |

2

0
This function is called by a Http-Trigger gets all VMs in the Azure subscription
with the status "Running". It then displays them in the browser.
Tags :Functions 2.xPowerShellStatic Website
EventHub: Closed Loop for IoT Hub
By: khilscher | 308 downloads | Created on: 6/30/2017 |

2

0
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.
Tags :Functions 1.xC# ScriptIoTData Processing
Start / Stop VMs on a schedule
By: eamonoreilly | 305 downloads | Created on: 4/30/2019 |

8

0
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.
Tags :Functions 2.xPowerShellAutomation
KeyVault-Secrets-Rotation-StorageAccount-PowerShell
By: jlichwa | 290 downloads | Created on: 12/31/2020 |

2

0
Azure function for rotation of Storage Account keys with Key Vault
Tags :Functions 2.xKey VaultEvent GridFunctions 2.xKey VaultEvent GridPowerShell
PowerShell Azure Function Hello World
By: dfinke | 234 downloads | Created on: 5/24/2019 |

3

0
A PowerShell Azure Function that binds to an HTTP Trigger and returns "Hello
World". Works locally and in the cloud.
Tags :Functions 2.xPowerShellWeb API
Azure Functions Python Samples
By: yokawasa | 204 downloads | Created on: 8/19/2019 |

3

0
a collection of Python function samples on Azure Functions
Tags :Functions 2.xFunctions 1.xPythonWeb APIEvent ProcessingScheduled
JobsStatic WebsiteData Processing
FunctionApp v1 with AWS S3 bucket and queue bindings Cognitive Services and
CosmosDB
By: fashaikh | 195 downloads | Created on: 3/1/2019 |

3

0
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
Tags :Functions 1.xCosmos DBCognitive ServicesStorage QueueC#Scheduled JobsWeb
APIData ProcessingMachine Learning
Build a serverless API with Node.js on top of Azure Functions and Azure Cosmos
DB
By: simonaco | 194 downloads | Created on: 2/1/2019 |

2

0
Build a serverless API with Node.js on top of Azure Functions and Azure Cosmos
DB
Tags :Functions 2.xJavaScriptWeb API
Webhook: to Service Bus Queue
By: jefking | 193 downloads | Created on: 7/19/2017 |

2

0
Posted Body gets added to Azure Service Bus Queue.
Tags :Functions 1.xService Bus QueueJavaScriptWeb APIData Processing
Live stream Age and Emotion
By: JimPaine | 193 downloads | Created on: 12/13/2018 |

4

2
An HTML5 page which streams your camera to the Face API for age and emotion, all
via a V2 function
Tags :Functions 2.xCognitive ServicesKey VaultBlob StorageC#Static
WebsiteAuthentication
Start/Stop Azure VM with ResourceGroup and Tag filtering
By: anirudhgarg | 187 downloads | Created on: 12/5/2018 |

2

0
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.
Tags :Functions 2.xLogic AppsAutomationIntegration Authentication
Java: Triggers and Binding examples
By: daniel-rocha | 187 downloads | Created on: 1/20/2019 |

3

0
20+ ready-to-use examples of triggers and bindings with Azure Java Functions
Tags :Functions 2.xCosmos DBBlob StorageEvent GridJavaData ProcessingEvent
ProcessingWeb APIIntegration
Add Data to CosmosDB From QueueStorage
By: raahmed | 186 downloads | Created on: 1/29/2019 |

1

0
A series of events in queue storage are collected and added to CosmosDB.
Tags :Functions 1.xCosmos DBStorage QueuePythonData Processing
Blob: Static Server with CDN
By: jefking | 184 downloads | Created on: 6/30/2017 |

1

0
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.
Tags :Functions 1.xBlob StorageJavaScriptStatic Website
Cognitive Services: OCR
By: nastassiar | 168 downloads | Created on: 8/2/2017 |

1

0
Test your own images in bulk against Microsoft Cognitive Services: OCR.
Tags :Functions 1.xBlob StorageC# ScriptMachine Learning
OpenALPR License Plate Reader
By: anthonychu | 155 downloads | Created on: 3/13/2018 |

1

0
App for reading license plate info from a photo.
Tags :Functions 1.xC# ScriptMachine Learning
On-demand calculation of Azure consumption cost
By: Azure-Samples | 152 downloads | Created on: 3/14/2018 |

2

0
This sample demonstrates how to use the Azure billing commerce APIs to find
consumption cost per subscription and resource-groups.
Tags :Functions 1.xJavaScriptWeb APIAuthentication
HTTP: Generate SAS Token
By: Azure-Samples | 149 downloads | Created on: 6/30/2017 |

2

0
This is a sample HTTP trigger Azure Function that returns a SAS token for Azure
Storage for the specified container, blob, and permissions.
Tags :Functions 1.xBlob StorageJavaScriptWeb APIAuthentication
Data Cleaning Pipeline
By: asavaritayal | 138 downloads | Created on: 6/19/2019 |

4

0
Using Python for Azure Functions to clean and preprocess data using pandas
through a Blob and Event grid messaging pipeline.
Tags :Functions 2.xFunctions 2.xFunctions 2.xBlob StorageBlob StorageFunctions
2.xStorage QueueEvent GridFunctions 2.xBlob StoragePythonData ProcessingWeb
APIMachine LearningData ProcessingWeb APIMachine LearningData ProcessingWeb
APIData ProcessingMachine LearningEvent ProcessingWeb APIData Processing
KeyVault-Secrets-Rotation-CosmosDB-PowerShell
By: jlichwa | 138 downloads | Created on: 12/31/2020 |

3

0
Azure function for rotation of Cosmos DB keys with Key Vault
Tags :Functions 2.xKey VaultEvent GridFunctions 2.xKey VaultEvent GridBlob
StorageStorage QueueFunctions 2.xKey VaultEvent GridFunctions 2.xCosmos DBKey
VaultEvent GridPowerShell
KeyVault-Secrets-Rotation-RedisKey-PowerShell
By: jlichwa | 134 downloads | Created on: 12/31/2020 |

2

0
Azure function for rotation of Redis keys with Key Vault
Tags :Functions 2.xKey VaultEvent GridFunctions 2.xKey VaultEvent GridBlob
StorageStorage QueueFunctions 2.xKey VaultEvent GridPowerShell