简体   繁体   English

发布新的 dotnet 核心版本时,现有 Azure 应用服务实例是否会自动升级?

[英]Are EXISTING Azure App Service Instances automatically upgraded when a new dotnet core version is released?

If so how can I check which version runs on a given App Service instance?如果是这样,我如何检查在给定应用服务实例上运行的版本?

If not what is the recommended way to ugrade an App Service instance?如果不是,推荐的升级应用服务实例的方法是什么?

Both questions are about windows versions (but Linux ppl would probably be interested as well)这两个问题都与 Windows 版本有关(但 Linux ppl 可能也会感兴趣)

Thx谢谢

Yes, they are automatically upgraded with new runtimes and SDKs.是的,它们会自动升级为新的运行时和 SDK。

You can for example open the Console tab from the left bar after opening the App Service, and enter dotnet --info to see the runtime and SDK versions available.例如,您可以在打开应用服务后从左侧栏中打开控制台选项卡,然后输入dotnet --info以查看可用的运行时和 SDK 版本。

You can also see the state of deployment of new versions at https://aspnetcoreon.azurewebsites.net/您还可以在https://aspnetcoreon.azurewebsites.net/查看新版本的部署状态

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

相关问题 Azure App Service升级dotnet核心 - Azure App Service upgrade dotnet core 将新版本的应用部署到 Azure App Service 当前运行的实例有什么影响? - What is the affect of deploying a new version of an app to Azure App Service currently running instances? Azure部署中的新的或现有的应用程序服务计划 - New or existing App service plan in Azure deployment SignalR核心:启用Web套接字并将Azure应用服务扩展到多个实例时,是否需要ARR关联性? - SignalR core: is ARR affinity needed when web sockets are enabled and the Azure app service is scaled out to multiple instances? DotNet Core Web应用程序在本地运行,但在部署到Azure时无法运行 - DotNet Core web app working locally but not when deployed to Azure 重新启动 Azure 应用服务时 dotnet.exe 无法启动 - dotnet.exe fails to start when restarting Azure app service 将 ASP.NET Core 5 应用部署到现有的 Azure 应用服务? - Deploy ASP.NET Core 5 app to existing Azure App Service? 如何在Azure App上卸载dotnet core? - How to uninstall dotnet core on azure app? 升级到DotNet Core 2.2后,Azure App Service无法运行 - Azure App Service doesn't run after upgrading to DotNet Core 2.2 Azure 应用服务 - 是否会自动使用新的 SSL 证书? - Azure App Service - Does a new SSL Cert get automatically used?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM