Azure app services on windows docker container having wcf service is not working

kanakaraju tadimati 1 Reputation point
2020-05-29T04:43:57.637+00:00

here is my docker file.

8769-dockerfile.txt

I have a WCF service(should support 32 bit) hosted in windows container. which is working locally when I create a docker container and exec it.

when I have configured app service on this windows docker container. I am getting below errors.

error: Unable to start container. Error message: Modify Compute System failed.
error : Error configuring container.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,912 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 25,981 Reputation points Microsoft Employee
    2020-06-01T15:15:09.827+00:00

    Hi @kanakaraju tadimati ,

    As app services for windows containers is still a preview feature, I suggested using cached image as your base image. Based on your dockerfile, I suggest using mcr.microsoft.com/dotnet/framework/aspnet:4.7.2-windowsservercore-ltsc2019.

    Let me know if that helps or you continue to run into issues.

    0 comments No comments