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-how-to-import-export-data.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ Use import to bring Redis compatible RDB files from any Redis server running in
30
30
>
31
31
>
32
32
33
-
1. To import one or more exported cache blobs, [browse to your cache](cache-configure.md#configure-azure-cache-for-redis-settings) in the Azure portal and select **Import data** from the **Resource menu**.
33
+
1. To import one or more exported cache blobs, [browse to your cache](cache-configure.md#configure-azure-cache-for-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.
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-data.png" alt-text="Screenshot showing Import data selected in the Resource menu.":::
36
36
37
37
2. Select **Choose Blob(s)** and select the storage account that contains the data to import.
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-storage-account.png" alt-text="Screenshot showing a list of storage accounts.":::
40
40
41
41
3. Select the container that contains the data to import.
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-container.png" alt-text="Screenshot showing list of containers from the previously chosen storage account.":::
44
44
45
45
4. Select one or more blobs to import by selecting the area to the left of the blob name, and then **Select**.
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-blobs.png" alt-text="Screenshot showing a blob from the container. ":::
48
48
49
49
5. Select **Import** to begin the import process.
50
50
@@ -53,20 +53,21 @@ Use import to bring Redis compatible RDB files from any Redis server running in
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-blobs.png" alt-text="Screenshot showing the Import button to select to begin the import.":::
57
57
58
58
You can monitor the progress of the import operation by following the notifications from the Azure portal, or by viewing the events in the [audit log](../azure-monitor/essentials/activity-log.md).
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-data-import-complete.png" alt-text="Screenshot showing the import progress in the notifications area.":::
61
61
62
62
## Export
63
63
64
64
Export allows you to export the data stored in Azure Cache for Redis to Redis compatible RDB file(s). You can use this feature to move data from one Azure Cache for 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 Cache for 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.
65
65
66
-
1. To export the current contents of the cache to storage, [browse to your cache](cache-configure.md#configure-azure-cache-for-redis-settings) in the Azure portal and select **Export data** from the **Resource menu**.
66
+
1. To export the current contents of the cache to storage, [browse to your cache](cache-configure.md#configure-azure-cache-for-redis-settings) in the Azure portal and select **Export data** from the **Resource menu**. You see **Choose Storage Container** in the working pane.
67
67
68
-

69
-
2. Select **Choose Storage Container** and select the storage account you want. The storage account must be in the same subscription and region as your cache.
68
+
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-choose-storage-container.png" alt-text="Screenshot showing Export data selected in the Resource menu":::
69
+
70
+
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 subscription and region as your cache.
70
71
71
72
> [!IMPORTANT]
72
73
>
@@ -77,19 +78,19 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
77
78
> For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md).
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-choose-account.png" alt-text="Screenshot showing a list of containers in the working pane.":::
81
82
82
-
3. Choose the blob container you want, then **Select**. To use new a container, select **Add Container** to add it first and then select it from the list.
83
+
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.
83
84
84
-

85
+
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-container.png" alt-text="Screenshot of a list of containers with one highlighted and a select button.":::
85
86
86
87
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.
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data.png" alt-text="Screenshot showing a blob name prefix and an Export button.":::
89
90
90
91
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-monitor/essentials/activity-log.md).
91
92
92
-

93
+
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-export-complete.png" alt-text="Screenshot showing the export progress in the notifications area.":::
93
94
94
95
Caches remain available for use during the export process.
0 commit comments