Skip to content

Commit 262e6bf

Browse files
authored
Merge pull request #97158 from yuemlu/master
Update to reflect the numeric character bug
2 parents 42a59f8 + b45d298 commit 262e6bf

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,17 +289,29 @@ To resolve this problem, adjusting the **DirectoryCacheEntrySizeMax** registry
289289

290290
For example, you can set it to 0x100000 and see if the performance become better.
291291

292-
## Error AadDsTenantNotFound in enabling Azure Active Directory authentication for Azure Files "Unable to locate active tenants with tenant Id aad-tenant-id"
292+
## Error AadDsTenantNotFound in enabling Azure Active Directory Domain Service (AAD DS) authentication for Azure Files "Unable to locate active tenants with tenant Id aad-tenant-id"
293293

294294
### Cause
295295

296-
Error AadDsTenantNotFound happens when you try to [enable Azure Active Directory (AAD) authentication for Azure Files](https://docs.microsoft.com/azure/storage/files/storage-files-active-directory-enable) on a storage account where [AAD Domain Service(AAD DS)](https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-overview) is not created on the AAD tenant of the associated subscription.
296+
Error AadDsTenantNotFound happens when you try to [enable Azure Active Directory Domain Service (AAD DS) authentication for Azure Files](https://docs.microsoft.com/azure/storage/files/storage-files-active-directory-enable) on a storage account where [AAD Domain Service(AAD DS)](https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-overview) is not created on the AAD tenant of the associated subscription.
297297

298298
### Solution
299299

300300
Enable AAD DS on the AAD tenant of the subscription that your storage account is deployed to. You need administrator privileges of the AAD tenant to create a managed domain. If you aren't the administrator of the Azure AD tenant, contact the administrator and follow the step-by-step guidance to [Enable Azure Active Directory Domain Services using the Azure portal](https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-getting-started).
301301

302302
[!INCLUDE [storage-files-condition-headers](../../../includes/storage-files-condition-headers.md)]
303303

304+
## Error 'System error 1359 has occurred. An internal error' received over SMB access to file shares with Azure Active Directory Domain Service (AAD DS) authentication enabled
305+
306+
### Cause
307+
308+
Error 'System error 1359 has occurred. An internal error' happens when you try to connect to your file share with AAD DS authentication enabled against an AAD DS with domain DNS name starting with a numeric character. For example, if your AAD DS Domain DNS name is "1domain", you will get this error when attempting to mount the file using AAD credentials.
309+
310+
### Solution
311+
312+
Currently, you can consider redeploying your AAD DS using a new domain DNS name that applies with the rules below.
313+
1. Names cannot begin with a numeric character.
314+
2. Names must be from 3 to 63 characters long.
315+
304316
## Need help? Contact support.
305317
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.

0 commit comments

Comments
 (0)