Skip to content

Commit 375ea4f

Browse files
committed
fix numbering on lists
1 parent c7b023d commit 375ea4f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/azure-cache-for-redis/cache-managed-identity.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ To use managed identity, you must have a premium-tier cache.
4848
1. Sign into the [Azure portal](https://portal.azure.com/)
4949

5050
1. Create a new Azure Cache for Redis resource with a **Cache type** of any of the premium tiers. Complete **Basics** tab with all the required information.
51-
5251
> [!NOTE]
5352
> Managed identity functionality is only available in the Premium tier.
5453
>
@@ -60,11 +59,11 @@ To use managed identity, you must have a premium-tier cache.
6059

6160
1. Complete the creation process. Once the cache has been created and deployed, open it, and select the **(PREVIEW) Identity** tab under the **Settings** section on the left.
6261

63-
:::image type="content" source="media/cache-managed-identity/identity-resource.png" alt-text="(Preview) Identity in the Resource menu":::
62+
:::image type="content" source="media/cache-managed-identity/identity-resource.png" alt-text="(Preview) Identity in the Resource menu":::
6463

6564
1. You see that a system-assigned **object ID** has been assigned to the cache **Identity**.
6665

67-
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="System assigned resource settings for identity":::
66+
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="System assigned resource settings for identity":::
6867

6968
## Add system assigned identity to an existing cache
7069

@@ -95,12 +94,10 @@ To use managed identity, you must have a premium-tier cache.
9594
:::image type="content" source="media/cache-managed-identity/identity-add.png" alt-text="User assigned identity status is on":::
9695

9796
1. A sidebar pops up to allow you to select any available user-assigned identity to your subscription. Choose an identity and select **Add**. For more information on user assigned managed identities, see [manage user-assigned identity](/azure/active-directory/managed-identities-azure-resources/manage-user-assigned-managed-identities.md).
98-
99-
:::image type="content" source="media/cache-managed-identity/choose-identity.png" alt-text="new Object principal ID shown for user assigned identity":::
100-
101-
>[!Note]
97+
>[!Note]
10298
>You need to [create a user assigned identity](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp) in advance of this step.
10399
>
100+
:::image type="content" source="media/cache-managed-identity/choose-identity.png" alt-text="new Object principal ID shown for user assigned identity":::
104101

105102
1. You see the user-assigned identity listed in the **User assigned (preview)** pane.
106103

0 commit comments

Comments
 (0)