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

次の構成を持つロード バランサーをデプロイします。
- 名前: LB1
- タイプ: 内部
- SKU: 標準
- 仮想ネットワーク: VNET1
VM1 と VM2 を LB1 のバックエンド プールに追加できることを確認する必要があります。
解決策: Basic SKU パブリック IP アドレスを作成し、そのアドレスを VM1 のネットワーク インターフェイスに関連付けて、VM1 を起動します。
これは目標を満たしていますか?
正解:B
You can only attach virtual machines that are in the same location and on the same virtual network as the LB. Virtual machines must have a standard SKU public IP or no public IP.
The LB needs to be a standard SKU to accept individual VMs outside an availability set or vmss.
VMs do not need to have public IPs but if they do have them they have to be standard SKU. Vms can only be from a single network. When they don't have a public IP they are assigned an ephemeral IP.
Also, when adding them to a backend pool, it doesn't matter in which status are the VMs.
Note: Load balancer and the public IP address SKU must match when you use them with public IP addresses.a single network.
Reference:
https://docs.microsoft.com/en-us/azure/load-balancer/backend-pool-management
https://docs.microsoft.com/en-us/azure/load-balancer/quickstart-load-balancer-standard-internal- portal?tabs=option-1-create-internal-load-balancer-standard#create-virtual-machines