Skip to content

Commit be73443

Browse files
Merge pull request #53526 from JeffKoMS/lp-manage-app-secrets-configuration
New LP - covering key vault and app config
2 parents 0f6e65c + 4cde95f commit be73443

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

  • learn-pr/paths/manage-app-secrets-configuration
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.manage-app-secrets-configuration
3+
metadata:
4+
title: Manage Application Secrets and Configuration for AI Solutions
5+
description: Learn how to manage application secrets and configuration for AI solutions on Azure using Azure Key Vault and Azure App Configuration.
6+
ms.date: 02/18/2026
7+
author: jeffkoms
8+
ms.author: jeffko
9+
ms.topic: learning-path
10+
title: Manage application secrets and configuration for AI solutions
11+
prerequisites: |
12+
- Programming experience with Python.
13+
- Basic understanding of Azure services and cloud computing concepts.
14+
summary: |
15+
This learning path teaches you how to securely manage secrets and centralize configuration for AI solutions on Azure. You start by using Azure Key Vault to store, organize, and retrieve secrets with managed identity authentication, handle secret versioning and rotation for zero-downtime credential updates, and implement caching strategies that reduce API calls while maintaining credential freshness. You then use Azure App Configuration to centralize application settings, organize key-value pairs with labels for environment-specific variants, manage feature flags for controlled rollouts, and reference Key Vault secrets so the application retrieves configuration and secrets through a single path.
16+
iconUrl: /training/achievements/generic-trophy.svg
17+
levels:
18+
- intermediate
19+
roles:
20+
- developer
21+
products:
22+
- azure-key-vault
23+
- azure-app-configuration
24+
subjects:
25+
- security
26+
modules:
27+
- learn.wwl.manage-app-secrets-key-vault
28+
- learn.wwl.manage-app-settings-app-config
29+
trophy:
30+
uid: learn.wwl.manage-app-secrets-configuration.trophy

0 commit comments

Comments
 (0)