Hola,
tengo una suscripción gratuita a azure,estoy empezando con azure y estoy intentando visualizar las VM que he creado en el portal desde powershell .
Cuando ejecuto login-azurermaccount el campo "SubscriptionId" me aparece en blanco.
Cuando ejecuto GEt-azurevm me sale este mensaje; Get-AzureVM : No default subscription has been designated. Use Select-AzureSubscription -Default <subscriptionName>
to set the default subscription. En línea: 1 Carácter: 1 + Get-AzureVM + ~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzureVM], ApplicationException + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.GetAzureVMCommand
Gracias!