简体   繁体   中英

Selected azure subscription leaking over tabs on PowerShell ISE

I use multiple PowerShell tabs inside of ISE to manage multiple subscriptions inside of Azure. Unfortunately, when I use Select-AzureSubscription inside of one tab, all other tabs are also affected by that change. Is there a way to enforce each tab to run with a different subscription?

The current subscription is session specific, and different tabs do not use different sessions. Consider using a different AzureProfile for each tab

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM