Core component of SQL Server for storing, processing, and securing data
Hi @Shabir jan
Thanks to the super user for the detailed troubleshooting guidance.
Since the database is accessible from SSMS, the SQL engine itself appears to be working correctly. This points more toward an Azure resource/metadata issue rather than a connectivity problem.
One additional check would be to run:
az sql db list --resource-group rg-dev --server sqlserver-weu-nonprod
to confirm whether the database appears under the expected Azure resource.
If the database is still accessible in SSMS but does not appear in Azure Portal or CLI results, it may require an Azure support ticket to investigate a possible backend ARM metadata inconsistency.
Thanks,
Akhil.