hi, controling AzureVM via CloudServices is fast but stop-function ends in wrong state. I want to start and stop the machines with very little time, e.g. via powershell. So I use: get-azurevm -Service "Service1" | stop-Azurevm this works fine
but is slow. But now we also can use the START and STOP-Function of the cloud Service itself. Starting a CloudService with many VMs in side is very cool and fast. Now comes the difference: on management portal press Stop cloudservice. Result: all VM in the
cloudService run in State: Stopped(Delocated) when i do it via powershell Stop-AzureService the result is different. State: Stopped. that means the AzureVM still produce cost.
↧