Answered powershell

  • Thursday, March 29, 2012 10:54 AM
     
     

    Hi,

        Actually i m trying to create provisional logical server using cmdlets but is showing error. I m showing you the code and screen shot both below:-

    New-SqlAzureServer -AdministratorLogin azure -AdministratorLoginPassword azure -Location herocon -SubscriptionId MYsubscriptionID -Certificate (Get-Item cert:\\LocalMachine\My\MyThumprint)


    amyth

All Replies

  • Thursday, March 29, 2012 11:15 AM
     
     

    Hi,

    Could you try to change the password? It should be a bit more complex:

    Sandrino


    Sandrino Di Mattia | Twitter: http://twitter.com/sandrinodm | Azure Blog: http://fabriccontroller.net/blog | Blog: http://sandrinodimattia.net/blog

  • Friday, March 30, 2012 8:48 AM
     
     Answered
     It is communicationException might be something to do with port and firewall. If you are running it behind the firewall please check if port 8443 is not blocked on your firewall, as sql azure management works on port 8443 https://management.database.windows.net:8443

    -Sachin Sancheti