File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following video describes how to manage secrets using Azure Key Vault.
31
31
## Prerequisites
32
32
33
33
* [ 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 )
35
35
* [ Install Maven 3.0 or above] ( https://maven.apache.org/download.cgi )
36
36
37
37
## Create a resource group
@@ -71,7 +71,7 @@ az keyvault secret set \
71
71
After installing corresponding extension, create an Azure Spring Apps instance with the Azure CLI command ` az spring create ` .
72
72
73
73
``` azurecli
74
- az extension add --name spring
74
+ az extension add --upgrade -- name spring
75
75
az spring create \
76
76
--resource-group <your-resource-group-name> \
77
77
--name <your-Azure-Spring-Apps-instance-name>
You can’t perform that action at this time.
0 commit comments