27.6 C
Ahmedabad
Friday, July 4, 2025

How to select specific Azure Subscription in Powershell using Az/RM

Azure AZ command:

 

Connect-AzAccount

Get-AzSubscription -SubscriptionName “SubscriptionName” | Select-AzSubscription

——————————————————————————————

Azure RM Command:

 

Login-AzureRMAccount

Get-AzureRmSubscription –SubscriptionName “your subscription” | Select-AzureRmSubscription

Author

  • Versatile result oriented professional with 12+ years of experience in Consulting, design, Implementation & support in the domain of Cloud Computing(Azure), End User Computing Virtualization ( DaaS , VDI, Citrix, VMware, Nutanix ), Datacenter and security technologies

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest posts