Skip to content

georgeollis/AzureFunctionsCosmosDB

Repository files navigation

Azure Functions shopping list API using Cosmos DB.

An example of using Cosmos DB and Azure Functions to create a serverless shopping list API.

Functions are using the HTTP trigger. The functions are the following.

  • GetShoppingCartItems
  • GetShoppingCartItemById
  • CreateShoppingCartItem
  • PutShoppingCartItem
  • DeleteShoppingCartItem

The functions are written in C# for this example.

overview

The application needs an environment variable generated called connectionString.

  • This environment variable should be the access key connection strings provided by your CosmosDB resource.
  • This should be stored in Azure Key Vault and referenced within the application settings.

Blogs related to Azure Functions and Cosmos DB.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages