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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ Export allows you to export the data stored in Azure Cache for Redis to Redis co
76
76
> - Export works with page blobs that are supported by both classic and Resource Manager storage accounts.
77
77
> - Azure Cache for Redis does not support exporting to ADLS Gen2 storage accounts.
78
78
> - Export is not supported by Blob storage accounts at this time.
79
+
> - Redis cache data export to Firewall enabled storage accounts fails? [Please refer to How to export if I have firewall enabled on my storage account?](#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
79
80
>
80
81
> For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md).
81
82
>
@@ -110,6 +111,7 @@ This section contains frequently asked questions about the Import/Export feature
110
111
-[Can I automate Import/Export using PowerShell, CLI, or other management clients?](#can-i-automate-importexport-using-powershell-cli-or-other-management-clients)
111
112
-[I received a timeout error during my Import/Export operation. What does it mean?](#i-received-a-timeout-error-during-my-importexport-operation-what-does-it-mean)
112
113
-[I got an error when exporting my data to Azure Blob Storage. What happened?](#i-got-an-error-when-exporting-my-data-to-azure-blob-storage-what-happened)
114
+
-[How to export if I have firewall enabled on my storage account?](#how-to-export-if-i-have-firewall-enabled-on-my-storage-account)
113
115
114
116
### What pricing tiers can use Import/Export?
115
117
@@ -170,6 +172,12 @@ To resolve this error, start the import or export operation before 15 minutes ha
170
172
171
173
Export works only with RDB files stored as page blobs. Other blob types aren't currently supported, including Blob storage accounts with hot and cool tiers. For more information, see [Azure storage account overview](../storage/common/storage-account-overview.md). If you're using an access key to authenticate a storage account, having firewall exceptions on the storage account tends to cause the import/export process to fail.
172
174
175
+
### How to export if I have firewall enabled on my storage account?
176
+
177
+
For firewall enabled storage accounts, we need to check “Allow Azure services on the trusted services list to access this storage account” then, use managed identity (System/User assigned) and provision Storage Blob Data Contributor RBAC role for that object ID.
178
+
179
+
More information here - [Managed identity for storage accounts - Azure Cache for Redis](cache-managed-identity.md)
0 commit comments