Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This assignment is about using Azure Key Vault as a secret store for the FineCollectionService. You will use the Azure Key Vault secret store component provided by Dapr. This the fourth step to reach the final state of the application for this challenge. It is represented in the diagram below.

Azure Container Apps Challenge - Fourth Deployment

There are 3 main parts in this assignment:

  1. Setup of the Azure Key Vault as a secret store
  2. Update of FineCollectionService to retrieve the license key from the Azure Key Vault using Dapr secret store component. The license key is used by the fine calculator engine
  3. Use secrets of Azure Key Vault in the definition of other components. Using Dapr, component manifests can reference secrets in a secret store. This is used to reference the Azure Service Bus connection string and the Azure Cosmos DB master key in the definition of the Azure Service Bus and Azure Cosmos DB components

< Assignment 6 - Cosmos DB as a state store Setup Azure Key Vault >


Table of contents