Skip to content

Commit 0694d6a

Browse files
authored
Update storage-troubleshoot-windows-file-connection-problems.md
1 parent 6fc0f8e commit 0694d6a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,25 +133,25 @@ To close open handles for a file share, directory or file, use the [Close-AzStor
133133
> [!Note]
134134
> The Get-AzStorageFileHandle and Close-AzStorageFileHandle cmdlets are included in Az PowerShell module version 2.4 or later. To install the latest Az PowerShell module, see [Install the Azure PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps).
135135
136-
<a id="authorizationfailureportal"></a>
137-
## Error “Authorization failure” when browsing to an Azure file share in the portal
136+
<a id="noaaccessfailureportal"></a>
137+
## Error “No access” when browsing to an Azure file share in the portal
138138

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

141-
Authorization failure
142-
You do not have access
141+
No access
142+
Error code: 403
143143

144-
### Cause 1: Your user account does not have access to the storage account
144+
### Cause 1: Virtual network or firewall rules are enabled on the storage account
145145

146146
### Solution for cause 1
147147

148-
Browse to the storage account where the Azure file share is located, click **Access control (IAM)** and verify your user account has access to the storage account. To learn more, see [How to secure your storage account with Role-Based Access Control (RBAC)](https://docs.microsoft.com/azure/storage/blobs/security-recommendations#data-protection).
148+
Verify virtual network and firewall rules are configured properly on the storage account. To test if virtual network or firewall rules is causing the issue, temporarily change the setting on the storage account to **Allow access from all networks**. To learn more, see [Configure Azure Storage firewalls and virtual networks](https://docs.microsoft.com/azure/storage/common/storage-network-security).
149149

150-
### Cause 2: Virtual network or firewall rules are enabled on the storage account
150+
### Cause 2: Your user account does not have access to the storage account
151151

152152
### Solution for cause 2
153153

154-
Verify virtual network and firewall rules are configured properly on the storage account. To test if virtual network or firewall rules is causing the issue, temporarily change the setting on the storage account to **Allow access from all networks**. To learn more, see [Configure Azure Storage firewalls and virtual networks](https://docs.microsoft.com/azure/storage/common/storage-network-security).
154+
Browse to the storage account where the Azure file share is located, click **Access control (IAM)** and verify your user account has access to the storage account. To learn more, see [How to secure your storage account with Role-Based Access Control (RBAC)](https://docs.microsoft.com/azure/storage/blobs/security-recommendations#data-protection).
155155

156156
<a id="open-handles"></a>
157157
## Unable to delete a file or directory in an Azure file share

0 commit comments

Comments
 (0)