Skip to content

Commit 2428cc8

Browse files
authored
Merge pull request #205419 from flang-msft/fxl-screenshots-import-export
Fxl---updated screenshots import export
2 parents ca551a7 + 54f6bd1 commit 2428cc8

12 files changed

+16
-15
lines changed

articles/azure-cache-for-redis/cache-how-to-import-export-data.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ Use import to bring Redis compatible RDB files from any Redis server running in
3030
>
3131
>
3232
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.
3434

35-
![Import data](./media/cache-how-to-import-export-data/cache-import-data.png)
35+
:::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.":::
3636

3737
2. Select **Choose Blob(s)** and select the storage account that contains the data to import.
3838

39-
![Choose storage account](./media/cache-how-to-import-export-data/cache-import-choose-storage-account.png)
39+
:::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.":::
4040

4141
3. Select the container that contains the data to import.
4242

43-
![Choose container](./media/cache-how-to-import-export-data/cache-import-choose-container.png)
43+
:::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.":::
4444

4545
4. Select one or more blobs to import by selecting the area to the left of the blob name, and then **Select**.
4646

47-
![Choose blobs](./media/cache-how-to-import-export-data/cache-import-choose-blobs.png)
47+
:::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. ":::
4848

4949
5. Select **Import** to begin the import process.
5050

@@ -53,20 +53,21 @@ Use import to bring Redis compatible RDB files from any Redis server running in
5353
>
5454
>
5555
56-
![Import](./media/cache-how-to-import-export-data/cache-import-blobs.png)
56+
:::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.":::
5757

5858
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).
5959

60-
![Import progress](./media/cache-how-to-import-export-data/cache-import-data-import-complete.png)
60+
:::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.":::
6161

6262
## Export
6363

6464
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.
6565

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.
6767

68-
![On the navigation pane for contoso5premium, the Export data option on the Administration list is highlighted.](./media/cache-how-to-import-export-data/cache-export-data-choose-storage-container.png)
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.
7071

7172
> [!IMPORTANT]
7273
>
@@ -77,19 +78,19 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
7778
> For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md).
7879
>
7980
80-
![Storage account](./media/cache-how-to-import-export-data/cache-export-data-choose-account.png)
81+
:::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.":::
8182

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.
8384

84-
![On Containers for contoso55, the + Container option is highlighted. There is one container in the list, cachesaves, and it is selected and highlighted. The Selection option is selected and highlighted.](./media/cache-how-to-import-export-data/cache-export-data-container.png)
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.":::
8586

8687
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.
8788

88-
![Export](./media/cache-how-to-import-export-data/cache-export-data.png)
89+
:::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.":::
8990

9091
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).
9192

92-
![Export data complete](./media/cache-how-to-import-export-data/cache-export-data-export-complete.png)
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.":::
9394

9495
Caches remain available for use during the export process.
9596

-2.09 KB
Loading
Loading
23.3 KB
Loading
75.2 KB
Loading
42.7 KB
Loading
46.8 KB
Loading
24.5 KB
Loading
44.4 KB
Loading
-6.69 KB
Loading

0 commit comments

Comments
 (0)