azure-sql-database
Where do you set and access run-time configuration parameters per environment for service fabric?
In order to have per environment variables for running Service Fabric locally and in the cloud this is what you must do: Add your custom config section and parameters to the Settings.xml file of the Service/Actor project (located at \PackageRoot\Config\Settings.xml from the project root). Leave the parameters blank as we will be setting these elsewhere … Read more