Skip to content

Commit 0447fac

Browse files
authored
Merge pull request #78526 from jeffpatt24/patch-12
Update storage-troubleshoot-windows-file-connection-problems.md
2 parents 72cf2c5 + cecbbf6 commit 0447fac

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

articles/storage/files/storage-troubleshoot-linux-file-connection-problems.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,13 @@ The encryption feature for SMB 3.0 for Linux was introduced in the 4.11 kernel.
104104

105105
If your Linux SMB client doesn't support encryption, mount Azure Files by using SMB 2.1 from an Azure Linux VM that's in the same datacenter as the file share. Verify that the [Secure transfer required]( https://docs.microsoft.com/azure/storage/common/storage-require-secure-transfer) setting is disabled on the storage account.
106106

107-
<a id="accessdeniedportal"></a>
108-
## Error “Access denied” when browsing to an Azure file share in the portal
107+
<a id="authorizationfailureportal"></a>
108+
## Error “Authorization failure” when browsing to an Azure file share in the portal
109109

110110
When you browse to an Azure file share in the portal, you may receive the following error:
111111

112-
Access denied
113-
You do not have access
114-
Looks like you don't have access to this content. To get access, please contact the owner.
112+
Authorization failure
113+
You do not have access
115114

116115
### Cause 1: Your user account does not have access to the storage account
117116

articles/storage/files/storage-troubleshoot-windows-file-connection-problems.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,13 @@ Error 1816 happens when you reach the upper limit of concurrent open handles tha
130130

131131
Reduce the number of concurrent open handles by closing some handles, and then retry. For more information, see [Microsoft Azure Storage performance and scalability checklist](../common/storage-performance-checklist.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json).
132132

133-
<a id="accessdeniedportal"></a>
134-
## Error “Access denied” when browsing to an Azure file share in the portal
133+
<a id="authorizationfailureportal"></a>
134+
## Error “Authorization failure” when browsing to an Azure file share in the portal
135135

136136
When you browse to an Azure file share in the portal, you may receive the following error:
137137

138-
Access denied
139-
You do not have access
140-
Looks like you don't have access to this content. To get access, please contact the owner.
138+
Authorization failure
139+
You do not have access
141140

142141
### Cause 1: Your user account does not have access to the storage account
143142

0 commit comments

Comments
 (0)