본문 바로가기
프로그래밍

Connect-AzAccount를 이용해 Windows PowerShell ISE로 Azure 계정 연결하기

by 도장깨기 2021. 2. 24.
728x90
반응형

안녕하세요 

 

오늘 소개해드릴 내용은 Connect-AzAccount cmdlet를 이용해 Windows PowerShell ISE로 Azure계정에 

연결하는 방법을 소개할건데요.

 

 

 

시작에 앞서 만약 Az PowerShell 모듈을 아직 설치하지 않으신 분이라면

otp-0613.tistory.com/18

 

Azure PowerShell Az모듈 msi 설치 방법

안녕하세요. 오늘 소개해 드릴 내용은 Azure PowerShell Az 모듈 설치 방법 인데요. 기존에 업로드했던 https://otp-0613.tistory.com/14 Azure PowerShell을 이용한 AppService Plan(요금제) 생성/삭제 스크립트..

otp-0613.tistory.com

이전 과정인 Az모듈 설치 후 진행하시길 바랍니다!

 

Az모듈을 설치했거나 이미 하신분들은 이제 Az 모듈을 이용하기 위해 Azure로 접속할텐데요.

 

제가 소개하는 부분은 Windows PowerShell ISE입니다. 

 

방법은 간단합니다.

 

 

보통 윈도우에 이미 설치되어있는 Windows PowerShell ISE를 실행하시면 됩니다.

 

다만, 버전 관련 이슈가 있는것같지만 윈도우10 이상 사용하고 계신분이라면 이미 설치되어있는 버전이면 사용 가능하다고 합니다.

 

이제 Connect-AzAccount 를 입력한 후에 

나오는 Azure 로그인 창에 로그인만 하면 연결 완료!

 

해당 Azure 계정에 대한 Az PowerShell 모듈 사용이 가능합니다.

 

Windows PowerShell ISE를 추천드리는 이유가 

이와 같이 우측에 cmdlet를 검색할 수 있도록 되어있고 

 

cmdlet사용에도 유용하기 때문에 

ISE를 추천드리고 있어요.

 

 

추가적인 정보는

 

- Connect-AzAccount

docs.microsoft.com/en-us/powershell/module/az.accounts/connect-azaccount?view=azps-5.5.0

 

Connect-AzAccount (Az.Accounts)

The Connect-AzAccount cmdlet connects to Azure with an authenticated account for use with cmdlets from the Az PowerShell modules. You can use this authenticated account only with Azure Resource Manager requests. To add an authenticated account for use with

docs.microsoft.com

- Az PowerShell Module cmdlet

https://docs.microsoft.com/en-us/powershell/module/az.websites/?view=azps-5.5.0#app-service

 

Az.Websites Module

ARM (Azure Resource Manager) Web App and App Service Plan commands.

docs.microsoft.com

 

위 2개 링크를 참고하시면 됩니다! 

 

감사합니다.

728x90
반응형

댓글