Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Azure DNS 区域下存在 CNAME 记录,该记录指向 Azure 公共 IP 地址的 FQDN。我想将其替换为指向公共 IP 地址的相应资源 ID 的别名记录,因此新的别名记录将解析为与以前相同的端点。这将降低将来留下任何悬空记录的风险。
我如何安全地从 CNAME 记录迁移到别名记录,而不会导致我的服务停机,因为如果不删除现有 CNAME 记录就无法创建与现有 CNAME 记录同名的别名记录?