Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Are there some Azure APIs that allow me to access the scaling functionalities from my C# code in Visual Studio? For example, I need to scale from 2 to 5 instances when some football matches end, and go back to 2 after 1 hour.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
342 views
Welcome To Ask or Share your Answers For Others

1 Answer

This indeed possible using The Autoscaling Application Block, that enables to auto-scale using custom metrics. Nevertheless, note that this library is no longer maintained.

You may want to also read the updated Autoscaling guidance, which also describes the Autoscaling Application Block mentioned above.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...