You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-managed-identity.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ A managed identity lets you simplify the process of securely connecting to an Az
17
17
-[Data persistence](cache-how-to-premium-persistence.md) to back up the data in your cache.
18
18
-[Import or export](cache-how-to-import-export-data.md) to save snapshots of cache data or import data from a saved file.
19
19
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.
21
22
22
23
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.
23
24
@@ -91,11 +92,11 @@ During cache creation, you can assign only system-assigned managed identity. You
91
92
92
93
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).
93
94
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.":::
95
96
96
97
1. Once the user-assigned identity is added, verify that it appears on the **User assigned** tab of the **Identity** page.
97
98
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.":::
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**.
140
141
142
+
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="Screenshot showing add role assignment form with members pane.":::
143
+
141
144
1. On the **Add role assignment** page, select **Review + assign**, and then select **Review + assign** again to confirm.
142
145
143
146
:::image type="content" source="media/cache-managed-identity/review-assign.png" alt-text="Screenshot showing Managed Identity form with managed identities assigned.":::
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.
152
155
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.
154
157
155
158
1. Under **Storage Account**, select the storage account you configured to use managed identity, if not already selected, and select **Save** if necessary.
156
159
@@ -160,10 +163,10 @@ You can now save data persistence backups to the storage account using managed i
160
163
161
164
## Use managed identity to import and export cache data
162
165
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.
164
167
1. On the **Import data** or **Export data** screen, select **Managed Identity** for **Authentication Method**.
165
168
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**.
167
170
168
171
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**.
0 commit comments