Skip to content

Commit 7c588c1

Browse files
committed
ch
1 parent dc92d9f commit 7c588c1

File tree

9 files changed

+10
-7
lines changed

9 files changed

+10
-7
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ A managed identity lets you simplify the process of securely connecting to an Az
1717
- [Data persistence](cache-how-to-premium-persistence.md) to back up the data in your cache.
1818
- [Import or export](cache-how-to-import-export-data.md) to save snapshots of cache data or import data from a saved file.
1919

20-
Only the Azure Redis data persistence and import-export features use managed identity. These features are available only in Azure Redis Premium tier, so managed identity is available for Azure Redis Premium tier only.
20+
>[!NOTE]
21+
>Only the Azure Redis data persistence and import-export features use managed identity. These features are available only in Azure Redis Premium tier, so managed identity is available for Azure Redis Premium tier only.
2122
2223
Azure Cache for Redis supports both *system-assigned* and *user-assigned* managed identities. Each type of managed identity has advantages, but the functionality is the same in Azure Cache for Redis.
2324

@@ -91,11 +92,11 @@ During cache creation, you can assign only system-assigned managed identity. You
9192

9293
1. On the **Add user assigned managed identity** screen, select a managed identity from your subscription, and select **Add**. For more information on user assigned managed identities, see [manage user-assigned identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md).
9394

94-
:::image type="content" source="media/cache-managed-identity/choose-identity.png" alt-text="Screenshot showing a User assigned managed identity.":::
95+
:::image type="content" source="media/cache-managed-identity/choose-identity.png" alt-text="Screenshot showing a user-assigned managed identity.":::
9596

9697
1. Once the user-assigned identity is added, verify that it appears on the **User assigned** tab of the **Identity** page.
9798

98-
:::image type="content" source="media/cache-managed-identity/identity-list.png" alt-text="Screenshot showing a list of names, resource groups and subscriptions.":::
99+
:::image type="content" source="media/cache-managed-identity/identity-list.png" alt-text="Screenshot showing the user-assigned identity on the Identity page.":::
99100

100101
### Enable managed identity using Azure CLI
101102

@@ -138,6 +139,8 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
138139

139140
1. In the **Select managed identities** pane, select the dropdown arrow under **Managed identities** to see all your available user-assigned and system-assigned managed identities. If you have many managed identities, you can search for the one you want. Choose the managed identities you want, and then select **Select**.
140141

142+
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="Screenshot showing add role assignment form with members pane.":::
143+
141144
1. On the **Add role assignment** page, select **Review + assign**, and then select **Review + assign** again to confirm.
142145

143146
:::image type="content" source="media/cache-managed-identity/review-assign.png" alt-text="Screenshot showing Managed Identity form with managed identities assigned.":::
@@ -148,9 +151,9 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
148151

149152
## Use managed identity with data persistence
150153

151-
1. On the Azure portal page for your Azure Redis Premium cache that has been assigned the **Storage Blob Data Contributor** role, select **Data persistence** under **Settings** in the left navigation menu.
154+
1. On the Azure portal page for your Azure Redis Premium cache that has the **Storage Blob Data Contributor** role, select **Data persistence** under **Settings** in the left navigation menu.
152155

153-
1. Ensure that **Authentication Method** is set to **Managed Identity**. The selection defaults to the system-assigned managed identity if it's enabled. Otherwise, it uses the first listed user-assigned identity.
156+
1. Ensure that **Authentication Method** is set to **Managed Identity**. The selection defaults to the system-assigned managed identity if enabled. Otherwise, it uses the first listed user-assigned identity.
154157

155158
1. Under **Storage Account**, select the storage account you configured to use managed identity, if not already selected, and select **Save** if necessary.
156159

@@ -160,10 +163,10 @@ You can now save data persistence backups to the storage account using managed i
160163

161164
## Use managed identity to import and export cache data
162165

163-
1. On the Azure portal page for your Azure Redis Premium cache that has been assigned the **Storage Blob Data Contributor** role, select **Import data** or **Export data** under **Administration** in the left navigation menu.
166+
1. On the Azure portal page for your Azure Redis Premium cache that has the **Storage Blob Data Contributor** role, select **Import data** or **Export data** under **Administration** in the left navigation menu.
164167
1. On the **Import data** or **Export data** screen, select **Managed Identity** for **Authentication Method**.
165168

166-
1. To import data, on the **Import data** screen, select **Choose Blob(s)** next to **RDB File(s)**. Select your RDB file(s) from the blob storage location, and select **Select**.
169+
1. To import data, on the **Import data** screen, select **Choose Blob(s)** next to **RDB File(s)**. Select your Redis Database (RDB) file or files from the blob storage location, and select **Select**.
167170

168171
1. To export data, on the **Export data** screen, enter a **Blob name prefix**, and then select **Choose Storage Container** next to **Export output**. Select or create a container to hold the exported data, and select **Select**.
169172

-3.8 KB
Loading
90 Bytes
Loading
192 Bytes
Loading
545 Bytes
Loading
1 Byte
Loading
Binary file not shown.
263 Bytes
Loading
-49.5 KB
Loading

0 commit comments

Comments
 (0)