Skip to content

Commit 5b1be6b

Browse files
authored
Add badge for managing secrets with Azure Key Vault
Added a new badge for managing secrets with Azure Key Vault, highlighting its importance in securing application configurations.
1 parent ab9bb5f commit 5b1be6b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7900,3 +7900,8 @@ achievements:
79007900
title: Load balance your web service traffic with Application Gateway
79017901
summary: Improve application resilience by distributing load across multiple servers and use path-based routing to direct web traffic.
79027902
iconUrl: /training/achievements/load-balance-web-traffic-with-application-gateway.svg
7903+
- uid: learn.manage-secrets-with-azure-key-vault.badge
7904+
type: badge
7905+
title: Manage secrets in your server apps with Azure Key Vault
7906+
summary: Your application requires service passwords, connection strings, and other secret configuration values to do its job. Storing and handling secret values is risky, and every usage introduces the possibility of leakage. Azure Key Vault, in combination with managed identities for Azure resources, enables your Azure web app to access secret configuration values easily and securely. It does so without needing to store any secrets in your source control or configuration.
7907+
iconUrl: /training/achievements/manage-secrets-with-azure-key-vault.svg

0 commit comments

Comments
 (0)