Which code segment should you use?

You plan to use an Azure PowerShell runbook to start a virtual machine (VM) named VM1.
You need to add the code to the runbook.
Which code segment should you use?
A. Workflow Runbook1 {
Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’
}
B. Workflow {
Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’
}
C. Runbook {
Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’
}
D. Runbook Runbook1{
Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’
}

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.