Skip to content

Commit 8f3ab11

Browse files
Merge pull request #235104 from KarlErickson/doc_04_issue_17581646
edit "Update inaccurate message #234625"
2 parents 870979f + b71fd11 commit 8f3ab11

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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
@@ -9,7 +9,7 @@ ms.date: 04/15/2022
99
ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1010
---
1111

12-
# Tutorial: Use a managed identity to connect Key Vault to an Azure Spring Apps app
12+
# Tutorial: Connect Azure Spring Apps to Key Vault using managed identities
1313

1414
> [!NOTE]
1515
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
@@ -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

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

161-
1. To use managed identity for Azure Spring Apps apps, add properties with the following content to the *src/main/resources/application.properties* file.
161+
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.
162162

163163
### [System-assigned managed identity](#tab/system-assigned-managed-identity)
164164

@@ -245,7 +245,7 @@ spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-id={Cli
245245
curl https://myspringcloud-springapp.azuremicroservices.io/get
246246
```
247247

248-
You're shown the message `Successfully got the value of secret connectionString from Key Vault https://<your-keyvault-name>.vault.azure.net/: jdbc:sqlserver://SERVER.database.windows.net:1433;database=DATABASE;`.
248+
You're shown the message `jdbc:sqlserver://SERVER.database.windows.net:1433;database=DATABASE;`.
249249

250250
## Next steps
251251

0 commit comments

Comments
 (0)