Can we deploy Mendix app on Azure web app or on aws web app?

0
Can we deploy Mendix app on Azure web app or on aws web app?As we are having specific requirement for deploying mendix app on Azure web app as well as on AWS web app as we do not want to create any VM.
asked
1 answers
0

Yes you can use the docker build for that (at least for Azure): https://docs.mendix.com/developerportal/deploy/docker-deploy

 

With Mendix for private cloud and some kubernetes service you get one click deployment from the Mendix developer portal (without running a VM): https://docs.mendix.com/developerportal/deploy/private-cloud

answered