Skip to main content
1-Visitor
March 16, 2021
Question

Deploy Thingworx 9.1 in Azure App Service

  • March 16, 2021
  • 3 replies
  • 2104 views

I have been trying to deploy the Thingworx docker in Azure App service but the container Terminates. As the Azure app service does not support docker-compose I am using the single docker to deploy. There are no logs available as well as there is no way to specify the properties.

Has anybody who has deployed Thingworx on Azure App service.

3 replies

16-Pearl
March 17, 2021

@MM_8892976 

 

Please refer following community post , if it matches your use case.

 

Regards,

Sachin

1-Visitor
March 17, 2021

Thanks for the response. But my requirement is to deploy on Azure App service only.

15-Moonstone
March 17, 2021

HI,

 

See if this helps.

 

Regards

Shyam

1-Visitor
March 17, 2021

Thanks for the response but my requirement is to run it on Azure App service only.

12-Amethyst
March 17, 2021

As a first step I would verify that the image runs in docker desktop.  If it does, then you can be reasonably certain that the image is sound.  If not, you should be able to access the logs and fault-find.  It would help to map volumes so that you can access all the logs.

 

If the image runs fine on Docker Desktop you may need to follow a tutorial such as : https://docs.microsoft.com/en-us/learn/modules/deploy-run-container-app-service/

 

Hope this helps.