I have an app service, but I can't see anywhere on the Azure Portal that shows whether it is Linux or Windows.
Where would I get this information?
I have an app service, but I can't see anywhere on the Azure Portal that shows whether it is Linux or Windows.
Where would I get this information?
You can go to the list of the App Service Plans in the portal and check if the plan hosting the app is Linux or Windows.
You can also go to Kudu(scm site) and if you see 'Debug Console' option it is a Windows app service. Where as for a Linux app, you would see Bash and SSH options.
Hope this helps!
Other way is to open the command line from the app service blade and type the command to get the version of OS, for ex,
You can click on the "Export Template" in the AppServicePlan overview page to view the ARM template for the AppServicePlan and check the "Kind" attribute.