Skip to content

Commit 3bfafdb

Browse files
committed
add more description
1 parent 464e8b6 commit 3bfafdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/enterprise/quickstart-key-vault-enterprise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The following instructions describe how to grant access to Key Vault secrets to
213213
--service ${AZURE_SPRING_APPS_SERVICE_INSTANCE_NAME}
214214
```
215215

216-
1. Use the following commands to set an access policy of `get list` on Key Vault for the Identity Service application:
216+
1. If you've configured [single sign-on](quickstart-configure-single-sign-on-enterprise.md), use the following commands to set an access policy of `get list` on Key Vault for the Identity Service application:
217217

218218
```azurecli
219219
export IDENTITY_SERVICE_APP_IDENTITY=$(az spring app show \
@@ -235,7 +235,7 @@ After granting access to read secrets from Key Vault, use the following steps to
235235
1. Use the following command to retrieve the URI for Key Vault to be used in updating applications:
236236

237237
```azurecli
238-
export KEYVAULT_URI=$(az keyvault show --name ${KEY_VAULT_NAME} | jq -r '.properties.vaultUri')
238+
export KEYVAULT_URI=$(az keyvault show --name ${KEY_VAULT_NAME} --resource-group ${RESOURCE_GROUP} | jq -r '.properties.vaultUri')
239239
```
240240

241241
1. Use the following command to retrieve the URL for Spring Cloud Gateway to be used in updating applications:
@@ -313,7 +313,7 @@ After granting access to read secrets from Key Vault, use the following steps to
313313
--env "CART_PORT=8080" "KEYVAULT_URI=${KEYVAULT_URI}" "AUTH_URL=https://${GATEWAY_URL}"
314314
```
315315

316-
1. Use the following command to update the Identity Service environment and configuration pattern to access Key Vault:
316+
1. If you've configured [single sign-on](quickstart-configure-single-sign-on-enterprise.md), use the following command to update the Identity Service environment and configuration pattern to access Key Vault:
317317

318318
```azurecli
319319
az spring app update \

0 commit comments

Comments
 (0)