1. Clear-AzureProfile -Force
2. PowerShell ISE나 PowerShell 콘솔 종료후 다시 시작.
3. 자격증명 자동 저장(캐시)을 중지
Disable-AzContextAutoSave
위의 내용은 PowerShell 콘솔이나 ISE에서 여러 계정으로 Azure 에 접속할 때 구독 계정이 혼란할 때 조치하는 방법이다.
1. Clear-AzureProfile -Force
2. PowerShell ISE나 PowerShell 콘솔 종료후 다시 시작.
3. 자격증명 자동 저장(캐시)을 중지
Disable-AzContextAutoSave
위의 내용은 PowerShell 콘솔이나 ISE에서 여러 계정으로 Azure 에 접속할 때 구독 계정이 혼란할 때 조치하는 방법이다.