Skip to content

Commit 128e268

Browse files
committed
Fixing some validation issues
1 parent 188cdb8 commit 128e268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

support/azure/azure-storage/blobs/authentication/storage-troubleshoot-403-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ When using ACLs to authorize access to files and directories, review the followi
156156

157157
- **Sticky bit is not set** ACLs have a setting called the sticky bit, which can also cause 403 errors. If the sticky bit is enabled on a directory, only the child item's owner, the directory's owner, or the Superuser ($superuser) can delete or rename child items. To learn more, see [403 Access Denied authorization error when the sticky bit is enabled in ADLS Gen2](adls-gen2-sticky-bit-403-access-denied.md).
158158

159-
For more information about ACLs, see [Access control lists (ACLs) in Azure Data Lake Storage Gen2](/azure/storage/common/data-lake-storage-access-control).
159+
For more information about ACLs, see [Access control lists (ACLs) in Azure Data Lake Storage Gen2](/azure/storage/blobs/data-lake-storage-access-control).
160160

161161
### Public network endpoint
162162

@@ -178,7 +178,7 @@ If the client receives a 403 error when accessing a storage account through a pr
178178

179179
- **Domain Name System (DNS) settings** Make sure that the DNS resolution of the storage account name resolves to a private IP address. It's possible that a DNS configuration might be resolving the storage account to the public endpoint. Update the DNS configuration so that clients in the network actually get to the private endpoint. See [DNS changes for private endpoints](/azure/storage/common/storage-private-endpoints#dns-changes-for-private-endpoints).
180180

181-
- **Hub virtual network connectivity** For copying blobs between storage accounts with private endpoints in different spoke virtual networks from a VM in a Hub virtual network, ensure network connectivity and review error logs for `CannotVerifyCopySource`. See [Copy blobs between storage accounts in a Hub-spoke architecture using private endpoints](../connectivity/copy-blobs-between-storage-accounts-network-restriction).
181+
- **Hub virtual network connectivity** For copying blobs between storage accounts with private endpoints in different spoke virtual networks from a VM in a Hub virtual network, ensure network connectivity and review error logs for `CannotVerifyCopySource`. See [Copy blobs between storage accounts in a Hub-spoke architecture using private endpoints](../connectivity/copy-blobs-between-storage-accounts-network-restriction.md).
182182

183183
- **Private endpoints for each storage resource** Ensure the storage account has private endpoints for both the Data Lake Storage resource and the Blob Storage resource. Some operations might be redirected between endpoints, requiring both to be present.
184184

support/azure/azure-storage/blobs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- name: Sticky bit causes 403 authorization error
2222
href: authentication/adls-gen2-sticky-bit-403-access-denied.md
2323
- name: Troubleshoot 403 errors
24-
href: storage-troubleshoot-403-errors.md
24+
href: authentication/storage-troubleshoot-403-errors.md
2525
- name: Performance and Throughput
2626
items:
2727
- name: Troubleshoot high CPU or disk usage issues

0 commit comments

Comments
 (0)