Hello SHANTANU TALUKDER,
Thank you for posting your query in the Microsoft Q&A Community.
I understand that you are experiencing issue authenticating with your user account via CLI
Based on your screenshots, one reason why you might be experiencing this is trying to authenticate to a different tenant other that the tenant where the subscription is.
To resolve this, kindly force the authentication by adding your tenant id
az login --tenant 00000000-0000-0000-0000-000000000000
If you are in the tenant and you still not able to access, you can set the subscription using this
az account set --subscription "<subscription ID or name>"
Let me know if further assistance is needed.
Babafemi