Question 1mediummultiple choice
Read the full Manage Virtual Machines explanation →AZ-802 Manage Virtual Machines • Complete Question Bank
Complete AZ-802 Manage Virtual Machines question bank — all 0 questions with answers and detailed explanations.
New-VM -Name "AppServer" -MemoryStartupBytes 4GB -Generation 2 -Path "D:\VMs" -NewVHDPath "D:\VMs\AppServer\Disk1.vhdx" -NewVHDSizeBytes 100GB
{
"if": {
"field": "Microsoft.Compute/virtualMachines/sku.name",
"notIn": ["Standard_D2s_v3", "Standard_D4s_v3"]
},
"then": {
"effect": "deny"
}
}Set-VMProcessor -VMName "DevVM1" -ExposeVirtualizationExtensions $true