Azure 流分析。价钱

Azure Stream Analytics. Pricing

我正在使用 Azure 定价计算器查看 Azure 流分析的定价信息:https://azure.microsoft.com/en-us/pricing/calculator/#stream-analytics378d63b3-303d-4548-afd0-bac5d4249611

我说 1 个月(730 小时)需要 80 美元。

这是闲置价吗?

如果我不向 Steam Analytics 发送任何数据,我将每月支付 80 美元用于部署该服务。正确吗?

最重要的是,我以流媒体单元的形式为我的实际使用付费,根据常见问题解答,流媒体单元是计算、内存和吞吐量的混合体。

1.If i don't send any data to Steam Analytics I will be charged 80 USD a month for having the service deployed.

关于这个 document 的快速回答是 yes.Based:

As a cloud service, Stream Analytics is optimized for cost. There are no upfront costs involved - you only pay for the streaming units you consume, and the amount of data processed. There is no commitment or cluster provisioning required, and you can scale the job up or down based on your business needs.

SU 是 ASA 工作的基础。为特定作业选择所需的 SU 数量取决于输入的分区配置和 job.More 详细信息中定义的查询,请参阅此 link

2.Then op top of that I pay for my actual usage in form of streaming units, where a streaming unit, according to the FAQ, is a blend of compute, memory, and throughput.

如果您的数据不是实时更新的,或者非常小,也许 ASA 不是您的最佳选择。您可以遵循此线程中的一些建议:Azure Stream Analytics job expensive for small data?

没有。您只需为使用的内容付费。例如,如果您配置 1 个流媒体单元并且每月使用 10 小时 (10*0.11)。如果您配置 2 个流媒体单元并且每月使用 20 小时 (20*0.11*2)

作为云服务,流分析针对成本进行了优化。不涉及前期成本——您只需为使用的流媒体单元和处理的数据量付费。无需承诺或集群配置,您可以根据您的业务需求扩大或缩小作业。

在创建流分析作业时,如果您创建的流分析作业的 流单元 = 1,将按 0.11 美元/小时.

如果您使用 流单元和 N 创建了流分析作业,将收取 0.11 美元 * N/hour 的费用。

希望这对您有所帮助。如果您有任何进一步的疑问,请告诉我们。