複数のAzureリージョンに複数のインスタンスを持つAzureAppServiceWebアプリをデプロイすることを計画しています。 計画された展開には、負荷分散サービスを推奨する必要があります。ソリューションは、次の要件を満たす必要があります。 地域が停止した場合でも、アプリへのアクセスを維持します。 Azure Web Application Firewall(WAF)をサポートします。 Cookieベースのアフィニティをサポートします。 URLルーティングをサポートします。 推奨事項には何を含める必要がありますか?
正解:B
Explanation Azure Traffic Manager performs the global load balancing of web traffic across Azure regions, which have a regional load balancer based on Azure Application Gateway. This combination gets you the benefits of Traffic Manager many routing rules and Application Gateway's capabilities such as WAF, TLS termination, path-based routing, cookie-based session affinity among others. Reference: https://docs.microsoft.com/en-us/azure/application-gateway/features