The current subscription type is not permitted to perform operations on any provider namespace. Please use a different subscription.
This issue can come across when you use Azure PowerShell commands. For example, it stops you while you are trying to start your container image as follows
Simple solution is to set your subscription as follows and try again:
az account set –subscription <your sub id>
No responses yet