ホットスポットに関する質問
会社にはWebサービスのインスタンスが10個あります。各インスタンスは異なるAzureリージョンでホストされており、パブリックエンドポイントを介してアクセスできます。
会社の開発部門では、App1 というアプリケーションを作成しています。App1 は 10 分ごとにエンドポイントのリストを参照し、利用可能な最初のエンドポイントに接続します。
Azure Traffic Manager を使用してエンドポイントのリストを管理する予定です。
DNS キャッシュの影響を最小限に抑える Traffic Manager プロファイルを構成する必要があります。
何を設定する必要がありますか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

Explanation:
A traffic manager Multivalue profile can have only endpoints of type "External" Multivalue traffic-routing method The Multivalue traffic-routing method allows you to get multiple healthy endpoints in a single DNS query response. This configuration enables the caller to do client-side retries with other endpoints in case a returned endpoint being unresponsive. This pattern can increase the availability of a service and reduce the latency associated with a new DNS query to obtain a healthy endpoint.
MultiValue routing method works only if all the endpoints of type 'External' and are specified as IPv4 or IPv6 addresses. When a query is received for this profile, all healthy endpoints are returned and are subject to a configurable maximum return count.
https://docs.microsoft.com/en-us/azure/traffic-manager/traffic-manager-routing- methods#multivalue