I want to implement service fabric application (Guest Executable) in .Net which will be deployed on any single node of service fabric cluster. This service fabric application will open the python terminals on another single Azure virtual machine (IAAS, i.e Remote Azure Virtual machine ) which is not a part of service fabric cluster. After opening the terminals on remote Azure machine django application reads the command line parameter and performs some actions and send response back to service fabric application. The service fabric application then reads the response received from remote Azure machine and stores into the database. I am unable to establish communication between remote Azure virtual machine (IAAS) and service fabric application
Please help me to implement this.
Thanks