mspnp / serverless-reference-implementation

Serverless reference implementation guidance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone Delivery Serverless

This project contains a reference implementation for two serverless application architectures.

Serverless web application

The application serves static content from Azure Blob Storage, and implements an API using Azure Functions. The API reads data from Cosmos DB and returns the results to the web app.

Serverless event processing

The application ingests a stream of data, processes the data, and writes the results to a back-end database (Cosmos DB).

For more information about these architectures, including guidance about best practices, see the following articles in the Azure Architecture Center:

Deployment

Follow steps here to deploy this reference implementation.

About

Serverless reference implementation guidance

License:MIT License


Languages

Language:C# 54.9%Language:Bicep 22.2%Language:TypeScript 20.7%Language:JavaScript 2.2%