注: この問題は、同じシナリオを提示する一連の問題の一部です。一連の問題にはそれぞれ、定められた目標を満たす可能性のある独自の解答が含まれています。問題セットによっては、複数の正解が存在する場合もあれば、正解がない場合もあります。
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
次の表に示すリソースが含まれる Subscription1 という名前の Azure サブスクリプションがあります。

VM1 は、NIC1 という名前のネットワーク インターフェイスを使用して、VNET2 という名前の仮想ネットワークに接続します。
VM1 用に NIC2 という名前の新しいネットワーク インターフェイスを作成する必要があります。
解決策: RG2 と West US に NIC2 を作成します。
これは目標を満たしていますか?
正解:A
Each NIC attached to a VM must exist in the same location and subscription as the VM. Each NIC must be connected to a VNet that exists in the same Azure location and subscription as the NIC. You can change the subnet a VM is connected to after it's created, but you cannot change the VNet.
Meaning that VM <--> VNET <---> NIC. All the three resources MUST be in the same location References:
https://docs.microsoft.com/en-us/azure/virtual-machines/network-
overview#:~:text=Each%20NIC%20attached%20to%20a,you%20cannot%20change%20the%20 VNet.