Skip to content

Commit b71fd11

Browse files
committed
edits
1 parent 0ff38ba commit b71fd11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/tutorial-managed-identities-key-vault.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tutorial: Managed identity to connect Key Vault"
3-
description: Set up managed identity to connect Key Vault to an Azure Spring Apps app
2+
title: "Tutorial: Connect Azure Spring Apps to Key Vault using managed identities"
3+
description: Set up managed identity to connect Key Vault to an app deployed to Azure Spring Apps
44
author: karlerickson
55
ms.author: karler
66
ms.service: spring-apps
@@ -18,7 +18,7 @@ ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1818

1919
**This article applies to:** ✔️ Basic/Standard ✔️ Enterprise
2020

21-
This article shows you how to create a managed identity for an Azure Spring Apps app and use it to access Azure Key Vault.
21+
This article shows you how to create a managed identity for an app deployed to Azure Spring Apps and use it to access Azure Key Vault.
2222

2323
Azure Key Vault can be used to securely store and tightly control access to tokens, passwords, certificates, API keys, and other secrets for your app. You can create a managed identity in Azure Active Directory (Azure AD), and authenticate to any service that supports Azure AD authentication, including Key Vault, without having to display credentials in your code.
2424

@@ -156,7 +156,7 @@ This app has access to get secrets from Azure Key Vault. Use the Azure Key Vault
156156
vim src/main/resources/application.properties
157157
```
158158

159-
1. To use managed identity for Azure Spring Apps apps, add properties with the following content to the *src/main/resources/application.properties* file.
159+
1. To use managed identity for an app deployed to Azure Spring Apps, add properties with the following content to the *src/main/resources/application.properties* file.
160160

161161
### [System-assigned managed identity](#tab/system-assigned-managed-identity)
162162

0 commit comments

Comments
 (0)