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
@@ -45,43 +45,43 @@ Use import to bring Redis compatible RDB files from any Redis server running in
45
45
46
46
1. To import one or more exported cache blobs, [browse to your cache](configure.md#configure-azure-managed-redis-settings) in the Azure portal and select **Import data** from the **Resource menu**. In the working pane, you see **Choose Blob(s)** where you can find RDB files.
47
47
48
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-data.png" alt-text="Screenshot showing Import data selected in the Resource menu.":::
48
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-data.png" alt-text="Screenshot showing Import data selected in the Resource menu.":::-->
49
49
50
50
2. Select **Choose Blob(s)** and select the storage account that contains the data to import.
51
51
52
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-storage-account.png" alt-text="Screenshot showing a list of storage accounts.":::
52
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-storage-account.png" alt-text="Screenshot showing a list of storage accounts.":::-->
53
53
54
54
3. Select the container that contains the data to import.
55
55
56
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-container.png" alt-text="Screenshot showing list of containers from the previously chosen storage account.":::
56
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-container.png" alt-text="Screenshot showing list of containers from the previously chosen storage account.":::-->
57
57
58
58
4. Select one or more blobs to import by selecting the area to the left of the blob name, and then **Select**.
59
59
60
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-blobs.png" alt-text="Screenshot showing a blob from the container. ":::
60
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-choose-blobs.png" alt-text="Screenshot showing a blob from the container. ":::-->
61
61
62
62
5. Select **Import** to begin the import process.
63
63
64
64
> [!IMPORTANT]
65
65
> The cache is not accessible by cache clients during the import process, and any existing data in the cache is deleted.
66
66
>
67
67
68
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-blobs.png" alt-text="Screenshot showing the Import button to select to begin the import.":::
68
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-blobs.png" alt-text="Screenshot showing the Import button to select to begin the import.":::-->
69
69
70
70
You can monitor the progress of the import operation by following the notifications from the Azure portal, or by viewing the events in the [activity log](/azure/azure-monitor/essentials/activity-log).
71
71
72
72
> [!IMPORTANT]
73
73
> Activity log support is not yet available in Azure Managed Redis.
74
74
>
75
75
76
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-import-data-import-complete.png" alt-text="Screenshot showing the import progress in the notifications area.":::
76
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-import-data-import-complete.png" alt-text="Screenshot showing the import progress in the notifications area.":::-->
77
77
78
78
## Export
79
79
80
80
Export allows you to export the data stored in Azure Managed Redis. You can use this feature to move data from one Azure Managed Redis instance to another or to another Redis server. During the export process, a temporary file is created on the VM that hosts the Azure Managed Redis server instance. Then, the file is uploaded to the chosen storage account. When the export operation completes with either a status of success or failure, the temporary file is deleted.
81
81
82
82
1. To export the current contents of the cache to storage, [browse to your cache](configure.md#configure-azure-managed-redis-settings) in the Azure portal and select **Export data** from the **Resource menu**. You see **Choose Storage Container** in the working pane.
83
83
84
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-choose-storage-container.png" alt-text="Screenshot showing Export data selected in the Resource menu":::
84
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-choose-storage-container.png" alt-text="Screenshot showing Export data selected in the Resource menu":::-->
85
85
86
86
2. Select **Choose Storage Container** and to display a list of available storage accounts. Select the storage account you want. The storage account must be in the same region as your cache. If you're using managed identity for authentication, the storage account can be in a different subscription. Otherwise, the storage account must be in the same subscription as your cache.
87
87
@@ -92,19 +92,19 @@ Export allows you to export the data stored in Azure Managed Redis. You can use
92
92
> For more information, see [Azure storage account overview](/azure/storage/common/storage-account-overview).
93
93
>
94
94
95
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-choose-account.png" alt-text="Screenshot showing a list of containers in the working pane.":::
95
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-choose-account.png" alt-text="Screenshot showing a list of containers in the working pane.":::-->
96
96
97
97
3. Choose the storage container you want to hold your export, then **Select**. If you want a new container, select **Add Container** to add it first, and then select it from the list.
98
98
99
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-container.png" alt-text="Screenshot of a list of containers with one highlighted and a select button.":::
99
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-container.png" alt-text="Screenshot of a list of containers with one highlighted and a select button.":::-->
100
100
101
101
4. Type a **Blob name prefix** and select **Export** to start the export process. The blob name prefix is used to prefix the names of files generated by this export operation.
102
102
103
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data.png" alt-text="Screenshot showing a blob name prefix and an Export button.":::
103
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data.png" alt-text="Screenshot showing a blob name prefix and an Export button.":::-->
104
104
105
105
You can monitor the progress of the export operation by following the notifications from the Azure portal, or by viewing the events in the [audit log](/azure/azure-monitor/essentials/activity-log).
106
106
107
-
:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-export-complete.png" alt-text="Screenshot showing the export progress in the notifications area.":::
107
+
<!--:::image type="content" source="media/how-to-import-export-data/managed-redis-export-data-export-complete.png" alt-text="Screenshot showing the export progress in the notifications area.":::-->
108
108
109
109
Caches remain available for use during the export process.
110
110
@@ -186,11 +186,11 @@ Export works only with RDB files stored as block blobs. Other blob types aren't
186
186
187
187
You need to check “Allow Azure services on the trusted services list to access this storage account” in your storage account settings. Then, use managed identity (System or User assigned) and provision Storage Blob Data Contributor RBAC role for that object ID.
188
188
189
-
For more information, see [managed identity for storage accounts - Azure Cache for Redis](../azure-cache-for-redis/cache-managed-identity.md)
189
+
For more information, see [managed identity for storage accounts - Azure Cache for Redis](managed-identity)
190
190
191
191
### Can I import or export data from a storage account in a different subscription than my cache?
192
192
193
-
You can import and export data from a storage account in a different subscription than your cache, but you must use [managed identity](../azure-cache-for-redis/cache-managed-identity.md) as the authentication method. You will need to select the chosen subscription holding the storage account when configuring the import or export.
193
+
You can import and export data from a storage account in a different subscription than your cache, but you must use [managed identity](managed-identity) as the authentication method. You will need to select the chosen subscription holding the storage account when configuring the import or export.
194
194
195
195
### Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?
196
196
In order for export to an Azure storage account to work successfully, the [shared access signature (SAS) token](/azure/storage/common/storage-sas-overview) must have the following permissions:
@@ -202,6 +202,6 @@ In order for export to an Azure storage account to work successfully, the [share
202
202
-`tag`
203
203
-`move`
204
204
205
-
## Next steps
205
+
## Related content
206
206
207
207
-[Azure Managed Redis service tiers](overview.md#choosing-the-right-tier)
0 commit comments