I am trying to enable AD authentication for Azure Files. Using the Microsoft provided documentation I get to the following PowerShell command.
join-AzStorageAccountForAuth -ResourceGroupName "<resource-group-name>" -Name "<storage-account-name>" -Domain "localdomain.net" -DomainAccountType ServiceLogonAccount -OrganizationalUnitDistinguishedName "ou-name-attribute-value"
I modify -OrganizationalUnitDistinguishedName "ou-name-attribute-value" to -OrganizationalUnitDistinguishedName "Aure Files", this orginizational unit exists in my domain.
However I get the following error:
Cannot find an object with identity: 'Azure Files' under 'DC=ad,DC=timhoo,DC=com'.
I am currently stuck because somehow the command is not finding my orginazational unit.

See Screenshots below: