Azure Websites, Can one deploy .NET 4.5.2 websites
.net-4.5.2, azure, azure-web-app-service
Solution
(changing the answer now that we have updated Azure Web Sites with .NET 4.5.2)
.NET 4.5.2 is currently installed on Azure Web Sites. So you can deploy websites which take advantage of 4.5.2 framework features.
I'm updating this answer to reflect this change.
Problem
From this SO post I see 4.5.1 is supported in WAWS and when you select 4.5, you are really running 4.5.1. How about the recently released 4.5.2 ? Is there any official documentation anywhere on which framework updates have been applied to WAWS?