Cloud/Azure

(Azure-PowerShell) 특정이름으로 스토리지 생성이 가능한지 알아보는 명령

kjun.kr 2019. 4. 21. 22:52
728x90
Get-AzureRmStorageAccountNameAvailability -Name 'kjunstorage1'

* kjunstorage1 명칭으로 스토리지 생성이 가능한지 알아볼 수 있다.

728x90