diff --git a/README.md b/README.md index 8b05b3c..c6ae1a4 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ Below is an example of the `plugin.json` file's contents, you can add multiple o ], "excludes" : [ { - "name": "nameOfDatabaseToExclude" + "name": "nameOfDatabaseToExclude", + "displayName": "Name of Database to Exclude" } ] }, @@ -108,6 +109,9 @@ Below is an example of the `plugin.json` file's contents, you can add multiple o **note** - Get your SQL Azure connection string from the [Azure Portal](https://manage.windowsazure.com/#Workspaces/SqlAzureExtension/Databases). +**note** - The objects in the `includes` and `excludes` lists have two required attributes: `name` and `displayName`. + + #### Configuring the `newrelic.json` file: The `newrelic.json` file also has a provided template in the `config` directory named `newrelic.template.json`. If you are installing manually, make a copy of this template file and rename it to `newrelic.json` (again, the New Relic Platform Installer will automatically handle this for you).