我對所有腳本都使用Save-AzureRmProfile
來並行執行天藍色請求。我借用auto login to azure with powershell/導入保存的AzureRMContext仍然需要密碼
這個想法,我不得不更新我的系統爲最新版本(AzureRM> 4)儘管在AzureRmProfile現在AzureRmContext的cmdlet我還是不能像以前一樣使用它。
方案
打開PS主機和執行
Save-AzureRmContext -Profile (Add-AzureRmAccount) -Path myprofile.json
# List my VMs
Get-AzureRmVm
打開第二個PS控制檯
Import-AzureRmContext -Path myprofile.json
# List my VMs
Get-AzureRmVm
Get-AzureRmVM : Your Azure credentials have not been set up or have expired, please run Login-AzureRMAccount to set up your Azure credentials.
如何重新使用我的個人資料並行執行加載?
感謝@ 4c74356b41還是我需要說Lt5kA :)我檢查了GitHub庫,但還沒有找到它。 – guillem
你實際上是第一個解密這個的人,並不是說它使事情更清楚,但仍然;)@guillem – 4c74356b41
jaja @ 4c74356b41,我雖然一次翻譯它,但仍然很明顯 – guillem