如何查找当前的Azure RM订阅

Mic*_*l B 23 azure azure-powershell

在Azure Classic/Service Management中,Get-AzureSubscription将在租户中提供订阅列表,其中包含哪个订阅是最新的.

还有一个Get-AzureSubscription -Current标志可以为您提供当前订阅.

有没有办法在AzureRM.Profile中找到当前订阅?

Ben*_*enV 52

Get-AzureRmContext 为您提供有关所选订阅,默认存储帐户等的信息.

(Get-AzureRmContext).Subscription 为您提供当前订阅.


小智 9

现在您可以使用新的 Az 命令

获取-AzContext