You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Troubleshoot Azure Files identity-based authentication and authorization issues (SMB)
@@ -75,9 +75,17 @@ First, make sure that you've followed the steps to [enable Azure Files AD DS Aut
75
75
76
76
Second, try [mounting Azure file share with storage account key](/azure/storage/files/storage-how-to-use-files-windows). If the share fails to mount, download [AzFileDiagnostics](https://github.com/Azure-Samples/azure-files-samples/tree/master/AzFileDiagnostics/Windows) to help you validate the client running environment. AzFileDiagnostics can detect incompatible client configurations that might cause access failure for Azure Files, give prescriptive guidance on self-fix, and collect the diagnostics traces.
77
77
78
-
Third, you can run the `Debug-AzStorageAccountAuth` cmdlet to conduct a set of basic checks on your AD configuration with the logged-on AD user. This cmdlet is supported on [AzFilesHybrid v0.1.2+ version](https://github.com/Azure-Samples/azure-files-samples/releases). You need to run this cmdlet with an AD user that has owner permission on the target storage account.
78
+
Third, you can run the `Debug-AzStorageAccountAuth` cmdlet to conduct a set of basic checks on your AD configuration with the logged-on AD user. This cmdlet is supported on [AzFilesHybrid v0.1.2+ version](https://github.com/Azure-Samples/azure-files-samples/releases).
79
79
80
-
```PowerShell
80
+
Sign in to Azure PowerShell interactively as an AD user that has owner permission on the target storage account:
## Unable to mount Azure file shares with Microsoft Entra Kerberos
136
145
137
146
### Self diagnostics steps
@@ -140,7 +149,15 @@ First, make sure that you've followed the steps to [enable Microsoft Entra Kerbe
140
149
141
150
Second, you can run the `Debug-AzStorageAccountAuth` cmdlet to perform a set of basic checks. This cmdlet is supported for storage accounts configured for Microsoft Entra Kerberos authentication, on [AzFilesHybrid v0.3.0+ version](https://github.com/Azure-Samples/azure-files-samples/releases).
142
151
143
-
```PowerShell
152
+
Sign in to Azure PowerShell interactively as an AD user that has owner permission on the target storage account:
0 commit comments