Hei @Varma ,
Thank you for contacting Microsoft Q & A
It feels like you have an authentication issue at hand.
The easiest way to solve this is probably start from scratch, follow these steps and let me know if it works.
Steps:
- Open terminal or command prompt or your favorite command line
- type the following commands:
- az logout
- az login
- (optional) az account get-access-token
- check the logged in subscription scope with : az account list
- get the details of the subscription: az account show --name <subscription name>
Ideally this should log you in correct scope for your auth problems to go away.
Please mark this as answer if it helped