An Azure relational database service.
A possible solution may be to drop the user on the database and recreate the user as a contained database user mapped to the Azure Active Directory identity as explained here. For example,
CREATE USER [******@contoso.com] FROM EXTERNAL PROVIDER;
CREATE USER [******@fabrikam.onmicrosoft.com] FROM EXTERNAL PROVIDER;