Command 'CREATE LOGIN FROM EXTERNAL PROVIDER' is not supported as Azure Active Directory is not configured for this instance.
We have an SQL Server on an Azure VM.
For our main instance, which is our live one, Entra euthentication works without any problem. We can create and login directly using Entra authentication.
We also have another instance of SQL on the same server which we use as our test. When I try create and an entra id login on that, I get this error "Command 'CREATE LOGIN FROM EXTERNAL PROVIDER' is not supported as Azure Active Directory is not configured for this instance." I can't see anything in the azure portal that defines the Entra Id login by instance, only server.
How do I configure our second instance to also use Entra Id login?
Many thanks in advance