注: この質問は、同じシナリオを提示する一連の質問の一部です。一連の質問にはそれぞれ、定められた目標を満たす独自の解決策が含まれています。質問セットによっては、正しい解決策が複数ある場合もあれば、正しい解決策がない場合もあります。
このセクションの質問に回答した後は、その質問に戻ることはできません。そのため、これらの質問はレビュー画面に表示されません。
次の表に示すリソースを含む、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.