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.
我在 Windows Azure 上有一个带有两个 Web 实例的网站。
是否可以创建一个 sitemaps.xml 文件:
在 Windows Azure 中,相同角色的实例是相同的。在两个实例上复制相同的 sitemaps.xml。如果一个实例关闭,另一个实例将继续服务请求而不会出现任何问题(尽管如果有很多请求,性能会降低)。在这种情况下,我们不需要更新 sitemaps.xml。对于客户端,它只看到负载均衡器。它不关心实例。
此致,
明旭。