Skip to content

Commit 5014240

Browse files
committed
Merge branch 'patch-26' of https://github.com/MSFTeegarden/azure-docs-pr into fxl---Update-screenshots-when-new-functionality-is-available-in-Import-article
2 parents feb8033 + 4882049 commit 5014240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This article provides a guide for importing and exporting data with Azure Cache
3939
Use import to bring Redis compatible RDB files from any Redis server running in any cloud or environment, including Redis running on Linux, Windows, or any cloud provider such as Amazon Web Services and others. Importing data is an easy way to create a cache with prepopulated data. During the import process, Azure Cache for Redis loads the RDB files from Azure storage into memory and then inserts the keys into the cache.
4040

4141
> [!NOTE]
42-
> Before beginning the import operation, ensure that your Redis Database (RDB) file or files are uploaded into page or block blobs in Azure storage, in the same region and subscription as your Azure Cache for Redis instance. For more information, see [Get started with Azure Blob storage](../storage/blobs/storage-quickstart-blobs-dotnet.md). If you exported your RDB file using the [Azure Cache for Redis Export](#export) feature, your RDB file is already stored in a page blob and is ready for importing.
42+
> Before beginning the import operation, ensure that your Redis Database (RDB) file or files are uploaded into page or block blobs in Azure storage, in the same region and subscription as your Azure Cache for Redis instance. If you are using managed identity for authentication, the storage account may be in a different subscription. For more information, see [Get started with Azure Blob storage](../storage/blobs/storage-quickstart-blobs-dotnet.md). If you exported your RDB file using the [Azure Cache for Redis Export](#export) feature, your RDB file is already stored in a page blob and is ready for importing.
4343
4444
> [!IMPORTANT]
4545
> Currently, importing from Redis Enterprise tier to Premium tier is not supported.
@@ -86,7 +86,7 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
8686

8787
:::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":::
8888

89-
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.
89+
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 are using managed identity for authentication, the storage account may be in a different subscription. Otherwise, the storage account must be in the same subscription as your cache.
9090

9191
> [!IMPORTANT]
9292
>

0 commit comments

Comments
 (0)