When you create a new Azure Service Fabric solution in Visual Studio, when built and run, you can navigate to the fabric explorer, and in the Manifest tab, it shows the script generated. This looks to me like an Azure Resource Manager (ARM) template.
To enable reverse proxy in my service fabric application, I need to modify this ARM template, or create a new one based on a sample template, and then bring that into Visual Studio somehow. Basically I'm looking for assistance to find where that connection is made.