MATLAB: What steps are needed to run Matlab on a Windows VM in Azure or AWS

azureMATLABnetvmwindows

The reference architectures on github make it easy to get started with Matlab running on Linux VMs. However I have Windows .NET libraries that are integrated with my Matlab scripts. I see that Matlab only supports .NET integration on Windows.
Is there anything special about how Windows Matlab would be installed and run on an Azure or AWS VM? Would it just be installed the same way as on a local desktop computer?
I understand that the TCP RDP port 3389 would need to be configured manually for the Azure VM to allow Remote Desktop to access it. Is there anything else?

Best Answer

As you mentioned, currently, only Ubutu is supported in Reference Architecture templates (matlab-on-aws and matlab-on-azure) and there's no special templates for Windows VM.
So, you need to create Windows environement by yourself and install MATLAB as the same way of local PCs.