diff --git a/README.md b/README.md index 712edd1..c2e13cb 100644 --- a/README.md +++ b/README.md @@ -101,58 +101,26 @@ In a new connection to each individual Azure SQL Database: ## Proxy Support ## -When the plugin is installed behind a proxy, there are a few configuration options. - -**Default Proxy** - -Assuming the proxy is configured at the system level (Internet Options in Control Panel), just uncomment the default configuration so that it reads as follows: - - - - - - - -This configuration may be used with the username and password in the next section. - -If you are upgrading from version 1.0.8 or earlier, you'll need to add that snippet to the config. - -**Authenticated Proxy** - -If your proxy requires additional credentials (username and password) you need to take the following steps: - -Replace the above `defaultProxy` configuration with the snippet below - - - - - - - -This instructs the plugin to use our `the NewRelic.Platform.Binding.DotNET.Proxy` module when interacting with the proxy - -Specify the username and password as `appSettings` below: - - - - - - -The domain name before the user is optional. - -By default the plugin will make web requests through the proxy at the address configured under Internet Settings in Windows. If, however, you -would like the plugin to point to a different proxy you should use the above configuration and simply add one -additional `appSettings` entry with a value key of `proxyAddress` like so: - - - - - - - - -If you have any questions regarding the expected look of the config file, please review the [latest source on GitHub](https://github.com/newrelic-platform/newrelic_microsoft_sqlserver_plugin/blob/develop/src/NewRelic.Microsoft.SqlServer.Plugin/app.config). - +For installations behind a proxy, the details are set in the config file. + + + + + + +If you are upgrading from version 1.0.9 or earlier, you'll need to replace the previous proxy settings with this new snippet in the config. ## Logging