Skip to content

Commit 8cf1242

Browse files
committed
changes per feedback
1 parent 19e8d27 commit 8cf1242

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/spring-cloud/how-to-enable-system-assigned-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: karlerickson
66
ms.author: xiading
77
ms.service: spring-cloud
88
ms.topic: how-to
9-
ms.date: 04/13/2022
9+
ms.date: 04/15/2022
1010
ms.custom: devx-track-java, devx-track-azurecli
1111
zone_pivot_groups: spring-cloud-tier-selection
1212
---

articles/spring-cloud/how-to-use-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: karlerickson
66
ms.author: jiec
77
ms.service: spring-cloud
88
ms.topic: how-to
9-
ms.date: 04/13/2022
9+
ms.date: 04/15/2022
1010
ms.custom: devx-track-java, devx-track-azurecli
1111
zone_pivot_groups: spring-cloud-tier-selection
1212
---
@@ -61,7 +61,7 @@ For the maximum number of user-assigned managed identities per application, see
6161

6262
### Azure services that aren't supported
6363

64-
The following services do not support managed identity-based access at this time, but they will at a future date:
64+
The following services do not currently support managed identity-based access:
6565

6666
- Azure Redis Cache
6767
- Azure Flexible MySQL

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: karlerickson
55
ms.author: karler
66
ms.service: spring-cloud
77
ms.topic: tutorial
8-
ms.date: 07/08/2020
8+
ms.date: 04/15/2022
99
ms.custom: devx-track-java, devx-track-azurecli
1010
---
1111

@@ -92,7 +92,7 @@ export SERVICE_IDENTITY=$(az spring-cloud app show --name "springapp" -s "myspri
9292

9393
First, create a user-assigned managed identity in advance with its resource ID set to `$USER_IDENTITY_RESOURCE_ID`.
9494

95-
:::image type="content" source="media/enterprise/msi/app-user-mi-keyvault.png" alt-text="Azure portal screenshot showing the Managed Identity Properties screen with 'Principle ID' and 'Client ID' highlighted." lightbox="media/enterprise/msi/app-user-mi-keyvault.png":::
95+
:::image type="content" source="media/tutorial-managed-identities-key-vault/app-user-managed-identity-key-vault.png" alt-text="Azure portal screenshot showing the Managed Identity Properties screen with 'Principle I D' and 'Client I D' highlighted." lightbox="media/tutorial-managed-identities-key-vault/app-user-managed-identity-key-vault.png":::
9696

9797
```azurecli
9898
export SERVICE_IDENTITY={principal ID of user-assigned managed identity}

0 commit comments

Comments
 (0)