powershell - Error: Cannot get Azure subscription ID and thumbprint. Failed in New-FirewallRuleForWebsite in New-AzureSql.ps1 -
i working through ebook "building cloud apps microsoft azure" , when run new-azurewebsiteenv.ps1 following error
error: cannot azure subscription id , thumbprint. failed in new-firewallruleforwebsite in new-azuresql.ps1
i have tried adding -extendeddetails
get-azuresubscription
in new-azuresql.ps1 , new-azurewebsiteenv.ps1 suggested in http://blogs.msdn.com/b/devschool/archive/2015/04/10/error-in-fixit-demo-cannot-get-azure-subscription-id-and-thumbprint-urghh.aspx
i using azure powershell 0.8.16 , windows 7 service pack 1.
this can fixed calling remove-azuresubscription
re-running import-azurepublishsettingsfile
Comments
Post a Comment