Skip to main content
Run an EXE on Azure Service Fabric
Add Custom Console Application As a Guest EXE to Service Fabric VS Solution
- Add new Console Application to the Service Fabric Solution
- Build it and copy any other EXE’s that may be used into the Debug folder
- Add New Service Fabric Service
- Make sure in Code Package Behaviour section, to use Add link to external folder (this makes sure that the latest binaries are always used).
- Give Arguments if required.
- Once deployed, the EXE is made to run automatically.
Comments
Post a Comment