次の表に示す仮想マシンを含む Azure サブスクリプションがあります。
javascript:void(0)

次の構成を持つロード バランサーをデプロイします。
* 名前: LB1
*タイプ内部
* SKU: 標準
* 仮想ネットワーク VNET1
VM1 と VM2 を LB1 のバックエンド プールに追加できることを確認する必要があります。
解決策: Basic SKU のパブリック IP アドレスを作成し、そのアドレスを VM1 のネットワーク インターフェイスに関連付けてから、VM1 を起動します。
これは目標を満たしていますか?
正解:B
A Backend Pool configured by IP address has the following limitations:
Standard load balancer only
Reference:
https://docs.microsoft.com/en-us/azure/load-balancer/backend-pool-management You can only attach virtual machines in the same region and that have a standard SKU public IP configuration or no public IP configuration. All IP configurations must be on the same virtual network.