注: この問題は、同じシナリオを提示する一連の問題の一部です。一連の問題にはそれぞれ、定められた目標を満たす可能性のある独自の解答が含まれています。問題セットによっては、複数の正解が存在する場合もあれば、正解がない場合もあります。
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
会社では、オンプレミスと Azure に複数の仮想マシンを展開しています。オンプレミスから Azure への接続用に ExpressRoute が展開および構成されています。
いくつかの仮想マシンでネットワーク接続の問題が発生しています。
仮想マシンへのパケットが許可されているか拒否されているかを識別するには、ネットワーク トラフィックを分析する必要があります。
解決策: Azure Advisor を使用してネットワーク トラフィックを分析します。
これは目標を満たしていますか?
正解:B
Instead use Azure Network Watcher IP Flow Verify, which allows you to detect traffic filtering issues at a VM level.
Note: IP flow verify checks if a packet is allowed or denied to or from a virtual machine. The information consists of direction, protocol, local IP, remote IP, local port, and remote port. If the packet is denied by a security group, the name of the rule that denied the packet is returned.
While any source or destination IP can be chosen, IP flow verify helps administrators quickly diagnose connectivity issues from or to the internet and from or to the on-premises environment.
Reference:
https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-ip-flow-verify-overview