I have a product SaaS, placed on the azure. I have a standalone .net web application and a simple marketing site that is hosted on azure websites. Both were set to the same instance with automatic zoom.
I am concerned about the small frequent blackouts that occur with my websites. Azure says it is expected to be around 10 minutes a week, and that is in the SLA, but I want to minimize this as little as possible.
So, for my marketing site, I changed the instance account to 2 and deleted autoscaling. From what I read, having two copies should really help with any problems - how can azure tell itself :
Please note that Azure websites already have a load balancer feature when switching to another resource for sites in the data center (also known as the region), regardless of website mode.
Sounds great. BUT ... Currently, it does not matter. I have pingdom monitoring on both the marketing website and the main application, and I had 2 2-minute breaks this morning. Both sites had exactly the same problems and were resolved simultaneously.
Am I expecting too much? All documents indicate that this is a good strategy (with the exception of the traffic routing manager) to mitigate this.
thanks
source share