Skip to content

Powershell script for Azure snapshot to managed disk and virtual machine

Notifications You must be signed in to change notification settings

ilseokoh/azuresnapshot2vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Azure Snapshot으로 VM 생성

Azure의 Managed Disk는 Snapshot을 만들어 특정 시점의 백업을 만들 수 있습니다. Snapshot을 만드는 방법은 "관리 스냅숏을 사용하여 Azure Managed Disk로 저장된 VHD 복사본 만들기"를 참조 바랍니다.

만들어진 Snapshot에서 다시 Managed Disk를 만들 수 있고 이 Managed Disk를 이용하여 VM을 생성할 수 있습니다. 이 기능은 아직 (2017-03-13 현재) Azure Portal에서 지원하지 않는 기능이므로 Powershell을 이용하거나 Azure CLI를 사용해야 합니다.

PowerShell 작업은 4단계로 진행됩니다.

  1. Snapshot / 가상네트워크 / 서브넷 가져오기
  2. Public IP / NIC(Network Interface Card) 만들기
  3. Snapshot에서 Managed Disk 만들기
  4. VM 만들기

PowerShell로 진행하려면 Azure PowerShell Resource Manager modules의 최신버전이 필요합니다. (2017-03-13 현재 3.7.0) 설치 방법은 1) MSI 설치파일 2) Microsoft Web Platform Installer 3) Windows PowerShell을 관리자 모드로 실행하고 > Install-Module AzureRM 실행

Azure CLI로 진행하려면 Azure CLI 2.0이 필요합니다. 설치방법은 Install Azure CLI 2.0문서를 참조 바랍니다.

About

Powershell script for Azure snapshot to managed disk and virtual machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published