简体   繁体   中英

How do I tell what version of IIS and Windows my Azure App Service is running on

I received an email from the Azure team that they were planning on upgrading the OS of Azure App Service to Windows 2016. The only advice they gave was to try running on windows ten or Windows Server 2016 in preparation.

My application started crashing in a new and unexpected way that might be explained by the OS being upgraded, but I would like to verify that it was in fact upgraded before pursuing anything further.

I don't see an upgrade event in the logs and I can't seem to see any operating system version in the portal. Is there somewhere else I should be looking?

You can check the OS that your App Service is running on by looking at the OS Name field in the Overview blade. See here for more details and a screenshot of what that looks like. Then the IIS version just falls out of that (8.0 for Server 2012 and 10.0 for 2016).

If in fact it got moved to 2016 and you think that's the issue (not super likely as the upgrade barely started), please share the App Service name (either directly or indirectly ) and give more details on how it's crashing. This should not happen and we need to investigate further.

Old question, but currently, as at 14-APR-2022, one way is to go to your App Service, then to the App Service Plan, then look at the Operating System in the plan's Overview blade:

在此处输入图像描述

App Service Plan Overview blade:

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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