Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Added required attributes documentation. #28

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand All @@ -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).
Expand Down