Skip to content

Commit a59700d

Browse files
authored
Update tutorial-managed-identities-key-vault.md
1 parent 95dd13d commit a59700d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following video describes how to manage secrets using Azure Key Vault.
3131
## Prerequisites
3232

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

3737
## Create a resource group
@@ -71,7 +71,7 @@ az keyvault secret set \
7171
After installing corresponding extension, create an Azure Spring Apps instance with the Azure CLI command `az spring create`.
7272

7373
```azurecli
74-
az extension add --name spring
74+
az extension add --upgrade --name spring
7575
az spring create \
7676
--resource-group <your-resource-group-name> \
7777
--name <your-Azure-Spring-Apps-instance-name>

0 commit comments

Comments
 (0)