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.
我的问题与安装在 VM 本身上的 Azure 工具 SDK 版本有关。
我的项目使用 1.6 版,Azure 上的机器也是如此,如果我更新 Visual Studio 使用的 SDK,我如何更新安装在机器上的 SDK?
谢谢
有趣的问题!简单的答案是您不必这样做。当您重新部署应用程序时,Fabric 控制器会为您处理这些问题。
如果您解压缩包文件(您需要先将 *.cspkg 文件重命名为 *.zip)然后解压缩 *.cssx 文件(再次将 *.cssx 文件重命名为 *.zip),您将看到所有 SDK二进制文件被捆绑到包本身中。因此,当您重新部署应用程序时,fabric 控制器会通过从bin目录中选择适当的文件来处理它。
bin