hello,i've created a infrastruce on Azure IaaS in such a structure:
CloudService1 include(webserver1, webserver2,webserver3) all are inside of a Availablilty set.
cloudService2 include (my Database Servers)
all vms run in the same azure virtual Network and collaborate well together.
i've configured Autoscale for CloudService1 to run in a size of 1 - 3 instances. it works fine.
during the time had to Switch of my machines and delete the vm instance. this Action doesn't like Autoscale Feature. right now i see a message on Windows azure Portal: autoscale can not run on cloudService1. (there is not deployment package in the cloudservice01)
all my VHDs from my deployment (cloudservice01) are still in Access and so i can not use the vhds:
- re-create VMs based on my vhds does not work.
- delete the vhds from azure storage does not work, file is still in access
- i've tried to delete the cloudservice but it doesn't Change the behavior.
i still see a error from autoscaling Feature. :-(
any help is welcome to get the vhd-file up an running again.
regards
Patrick