Hi
I'm using AKS and trying to start a windows container but it gives me error "The container operating system does not match the host operating system" but I created a windows node pool in my configuration and which was used inside deployment.yaml.

Can anyone guide me how can I resolve this issue ?
I'm using mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-ltsc2016 as the docker image.
Thanks.