Building Serverless Apps with Azure Functions and Cosmos DB
Author: Hansamali Gamage
Publisher: BPB Publications
urn:isbn:97893893283
Build Azure functions and integrate them with Azure Cosmos DB data models
DESCRIPTION
This book provides examples to start with Azure functions and Azure Cosmos DB. It demonstrates the features available in both of the mentioned Azure services and discusses them in detail with some real-world examples. Reading a csv file and write to a Cosmos DB table store, Read emails using Microsoft Graph API and save them in a Cosmos DB, Cosmos DB trigger function to send SMS notifications to clients, A queue trigger to create new nodes in the Cosmos DB graph data store are some of them. You will be able to see the above case studies with code samples implemented in C# .NET Core, TypeScript, and Python. It consists of a very basic example, two intermediate samples, then and an advanced level one.
You will experience the triggers and input/output bindings available for a function, like queue trigger, blob trigger, and Cosmos...