Quantcast
Channel: Azure Virtual Machines forum
Viewing all articles
Browse latest Browse all 12545

stop-AzureService = let AzureVMs in state: stopped. should be stopped delocated.

$
0
0
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. 

Viewing all articles
Browse latest Browse all 12545

Trending Articles