Skip to content

Commit 5a7f17f

Browse files
Merge pull request #263969 from KarlErickson/karler-fix
updates from external repo
2 parents b5ac8ec + b80d868 commit 5a7f17f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Connect Azure Spring Apps to Key Vault using managed identities"
2+
title: Connect Azure Spring Apps to Key Vault using managed identities
33
description: Set up managed identity to connect Key Vault to an app deployed to Azure Spring Apps.
44
author: KarlErickson
55
ms.author: karler
@@ -9,7 +9,7 @@ ms.date: 05/07/2023
99
ms.custom: devx-track-java, devx-track-extended-java, devx-track-azurecli, event-tier1-build-2022
1010
---
1111

12-
# Tutorial: Connect Azure Spring Apps to Key Vault using managed identities
12+
# 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.
@@ -148,7 +148,7 @@ This app has access to get secrets from Azure Key Vault. Use the Azure Key Vault
148148
1. Use the following command to generate a sample project from `start.spring.io` with Azure Key Vault Spring Starter.
149149

150150
```bash
151-
curl https://start.spring.io/starter.tgz -d dependencies=web,azure-keyvault -d baseDir=springapp -d bootVersion=2.7.9 -d javaVersion=17 -d type=maven-project | tar -xzvf -
151+
curl https://start.spring.io/starter.tgz -d dependencies=web,azure-keyvault -d baseDir=springapp -d bootVersion=3.2.1 -d javaVersion=17 -d type=maven-project | tar -xzvf -
152152
```
153153

154154
1. Specify your Key Vault in your app.

0 commit comments

Comments
 (0)