Skip to content

Commit 877f6bd

Browse files
committed
removed bogus images
1 parent 145a045 commit 877f6bd

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/redis/how-to-import-export-data.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: Learn how to import and export data to and from blob storage with y
66
ms.service: azure-managed-redis
77
ms.custom:
88
- ignite-2024
9-
ms.topic: conceptual
10-
ms.date: 11/15/2024
9+
ms.topic: how-to
10+
ms.date: 05/14/2025
1111
appliesto:
1212
- ✅ Azure Managed Redis
1313
---
@@ -24,9 +24,9 @@ This article provides a guide for importing and exporting data with Azure Manage
2424

2525
## Scope of availability
2626

27-
|Tier | Memory Optimized, Balanced, Compute Optimized |Flash Optimized |
28-
|---------|---------|---------|
29-
|Available | Yes | Yes |
27+
| Tier | Memory Optimized, Balanced, Compute Optimized | Flash Optimized |
28+
|-----------|-----------------------------------------------|-----------------|
29+
| Available | Yes | Yes |
3030

3131
## Compatibility
3232

@@ -45,43 +45,43 @@ Use import to bring Redis compatible RDB files from any Redis server running in
4545
4646
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.
4747

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."::: -->
4949

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

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."::: -->
5353

5454
3. Select the container that contains the data to import.
5555

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."::: -->
5757

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

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. "::: -->
6161

6262
5. Select **Import** to begin the import process.
6363

6464
> [!IMPORTANT]
6565
> The cache is not accessible by cache clients during the import process, and any existing data in the cache is deleted.
6666
>
6767
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."::: -->
6969

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

7272
> [!IMPORTANT]
7373
> Activity log support is not yet available in Azure Managed Redis.
7474
>
7575
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."::: -->
7777

7878
## Export
7979

8080
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.
8181

8282
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.
8383

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"::: -->
8585

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

@@ -92,19 +92,19 @@ Export allows you to export the data stored in Azure Managed Redis. You can use
9292
> For more information, see [Azure storage account overview](/azure/storage/common/storage-account-overview).
9393
>
9494
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."::: -->
9696

9797
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.
9898

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."::: -->
100100

101101
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.
102102

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."::: -->
104104

105105
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).
106106

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."::: -->
108108

109109
Caches remain available for use during the export process.
110110

@@ -186,11 +186,11 @@ Export works only with RDB files stored as block blobs. Other blob types aren't
186186

187187
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.
188188

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)
190190

191191
### Can I import or export data from a storage account in a different subscription than my cache?
192192

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

195195
### Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?
196196
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
202202
- `tag`
203203
- `move`
204204

205-
## Next steps
205+
## Related content
206206

207207
- [Azure Managed Redis service tiers](overview.md#choosing-the-right-tier)

0 commit comments

Comments
 (0)