Azure 网站是否“*始终在线"?期权对价格有影响吗? [英] Does the Azure Websites "*Always On" option have any implication on price?

查看:16
本文介绍了Azure 网站是否“*始终在线"?期权对价格有影响吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Azure 网站始终在线"选项对价格有影响吗?

Does the Azure Websites "Always On" option have any implication on price?

如果Always On"关闭并且页面处于休眠状态,我是否支付更少的费用 这里?

Do I pay less if "Always On" is off and page is asleep as wrote here?

我不这么认为,因为即使您不使用资源,您也总是为资源付费,但请澄清一下.

I don't think so because you always paying for resources even if you don't use them, but please clarify.

推荐答案

不,对价格没有影响.对于基本模式和标准模式,您无论如何都要为整个 VM 付费.

No, it has no affect on the price. For basic and standard modes you're paying for the entire VM anyways.

保持始终开启有助于节省机器资源,因为流量不大的站点 (*1) 会被拆除,从而释放资源供其他站点使用 (*2).但是,如果您的网站即使在没有流量的时候也想保持正常运行,那么您可以随意启用 Always On.

Keeping Always On helps conserve machine resources since sites that don't get much traffic (*1) get torn down, freeing up resources for other sites to use (*2). However, if you have a site that you want to stay up even during times of no traffic then feel free to enable Always On.

Always On 可能会增加您的账单的唯一可能方法是,如果您启用了基于内存消耗或其他内容的自动缩放.将一大堆站点设置为始终打开可能会触发自动缩放机制,从而将另一个实例 (VM) 添加到您的虚拟主机计划中,从而导致更高的费用.

The only possible way Always On could increase your bill is if you have Auto Scale enabled based on Memory Consumption or something. Having a whole bunch of sites set to always be on might trigger the Auto Scale mechanism to add another instance (VM) to your Web Hosting Plan, resulting in a higher bill.

(*1)流量不多"==在过去 20 分钟内没有 http 请求.

(*1) "Don't get much traffic" == has not had an http request for the past 20 minutes.

(*2) 当一个被破坏的站点第一次收到一个 http 请求时,它会自动启动.

(*2) The first time a torn down site gets an http request it'll get started up automatically.

这篇关于Azure 网站是否“*始终在线"?期权对价格有影响吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆