/NotesFunction

Azure function for storing notes to CosmosDB

Primary LanguageC#GNU General Public License v3.0GPL-3.0

NotesFunction

An Azure Function for managing notes stored in CosmosDB.

Stack:

  • Azure Functions
  • .NET6
  • CosmosDB
  • Zitadel

Authentication is achieved via Zitadel using OIDC and token introspection on the function side.

Dependencies:

  • The DZarsky.CommonLibraries.AzureFunctions library (version >1.2.1, preferably latest)
  • Azure account
  • CosmosDB instance
  • Zitadel instance (either self-hosted or cloud solution)
    • Project, application and credentials created in Zitadel admin console (application type should be API)