Hello @SHANTANU TALUKDER
The Azure CLI's default authentication method for logins uses a web browser and access token to sign in. As suggested by Babafemi You need to specify the tenantid, in your current session you just have to do it once and from then on it won't require that.
az login --tenant <TenantID>
If you have already done that and the issue remains same, you can follow the link to another similar question that has a few more suggestions which worked for other users with the same error you have encountered here
If your issue remains unresolved or have further questions, please let us know in the comments how we can assist. We are here to help you and strive to make your experience better and greatly value your feedback.
If I have answered your query, please click "Accept as answer" as a token of appreciation