在azure中以编程方式更改实例计数的值

发布于 2024-11-24 10:11:04 字数 329 浏览 3 评论 0 原文

我从下载了自动缩放 http://blog .maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspx 并按照那里的说明进行操作。 我将其添加为我现有的天蓝色项目的参考。但我不确定我到底应该传递什么作为自动缩放所需的 6 个参数的用户定义参数。

我只想根据要处理的文档数量更改辅助角色的实例计数。

I downloaded AutoScale from
http://blog.maartenballiauw.be/post/2011/03/21/Windows-Azure-and-scaling-how-(NET).aspx
and followed the instructions there.
I added it as reference to my existing azure project. But I am not sure what exactly I should pass as the user defined parameters for the 6 parameters required for auto scale.

I want to only change the instance count of my worker role depending on the number of documents to be processed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

并安 2024-12-01 10:11:04

这些参数全部来自管理 API 和 Silverlight 管理 UI。

还有多个适用于管理 API 的示例/工具 - 例如 http://archive.msdn.microsoft.com/azurecmdlets/Wiki/View.aspx?title=Getting%20Started&version=1

还有一个商业第三方服务可以提供帮助 -请参阅 paraleap.com

Maarten 的工具有参数:

             Console.WriteLine("  AutoScale.exe <certificatefile> <subscriptionid> <servicename> <rolename> <slot> <instancecount>");

Those parameters are all from the management API and the Silverlight Management UI

There are several more samples/tools for the Management API available - e.g. http://archive.msdn.microsoft.com/azurecmdlets/Wiki/View.aspx?title=Getting%20Started&version=1

There's also a commercial third party service available to assist - see paraleap.com

Maarten's tool has parameters:

             Console.WriteLine("  AutoScale.exe <certificatefile> <subscriptionid> <servicename> <rolename> <slot> <instancecount>");
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文