79344970

Date: 2025-01-10 08:05:02
Score: 1.5
Natty:
Report link

You need to determine if the request to stop/start the VM actually reaches ARM and the CRP, Whatever runbook being used, ultimately a request to start/stop the VM will be sent first to ARM and onto the CRP.

The command below can be used to start a VM.

Start-AzVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"

https://learn.microsoft.com/en-us/powershell/module/az.compute/start-azvm?view=azps-13.0.0#example-1-start-a-virtual-machine

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adeniyi Osofuye