You plan to use Azure powershell runbook to start a virtual machine named VM1.
You plan to use Azure powershell runbook to start a virtual machine named VM1.
You need to add the code to the runbook.
A . Workflow{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
B . Runbook{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
C . Runbook Runbook1{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
D . Workflow Runbook1{
Start-AzureRMVM -Name VM1 -ResourceGroupName ‘RG1’
}
Answer: D
Latest 70-533 Dumps Valid Version with 351 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
                             Subscribe
                            
                        
                                            
                             Login                        
                    
                        0 Comments                    
                                        
                     Inline Feedbacks                    
                    View all comments
                 
	