Skip to content

Commit 11353b5

Browse files
committed
Acrolinx fixes
1 parent 0009c0a commit 11353b5

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
@@ -32,7 +32,7 @@ The following video describes how to manage secrets using Azure Key Vault.
3232

3333
* [Sign up for an Azure subscription](https://azure.microsoft.com/free/)
3434
* [Install the Azure CLI version 2.45.0 or higher](/cli/azure/install-azure-cli)
35-
* [Install Maven 3.0 or above](https://maven.apache.org/download.cgi)
35+
* [Install Maven 3.0 or higher](https://maven.apache.org/download.cgi)
3636

3737
## Create a resource group
3838

@@ -97,7 +97,7 @@ export SERVICE_IDENTITY=$(az spring app show \
9797

9898
### [User-assigned managed identity](#tab/user-assigned-managed-identity)
9999

100-
First, create a user-assigned managed identity in advance with its resource ID set to `$USER_IDENTITY_RESOURCE_ID`. Save the client ID for the property configuration below.
100+
First, create a user-assigned managed identity in advance with its resource ID set to `$USER_IDENTITY_RESOURCE_ID`. Save the client ID for the property configuration.
101101

102102
:::image type="content" source="media/tutorial-managed-identities-key-vault/app-user-managed-identity-key-vault.png" alt-text="Screenshot of Azure portal showing the Managed Identity Properties screen with 'Resource ID', 'Principle ID' and 'Client ID' highlighted." lightbox="media/tutorial-managed-identities-key-vault/app-user-managed-identity-key-vault.png":::
103103

@@ -176,7 +176,7 @@ spring.cloud.azure.keyvault.secret.property-sources[0].credential.client-id={Cli
176176
---
177177

178178
> [!NOTE]
179-
> You must add the key vault URL in the *application.properties* file as shown above. Otherwise, the key vault URL may not be captured during runtime.
179+
> You must add the key vault URL in the *application.properties* file as shown previously. Otherwise, the key vault URL may not be captured during runtime.
180180
181181
1. Add the following code example to *src/main/java/com/example/demo/DemoApplication.java*. This code retrieves the connection string from the key vault.
182182

0 commit comments

Comments
 (0)