Run an EXE on Azure Service Fabric

Add Custom Console Application As a Guest EXE to Service Fabric VS Solution


  1. Add new Console Application to the Service Fabric Solution
  2. Build it and copy any other EXE’s that may be used into the Debug folder
  3. Add New Service Fabric Service
  4. Make sure in Code Package Behaviour section, to use Add link to external folder (this makes sure that the latest binaries are always used).
  5. Give Arguments if required.
  6. Once deployed, the EXE is made to run automatically.

Comments