首页 > 代码库 > Remove-Azureaccount (Can't get Azure credentials to stick in Powershel)
Remove-Azureaccount (Can't get Azure credentials to stick in Powershel)
https://social.technet.microsoft.com/forums/azure/en-US/260df055-7c4e-4ce2-8f8d-190ad20a4b76/cant-get-azure-credentials-to-stick-in-powershell?forum=windowsazuresecurity
Hi all,
I am wanting to use Powershell (v4) to automate backup and restore of SQL Azure DB to Azure Storage. I am using certificate method....download publishsettings file for my subscription and import via PS console command Import-AzurePublishSettingsFile. I have verified that the cert is imported and registered on machine Get-Item cert:\\CurrentUser\My\$thumbprint. Script is failing with "Get-AzureSqlDatabaseServer : Your Windows Azure credential in the Windows PowerShell session has expired. Please use Add-AzureAccount to login again." message. If I authenticate in the console using Add-AzureAccount it all starts working again. Then if I close the session or let it time out and try to run it I get the prompt/error again. This obviously does not work for automating with scripts and I am in need of some help in solving this issue. Any help appreciated.
Regards,
Frank Silano
Developer/Architect
BBI
I am wanting to use Powershell (v4) to automate backup and restore of SQL Azure DB to Azure Storage. I am using certificate method....download publishsettings file for my subscription and import via PS console command Import-AzurePublishSettingsFile. I have verified that the cert is imported and registered on machine Get-Item cert:\\CurrentUser\My\$thumbprint. Script is failing with "Get-AzureSqlDatabaseServer : Your Windows Azure credential in the Windows PowerShell session has expired. Please use Add-AzureAccount to login again." message. If I authenticate in the console using Add-AzureAccount it all starts working again. Then if I close the session or let it time out and try to run it I get the prompt/error again. This obviously does not work for automating with scripts and I am in need of some help in solving this issue. Any help appreciated.
Regards,
Frank Silano
Developer/Architect
BBI
- Moved by Bill_Stewart Thursday, April 24, 2014 8:11 PM Move to more appropriate forum
Thursday, April 24, 2014 8:03 PM
Reply
|
Quote
Frank Silano
Bloomin Brands, Inc.
Answers
0
Sign in to vote
I‘d try this:
- Run REMOVE-AZUREACCOUNT first, before you start running your scripts, make sure you get rid of that azure account from your PS Session
Then run your script using the publish settings file and cert mgmt. This should work. If you use Add-azureaccount it overwrites certificate authorization. If you remove-azureaccount it will fall back to certficiate authorization.
Let me know how it goes - Matt Sampson
R. Matt Sampson
Remove-Azureaccount (Can't get Azure credentials to stick in Powershel)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。