Skip to content

Commit c3ece92

Browse files
committed
Updated alt text and some images
1 parent 2501f60 commit c3ece92

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-data.png" alt-text="Import data":::
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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-storage-account.png" alt-text="Choose storage account":::
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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-container.png" alt-text="Choose container":::
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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-choose-blobs.png" alt-text="Choose blobs":::
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 from the container. ":::
4848

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

@@ -53,19 +53,19 @@ Use import to bring Redis compatible RDB files from any Redis server running in
5353
>
5454
>
5555
56-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-blobs.png" alt-text="Import":::
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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-import-data-import-complete.png" alt-text="Import progress":::
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

6666
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-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-choose-storage-container.png" alt-text="Screenshot of the Resource menu with Export data highlighted.":::
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":::
6969

7070
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.
7171

@@ -78,19 +78,19 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
7878
> For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md).
7979
>
8080
81-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-choose-account.png" alt-text="Storage account":::
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.":::
8282

83-
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 a container, select **Add Container** to add it first and then select it from the list.
8484

8585
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-container.png" alt-text="Screenshot of a list containers with one highlighted and a select button.":::
8686

8787
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.
8888

89-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data.png" alt-text="Export":::
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.":::
9090

9191
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).
9292

93-
:::image type="content" source="./media/cache-how-to-import-export-data/cache-export-data-export-complete.png" alt-text="Export data complete":::
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.":::
9494

9595
Caches remain available for use during the export process.
9696

-1.01 KB
Loading
-3.45 KB
Loading
-1.11 KB
Loading
-1.07 KB
Loading
-1.02 KB
Loading

0 commit comments

Comments
 (0)