简体   繁体   English

Azure 机器学习是否对计算实例收费,即使它们已停止?

[英]Does Azure Machine Learning charge for Compute Instances even when they are stopped?

I created a new Azure Machine Learning Workspace and Compute Instance to work through some Python ML tutorials.我创建了一个新的 Azure 机器学习工作区和计算实例来完成一些 Python ML 教程。 I was stuck on this issue for a few days.我在这个问题上被困了几天。 While I was waiting for assistance, I stopped the compute instance.在等待帮助时,我停止了计算实例。

Looking through the Cost Analysis for this Resource Group, it looks like I'm being charged even though the Compute Instance has been stopped for a few days.查看此资源组的成本分析,即使计算实例已停止几天,我似乎仍在收费。

Is there a pay-as-you-go version of AML Compute Instance so I don't get charged when the instance is turned off?是否有 AML 计算实例的即用即付版本,这样我就不会在实例关闭时被收费?


EDIT :编辑

Hm.嗯。 It looks like the bulk of the cost is coming from a Load Balancer and Storage not the Compute Instance (assuming this is the "VM" shown).看起来大部分成本来自负载均衡器和存储而不是计算实例(假设这是显示的“VM”)。 The Compute Instance was stopped in the AML Studio.计算实例已在 AML Studio 中停止。

在此处输入图像描述 在此处输入图像描述

Its unclear to me which Azure Resource the Load Balancer represents.我不清楚负载均衡器代表哪个 Azure 资源。

在此处输入图像描述

Also the only Storage account in this Resource Group has 3 empty Containers...此资源组中唯一的存储帐户也有 3 个空容器...

在此处输入图像描述

Maybe these costs were associated with setting up the AML Workspace?也许这些成本与设置 AML 工作区有关?

The answer is yes.答案是肯定的。 As seen in the docs here , there is a Load Balancer resource that is provisioned as part of the AML Workspace.如此处的文档所示,有一个负载均衡器资源作为 AML 工作区的一部分进行配置。 This resource is not visible in the Resource Group (which was throwing me off).该资源在资源组中不可见(这让我失望了)。 It appears to accumulate cost even with the Compute Resource turned off.即使关闭计算资源,它似乎也会累积成本。

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

相关问题 aws 对停止的实例收费吗 - does aws charge for stopped instances 无法通过 azure 机器学习使用 python 启动/停止计算实例 - Unable to start/stop compute instance through azure machine learning using python 当Azure App Service停止时,Azure Webjob是否停止 - Does Azure Webjob stop when Azure App Service is stopped Azure 机器学习笔记本:ModuleNotFound 错误 - Azure Machine Learning notebooks: ModuleNotFound error 如何在推理脚本中给出 azure 机器学习数据集路径? - How give azure machine learning dataset path in an inference script? Azure Devops 服务负责人和 Azure 机器学习工作区 - Azure Devops Service Principal with Azure Machine Learning Workspace Azure 机器学习计算 - 模板属性 - 附加操作所需的属性 - Azure Machine Learning Computes - Template properties - Required properties for attach operation Azure 机器学习笔记本上的错误:DataFrame 的真值不明确 - Errors on Azure Machine Learning notebooks: The truth value of a DataFrame is ambiguous Azure 机器学习无法从输出文件夹加载 pytorch Model - Azure machine learning unable to load pytorch Model from the outputs folder Google Cloud 是否为其计算实例提供公共主机名? - Does Google Cloud provide public hostnames for their Compute instances?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM