Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
One thing worth flagging for anyone finding this later: switching the default share-level permission to "Allow all" does get it mapping, but it grants that SMB role to every authenticated identity in the tenant. The reason it worked is that Entra Kerberos auth was already fine — the missing piece was the share-level RBAC, and "Allow all" just applies it to everyone. The scoped fix is to leave that default off and assign Storage File Data SMB Share Reader/Contributor to specific Entra groups instead (and Elevated Contributor for whoever sets the NTFS ACLs). Same result, without opening the share to the whole tenant
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.