For info i get an issue to be able to use a MSI or a user inside a entra group.
In order to solve the issue i need to add the default schema dbo when i add a external Entra Group in SQL.
$defaultSchema = "dbo"
CREATE USER [$userName] FROM EXTERNAL PROVIDER WITH DEFAULT_SCHEMA = $defaultSchema"