問題タブ [azure-availability-set]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
46 参照

azure - Single Zone deployment in Azure and High Availability

In some regions, the Availability Zones are far enough that latencies may suffer for some workloads. In order to mitigate latency issues on our apps in Azure, we are considering pinning all our VMs in a given Availability Zone.

This should also have the benefits of having a better control over the cost of data transfer billing between Virtual machines across availability zones that will start in a few months.

However, it is not crystal clear in Azure documentation, but Availability Sets and Availability Zones cannot be set on the same VM, so if we pin all our VMs in a Zone, we cannot use Availability Sets anymore, and we lose the guarantees regarding SLAs.

VM を Azure の単一のゾーンにコロケーションしようとして、そのような条件下でクラスター化されたワークロードの高可用性を実現するためのヒントを共有できる人はいますか?

0 投票する
1 に答える
135 参照

azure - 可用性ゾーン Azure の可用性セット

可用性セットを可用性ゾーンにデプロイできることをどこかで読んだことがありますが、ドキュメントが見つかりません。今、私はドキュメントを見つけることができず、書かれたものを検証する場所を見つけることができません. 私の質問は、可用性セットを可用性ゾーンにデプロイできるかどうか、およびその方法に関するドキュメントがあるかどうかです。

前もって感謝します。