简体   繁体   English

如何在azure中处理.net框架的更新?

[英]How are updates to the .net framework handled in azure?

If someone is hosting something in Azure and a new KB comes along and requires the .net framework to be updated, how is this handled in Azure? 如果有人在Azure中托管某些内容并且出现了新的KB并且需要更新.net框架,那么在Azure中如何处理? Do they automatically update it for you or give you the option to remain at the older version? 他们会自动为您更新它还是让您选择保留旧版本?

I'm more interested in how the versioning is handled, rather than uptime etc. Do they force you to stay at the most up to date version of a given version number? 我对如何处理版本控制更感兴趣,而不是正常运行时间等。它们会强迫您保留给定版本号的最新版本吗? As in, the most up to date version of 3.5, etc. 如,最新版本的3.5等。

As of the June 2010 release, version 1.2, OS upgrades are automatic, but you can opt out of automatic upgrades from the portal. 截至2010年6月发布的版本1.2,操作系统升级是自动的,但您可以选择退出门户网站的自动升级。 You can choose a specific OS version anywhere from version 1.0 to the present Guest OS release, which supports .NET 4 and IntelliTrace. 您可以选择从版本1.0到当前Guest OS版本的特定操作系统版本,该版本支持.NET 4和IntelliTrace。

OS upgrades are not automatic. 操作系统升级不是自动的。 The 'auto' upgrade feature is an opt-in feature. “自动”升级功能是一种选择加入功能。 Essentially, when you deploy (without specifying the OS version), you are given the latest version and you will be pegged there. 基本上,当您部署(未指定操作系统版本)时,您将获得最新版本,并且您将被绑定。 If you were to look at your configuration, you would see a specific Guest OS string. 如果要查看配置,您将看到特定的Guest OS字符串。

In order to get the 'auto' upgrade behavior, you must change the guest OS version to '*'. 为了获得“自动”升级行为,您必须将客户操作系统版本更改为“*”。 This is not automatic today however (and likely won't be). 然而,今天这不是自动的(可能不会)。

Edit: I am wrong, experimenting with the feature proves that we are setting the * by default. 编辑:我错了,尝试使用该功能证明我们默认设置*。 Move along... nothing to see here... :) 继续......没有什么可看的...... :)

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

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