Skip to content

Commit ada9555

Browse files
authored
Merge pull request #53964 from MicrosoftDocs/RETIRE-manage-secrets-with-azure-key-vault
RETIRE: manage-secrets-with-azure-key-vault module
2 parents f6ef48c + 5191c7c commit ada9555

19 files changed

Lines changed: 45 additions & 806 deletions

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65109,6 +65109,46 @@
6510965109
"source_path": "learn-pr/azure/load-balance-web-traffic-with-application-gateway/7-summary.yml",
6511065110
"redirect_url": "/azure/application-gateway/",
6511165111
"redirect_document_id": false
65112+
},
65113+
{
65114+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/index.yml",
65115+
"redirect_url": "/azure/security/",
65116+
"redirect_document_id": false
65117+
},
65118+
{
65119+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/1-introduction.yml",
65120+
"redirect_url": "/azure/security/",
65121+
"redirect_document_id": false
65122+
},
65123+
{
65124+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/2-what-is-key-vault.yml",
65125+
"redirect_url": "/azure/security/",
65126+
"redirect_document_id": false
65127+
},
65128+
{
65129+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/3-creating-vaults-storing-secrets.yml",
65130+
"redirect_url": "/azure/security/",
65131+
"redirect_document_id": false
65132+
},
65133+
{
65134+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/4-authentication-with-managed-identities-for-azure-resources.yml",
65135+
"redirect_url": "/azure/security/",
65136+
"redirect_document_id": false
65137+
},
65138+
{
65139+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/5-access-secrets-from-web-app.yml",
65140+
"redirect_url": "/azure/security/",
65141+
"redirect_document_id": false
65142+
},
65143+
{
65144+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/6-configure-deploy-run-azure.yml",
65145+
"redirect_url": "/azure/security/",
65146+
"redirect_document_id": false
65147+
},
65148+
{
65149+
"source_path": "learn-pr/azure/manage-secrets-with-azure-key-vault/7-summary.yml",
65150+
"redirect_url": "/azure/security/",
65151+
"redirect_document_id": false
6511265152
}
6511365153
]
6511465154
}

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

learn-pr/achievements/learn.manage-secrets-with-azure-key-vault.badge.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/2-what-is-key-vault.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/3-creating-vaults-storing-secrets.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/4-authentication-with-managed-identities-for-azure-resources.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/5-access-secrets-from-web-app.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/6-configure-deploy-run-azure.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

learn-pr/azure/manage-secrets-with-azure-key-vault/7-summary.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)