Hi!
Question 1.
Assume I have the only one Web role in a service. I change the number of instances from 1 to 2. While creating the second Web role, the first is in the state "Updating". If one makes a request to the URL <dns-prefix>.cloudapp.net, there is no answer!
Why? Is the instance blocked while updating?
Question 2.
I have one Web role and I reboot it (the button "Reboot" on the portal). The execution of the method "OnStart" is not yet finished, but I get a responce from URL <dns-prefix>.cloudapp.net. I thought that the Load balancer sends requests if only a role
is in the state "Ready".
The similar problem. I reboot 1 of 3 Web roles and it is in the state "Stopping". For some seconds I get no responce from <dns-prefix>.cloudapp.net (Connection timeout).
P.S. I know that I should have at least 2 instances for each role. But suppose I want to have 1 for cost saving and testing purposes.