You register a domain name contoso.com. You create a public Azure DNS zone for contoso.com. You need to ensure that all DNS records in contoso.com are resolved by using the public Azure DNS zone. What should you do?
Select only one answer.
A. From the Azure DNS zone, create two NS records.
B. From the Azure DNS zone, update the SOA record.
C. From the domain registrar, modify the NS records.
D. From the Azure DNS zone, create an Alias record set.
C
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
A. 不正確。在 Azure DNS 區域中創建 NS 記錄不會直接實現更改 DNS 查詢 contoso.com 解析位置的目標。
B. 不正確。在 Azure DNS 區域中更新 SOA(授權起始點)記錄或在注冊商處修改 SOA 記錄)都不會直接實現更改 DNS 查詢 contoso.com 解析位置的目標。SOA 記錄主要包含有關 DNS 區域本身的信息,例如序列號、刷新、重試和過期間隔,以及該區域的權威名稱服務器的名稱。它不會直接影響 DNS 查詢的發送位置。
C. 正確。若要確保使用公共 Azure DNS 區域解析 contoso.com 中的所有 DNS 記錄,需要在域注冊商處更新名稱服務器 (NS) 記錄。NS 記錄指向對域具有權威性的名稱服務器。通過更改這些 NS 記錄以指向 Azure DNS 名稱服務器,通過該設定告訴全球 DNS 系統在您創建的 Azure DNS 區域中查找 contoso.com 的記錄。
D. 不正確。在 Azure DNS 區域中創建 別名記錄集(Alias record set)不會直接實現更改 DNS 查詢 contoso.com 解析位置的目標。