Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayanttripathy/azure-function-crud-with-cosmosdb

Build a serverless CRUD app with Azure function and Cosmos DB
https://github.com/jayanttripathy/azure-function-crud-with-cosmosdb

azure azure-functions build-services cosmos cosmosdb nosql serverless serverless-framework

Last synced: 8 days ago
JSON representation

Build a serverless CRUD app with Azure function and Cosmos DB

Awesome Lists containing this project

README

        

the # azure-function-crud
Azure function apps are a serverless compute service offered by Microsoft Azure that allows developers to group multiple Azure functions as a logical unit for easier management, deployment, scaling, and resource sharing. Function apps provide an efficient and scalable way to develop cloud-based serverless applications without worrying about the underlying infrastructure.

Check the article link here:

How to Build a serverless CRUD app with Azure function and Cosmos DB