Skip to content

Commit b967795

Browse files
authored
Update files-troubleshoot-smb-connectivity.md
Add more useful information about Error 64 based on investigation in the Azure Support Ticket 2505210050001284
1 parent b1596c0 commit b967795

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

support/azure/azure-storage/files/connectivity/files-troubleshoot-smb-connectivity.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,14 @@ When mounting a file share from on-premises or another datacenter, you might see
145145

146146
This issue is likely caused by a proxy server or another type of Network Address Translation (NAT) device in the datapath that blocks the connection to map the Azure file share. In this case, the PowerShell cmdlet `Test-NetConnection` still might test connectivity on port 445 successfully.
147147

148+
This issue definitively occurs when the Active Directory Computer or User account corresponding to the Azure Storage Account hosting the FSLogix user profiles is unable to process Kerberos authentications. The underlying reasons could be incorrect changes to the msDS-SupportedEncryptionTypes attribute or rotation of Azure Storage Account's Access Keys without updating it on the Active Directory account.
149+
148150
#### Solution
149151

150152
To resolve this issue, reproduce it and collect a network trace to get more information about the error's origin. In most cases, you must work with your network/firewall administrator to allow the content to pass through the network device.
151153

154+
Kerberos errors will be visible in a network trace (e.g. flows tagged as KRB Error in case of a netsh trace). To resolve, follow the steps to enable Active Directory Domain Services authentication for Azure file shares (https://learn.microsoft.com/en-us/azure/storage/files/storage-files-identity-ad-ds-enable) to set up the authentication parameters properly.
155+
152156
### <a id="error-0x800704b3"></a> Failed with error code 0x800704b3
153157

154158
When you try to mount an Azure file share, you receive the following error:

0 commit comments

Comments
 (0)