have created a docker image from ASP.NET 4.5 version on Windows 10 using the base image microsoft/windowsservercore. I then deployed my changes to the image using CLI.
I then pushed my image to Azure Container Registry. Now when I try to create a Container on Azure using the above image I get the below error:
"The OS version of image xxxx.azurecr.io/xxximage:latest" is not supported. (Code:OsVersionNotSupported)
Any help is much appreciated as I have spent quite a lot of time investigating this