Skip to content

Commit 4178aeb

Browse files
committed
fixed broken links
1 parent 17429a9 commit 4178aeb

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

articles/redis/.openpublishing.redirection.redis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"redirect_document_id": false
1313
},
1414
{
15-
"source_path_from_root": "/articles/redis/best-practice-managed-cache.md",
15+
"source_path_from_root": "/articles/redis/best-practices-managed-cache.md",
1616
"redirect_url": "/azure/redis/overview",
1717
"redirect_document_id": false
1818
}

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ Export allows you to export the data stored in Azure Managed Redis. You can use
8585

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

88-
> [!IMPORTANT]
89-
>
90-
> If your cache data export to Firewall-enabled storage accounts fails, refer to [What if I have firewall enabled on my storage account?](#what-if-i-have-firewall-enabled-on-my-storage-account)
91-
>
92-
> For more information, see [Azure storage account overview](/azure/storage/common/storage-account-overview).
93-
>
94-
9588
<!-- :::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."::: -->
9689

9790
1. 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.
@@ -121,7 +114,6 @@ This section contains frequently asked questions about the Import/Export feature
121114
- [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)
122115
- [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)
123116
- [Are storage accounts that enable firewalls or private links supported?](#are-storage-accounts-that-enable-firewalls-or-private-links-supported)
124-
<!-- - [What if I have firewall enabled on my storage account?](#what-if-i-have-firewall-enabled-on-my-storage-account) -->
125117
- [Can I import or export data from a storage account in a different subscription than my cache?](#can-i-import-or-export-data-from-a-storage-account-in-a-different-subscription-than-my-cache)
126118
- [Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?](#which-permissions-need-to-be-granted-to-the-storage-account-container-shared-access-signature-sas-token-to-allow-export)
127119

@@ -187,17 +179,12 @@ Export works only with RDB files stored as block blobs. Other blob types aren't
187179

188180
No, these settings on storage accounts are not supported.
189181

190-
<!-- ### What if I have firewall enabled on my storage account?
191-
192-
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.
193-
194-
For more information, see [managed identity for storage accounts - Azure Cache for Redis](managed-identity) -->
195-
196182
### Can I import or export data from a storage account in a different subscription than my cache?
197183

198184
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.
199185

200186
### Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?
187+
201188
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:
202189
- `read`
203190
- `add`

0 commit comments

Comments
 (0)