I was trying to connect my SQL Azure Queries through Bearer token which is generated through this query
$token= & az account get-access-token --resource=https://database.windows.net/ --query accessToken
Since today it says "Login failed for user ''"
I have not done any major changes in my environment, as even locally the script does not work
Once i get the access token then I Connect SQL server, Firewall settings are all fine. I am the server Admin of my DB, Is there something which i check further ?