简体   繁体   English

哪个池映像更适合在 azure 批处理服务上以更快的速度执行 exe(.Net Framework 4.5)?

[英]Which pool image is better for executing an exe (.Net Framework 4.5) with faster scale out on azure batch service?

I am new to Azure Batch Service.我是 Azure 批处理服务的新手。

I have successfully created the application, job, and tasks.我已成功创建应用程序、作业和任务。 My batch service is running fine.我的批处理服务运行良好。 I have an issue with a longer scale-out time.我有一个较长的横向扩展时间问题。 My batch service pool is taking almost 3 minutes to scale-out and be ready to process the tasks.我的批处理服务池需要将近 3 分钟的时间来横向扩展并准备好处理任务。 I need it to scale out faster.我需要它来更快地扩展。 My current pool image selection is this:我当前的泳池图像选择是这样的: 在此处输入图片说明

I have also tried with 2019-datacenter-core-smalldisk我也试过 2019-datacenter-core-smalldisk

but still got the same result.但仍然得到相同的结果。

I just want to run an exe on that processes a file in blob container.我只想运行一个 exe 来处理 blob 容器中的文件。 My application is not downloading any file on the local server.我的应用程序没有在本地服务器上下载任何文件。 RDP is also not required for my application.我的应用程序也不需要 RDP。 So the server just with CMD will be enough for me.所以只有 CMD 的服务器对我来说就足够了。 My exe application is in .Net Framework 4.5 (Not .Net Core)我的 exe 应用程序在 .Net Framework 4.5(不是 .Net Core)中

Which image type will best fit my requirement?哪种图像类型最适合我的要求?

Also.还。 I am not able to find any proper documentation of all these image types that explains the difference between each of them.我无法找到所有这些图像类型的任何正确文档来解释它们之间的区别。 If anyone knows please share the link to that documentation.如果有人知道,请分享该文档的链接。

You can find information of all supported images using this operation.您可以使用操作查找所有支持图像的信息。

Consider using Automatic scaling to gain faster scale outs: https://docs.microsoft.com/en-us/azure/batch/batch-automatic-scaling考虑使用自动扩展来获得更快的扩展: https : //docs.microsoft.com/en-us/azure/batch/batch-automatic-scaling

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM