How to deploy Mendix app in Azure cloud?

0
I want to be able to deploy my Mendix applications in Azure instead of our default Mendix cloud. Can please anyone describe it stepwise?
asked
1 answers
9

Hello Simran Momin, you can achieve your requirement by making use of Azure AKS.

Create docker image of mendix and manage it using Azure AKS.

You can find the detailed steps here: https://github.com/mxclyde/mendix-kubernetes-azure

Hope my answer helped you...

answered