OG1 という名前の起点グループを含む FD という名前の Azure Front Door インスタンスがあります。 OG1 のヘルスプローブを構成する必要があります。このソリューションでは、ヘルスプローブによって生成されるトラフィックの量を最小限に抑える必要があります。 どの HTTP メソッドを使用する必要がありますか?
正解:B
Azure Front Door supports the following HTTP methods for sending the health probes: GET: The GET method means retrieve whatever information (in the form of an entity) gets identified by the Request-URI. HEAD: The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response. For new Front Door profiles, by default, the probe method is set as HEAD. https://learn.microsoft.com/en-us/azure/frontdoor/health-probes