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

Categories

0 votes
337 views
in Technique[技术] by (71.8m points)

c# - Is possible to programmatically scale Azure instances?

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

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

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...