HOTSPOT
A company creates an Azure worker role to manage products.
The number of customers who inquire about how many products are in inventory rapidly increases.
You need to ensure that the worker role can scale to accommodate the increased workload.
How should you complete the relevant code? To answer, select the appropriate option or options in the
answer area.
Autoscaler
Autoscaler
Start()
https://msdn.microsoft.com/en-us/library/hh680914(v=pandp.50).aspx shows that:
autoscaler =
EnterpriseLibraryContainer.Current.GetInstance();
autoscaler.Start();
This is outdated and should not be in the Exam I think.
Autoscaler
Autoscaler
Start()
is this dump still valid?