-
PowerShell에서 Azure 명령어 사용하기 및 세팅스터디노트/클라우드 2022. 5. 1. 20:01
Windows PowerShell에서 Azure Patrner Center 명령어 사용하기
Install-Module -Name PartnerCenter -AllowClobber -Scope CurrentUser
Install-Module -Name PartnerCenter -AllowClobber -Scope AllUsers
Partner Center 연결
Connect-PartnerCenter
Connect-PartnerCenter -UseDeviceAuthentication
Azure Module 설치
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
Azure Account 연결
Connect-AzAccount
'스터디노트 > 클라우드' 카테고리의 다른 글
Graph API를 사용하기 위한 Token 생성 (0) 2022.05.03 Azure Pipelines (0) 2022.04.13 Azure 관련 용어 정리 (0) 2022.04.12 Azure App Service (0) 2022.04.11