简体   繁体   English

将Azure SDK和Azure存储版本升级到最新

[英]Upgrading Azure SDK and Azure Storage version to latest

I am a beginner in Azure. 我是Azure的初学者。 I had a soln which was using the old version of SDK 2.1 and now have upgraded to 2.6 on my local. 我有一个使用旧版本SDK 2.1的软件,现在已经在本地升级到2.6。 I use Visual Studio Team Services to deploy it on the cloud(which has the old version). 我使用Visual Studio Team Services将其部署在具有旧版本的云上。 All is working fine. 一切正常。 So I have deployed to cloud using Team Services. 因此,我已经使用团队服务部署到云中。 But the cloud service still shows the old version. 但是云服务仍然显示旧版本。 Is there any way I can check anything to see of the upgraded version 2.6 has been transitioned to the cloud service ? 有什么办法可以检查升级版2.6是否已过渡到云服务?

Once you have installed the latest sdk on your machine you will still have to upgrade your project within Visual Studio. 在计算机上安装了最新的SDK之后,您仍然必须在Visual Studio中升级项目。
To do this: Within your solution select the Azure Cloud Service project (the one that contains the ServiceDefinition.csdef etc). 为此,请执行以下操作:在解决方案中,选择“ Azure云服务”项目(该项目包含ServiceDefinition.csdef等)。 Press Alt+Enter or right-click and from the context menu select properties (found at the very bottom). 按Alt + Enter 单击鼠标右键,然后从上下文菜单中选择属性(位于最底部)。
This will open the document page shown below and will display the version of the Azure sdk your project is using. 这将打开如下所示的文档页面,并显示您的项目正在使用的Azure SDK的版本。 If a newer version is found on your machine you will see an upgrade button. 如果在您的计算机上找到较新的版本,您将看到一个升级按钮。

天蓝色项目属性页面的屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM