Hi Team,
I have a cloud service 'ABC' deployed in Azure and it has one instance in it. I would like to stop this instance/VM on a daily basis.
I am using the command Get-AzureVM -ServiceName "ABC", but it is returning the below error.
Get-AzureVM : Could not read properties for virtual machine: ABC.XXX. It may still be provisioning.
Can you please help?
Thanks
Anil