I have created azure sql server machine in azure portal.
While creating the machine I for got to add sql server authintication.
So Now When I try to login,Only azure active direcoty authintication is enabled.
How Can I fix that ?
I have created azure sql server machine in azure portal.
While creating the machine I for got to add sql server authintication.
So Now When I try to login,Only azure active direcoty authintication is enabled.
How Can I fix that ?
2
Answers
Sloved it by az sql server ad-only-auth disable --resource-group mygroup --name myServer
I have reproduced in my environment and Got expected results as below:
Then Click on Overview of SQL Server and Click on Reset password as below:
Now set a password as below:
Now tested in Sql database as below and it worked :
Try to follow above process to change the authentication mode as mine got changed.