Microsoft Azure Essentials Fundamentals of Azure Second Edition e-optimized 5x11 pdf


Creating a new Azure VM from a captured VM image



Download 8,71 Mb.
Pdf ko'rish
bet106/260
Sana16.09.2021
Hajmi8,71 Mb.
#176022
1   ...   102   103   104   105   106   107   108   109   ...   260
Bog'liq
9781509302963 Microsoft Azure Essentials Fundamentals of Azure 2nd ed pdf

Creating a new Azure VM from a captured VM image 
$resourceGroupName = "EZAzureVM-2016" 
$location = "centralus" 
$capturedImageStorageAccount = "azureessentials2vm4962" 
$capturedImageUri 
=https://azureessentials2vm4962.blob.core.windows.net/system/Microsoft.Compute/Images/myimages/ez
vm-osDisk.c55c8313-adf0-4517-8830-040c402379ab.vhd 
 
$catpuredImageStorageAccountResourceGroup = "AzureEssentials2-vm" 
 
# Create the new resource group. 
 
New-AzureRmResourceGroup -Name $resourceGroupName -Location $location 
 


96 
CHAPTER 3  |    Azure Virtual Machines 
 
# !!!! This example assumes the new VM is in a different resource group and storage account from 
the captured VM. !!!! 
 
$srcKey = Get-AzureRmStorageAccountKey -StorageAccountName $capturedImageStorageAccount -
ResourceGroupName $catpuredImageStorageAccountResourceGroup 
 
$srcContext = New-AzureStorageContext -StorageAccountName $capturedImageStorageAccount -
StorageAccountKey $srcKey.Key1 
 
# **** Create the Network Resources **** 
 
$publicIp = New-AzureRmPublicIpAddress -Name "MyPublicIp01" ` 
                -ResourceGroupName $resourceGroupName ` 
                -Location $location -AllocationMethod Dynamic 
 
$subnetConfiguration = New-AzureRmVirtualNetworkSubnetConfig -Name "MySubnet" ` 
                           -AddressPrefix "10.0.0.0/24" 
 
$virtualNetworkConfiguration = New-AzureRmVirtualNetwork -Name "MyVNET" ` 
                                   -ResourceGroupName $resourceGroupName ` 
                                   -Location $location ` 
                                   -AddressPrefix "10.0.0.0/16" ` 
                                   -Subnet $subnetConfiguration 
 
$nic = New-AzureRmNetworkInterface -Name "MyServerNIC01" ` 
          -ResourceGroupName $resourceGroupName ` 
          -Location $location ` 
          -SubnetId $virtualNetworkConfiguration.Subnets[0].Id ` 
          -PublicIpAddressId $publicIp.Id 
 
 
# ****  Create the new Azure VM **** 
 
# Get the admin credentials for the new VM 
 
$adminCredential = Get-Credential 
 
# Get the storage account for the captured VM image 
$storageAccount = New-AzureRmStorageAccount -ResourceGroupName $resourceGroupName -Name 
"ezazurevm2016" -Location $location -Type Standard_LRS 
 
# Copy the captured image from the source storage account to the destination storage account 
$destImageName = $capturedImageUri.Substring($capturedImageUri.LastIndexOf('/') + 1) 
 
New-AzureStorageContainer -Name "images" -Context $storageAccount.Context 
 
Start-AzureStorageBlobCopy -AbsoluteUri $capturedImageUri -DestContainer "images" -DestBlob 
$destImageName -DestContext $storageAccount.Context -Context $srcContext -Verbose -Debug 
 
Get-AzureStorageBlobCopyState -Context $storageAccount.Context -Container "images" -Blob 
$destImageName -WaitForComplete 
 
# Build the URI for the image in the new storage account 
$imageUri = '{0}images/{1}' -f $storageAccount.PrimaryEndpoints.Blob.ToString(), $destImageName 
 
# Set the VM configuration details 
$vmConfig = New-AzureRmVMConfig -VMName "ezazurevm10" -VMSize "Standard_D1" 
 
# Set the operating system details 
$vm = Set-AzureRmVMOperatingSystem -VM $vmConfig -Windows -ComputerName $vmConfig.Name -
Credential $adminCredential -TimeZone "Eastern Standard Time" -ProvisionVMAgent -EnableAutoUpdate 
 


97 
CHAPTER 3  |    Azure Virtual Machines 
 
# Set the NIC 
$vm = Add-AzureRmVMNetworkInterface -VM $vm -Id $nic.Id 
 
# Create the OS disk URI 
$osDiskUri = '{0}vhds/{1}_{2}.vhd' -f $storageAccount.PrimaryEndpoints.Blob.ToString(), 
$vm.Name.ToLower(), ($vm.Name + "_OSDisk") 
 
# Configure the OS disk to use the previously saved image 
$vm = Set-AzureRmVMOSDisk -vm $vm -Name $vm.Name -VhdUri $osDiskUri -CreateOption FromImage -
SourceImageUri $imageUri -Windows 
 
# Create the VM 
New-AzureRmVM -ResourceGroupName $resourceGroupName -Location $location -VM $vm 
For Linux VMs, the capture process is similar. Although you can use PowerShell to capture the VM, a 
common approach is to use the Azure CLI. You would use three basic Azure CLI commands: 
azure vm stop -g  -n  
azure vm generalize -g  -n  
azure vm capture    -t 

Download 8,71 Mb.

Do'stlaringiz bilan baham:
1   ...   102   103   104   105   106   107   108   109   ...   260




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish