All Tasks
Configureintermediate
40 min

Secure Secrets with Key Vault

You have a .NET API with a connection string, JWT signing key, and an external API key hardcoded in appsettings.json (a security violation). Move all three to Azure Key Vault and configure the app to load them at startup using Managed Identity — zero credentials in code or config files.

Your progress0%

Requirements

Skills you'll use

AzureKey VaultManaged Identity.NET

Read this first

This task is based on the lesson below. Complete the reading before attempting it.

Go to lesson

What to expect

Difficulty
intermediate
Time
40 min
Steps
6
Type
Configure