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?Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’}Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’}Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’}Start-AzureRmVM -Name ‘VM1’ -ResourceGroupName ‘RG1’}References: https://docs.microsoft.com/en-us/azure/automation/automation-first-runbook-textual
Question:
Which code segment should you use?
Options:
Workflow Runbook1 {
Workflow {
Runbook {
Runbook Runbook1{
Correct Answer
The Correct Answer for this Question is
Workflow Runbook1 {