I have Azure WebRole and I have to change its System Locale dynamically.
For that, I tried to reboot instance in WebRole Start-up task with Windows shutdown -r
command
and it works.
But after the reboot, I can't connect to the instance with Remote desktop. (like the load balancer doesn't work...) I guess I need to use some Azure management functions to reboot formally.
In this situation, Which way should I take to reboot itself simply?
Thanks!
RequestRecycle
does not reboot the VM. – user94559