This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Open Azure Powershell | |
#Import your Azure Subscription | |
Add-AzureAccount | |
#Get the list of Azure Subscriptions | |
Get-AzureSubscription | |
#Select the azure Subscription of the Virtual Machines | |
Select-AzureSubscription "[SubscriptionName]" |