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.
如果我有使用旧版 SDK 部署的生产环境,是否可以使用 1.7 SDK 将 azure 应用程序部署到暂存环境?
是的。从运行时的角度来看,Staging 和 Production 是完全不同的环境,所以你肯定会这样做。
实际上,您想在暂存和生产上运行什么并不重要,因为唯一的区别是,在生产部署中,您有自己配置的 DNS 名称,而暂存为您提供基于 GUID 的 DNS 名称。在内部,它们与您的服务中配置的虚拟机配置相同,但在单独运行时仍然非常不同。
是的,“暂存”和“生产”部署在不同的虚拟机上运行,并且完全相互独立。