I created my account on Windows Azure, also downloaded and installed my Azure Powershell module (I'm able to execute azure command and see the help message). Then I downloaded my publish settings file and tried to import it using Import-AzurePublishSettingsFile . I don't get any output message for this execution.
The problem comes when I run any command that tries to connect to my Azure subscription, for example:
PS > Get-AzureLocation
Get-AzureLocation : Please connect to internet before executing this cmdlet
I have internet connection in my machine and my execution policy is RemoteSigned.
Any ideas?