Windows 10에 Azure PowerShell 설치한 후 접속하기



Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

Install-Module -Name Az -AllowClobber
(AllowClobber overwrites the previous PowerShell module.)

Connect-AzAccount

Get-AzSubscription

Get-AzResourceGroup

New-AzResourceGroup -Name soldeskRG -location eastus

Get-AzResourceGroup | ft ResourceGroupName

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s