Login-AzureRmAccount return subscription but Get-AzureSubscription return empty
问题 I am able to login successfully with the Login-AzureRmAccount . Also I am able to see my subscription in the return value of Login-AzureRmAccount. But after login, if I type Get-AzureSubscription it return empty. Find the below screenshot 回答1: Well, you need to use Get-AzureRmSubscription (RM), since you are using the cmdlet for ASM mode, not ARM. There are 2 deployment modes in Azure, ASM (old) and ARM (new one). 回答2: Expanding on the other answers. In Azure there is two deployment models.