Skip to content

Commit

Permalink
docs: minor corrections (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic authored Feb 15, 2024
1 parent 26c5b49 commit 60b8a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/docs/r/cloud_azure_integrations.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ Other integration type support an additional argument:
* `exclude_tags` - (Optional) A list of resource tags associated with the resources that need to be excluded from monitoring.
* `enabled` - (Optional) A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.

-> **IMPORTANT!** Using the `monitor` integration along with other polling integrations in this resource might lead to duplication of metrics. More information about this scenario may be found in the note in [this section](https://docs.newrelic.com/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-monitor/#migration-from-polling) of New Relic's documentation on the Azure Monitor integration.

## Attributes Reference

In addition to all arguments above, the following attributes are exported:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/user.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data "newrelic_authentication_domain" "foo" {
name = "Test Authentication Domain"
}
resource "newrelic_user_management" "foo" {
resource "newrelic_user" "foo" {
name = "Test New User"
email_id = "[email protected]"
authentication_domain_id = data.newrelic_authentication_domain.foo.id
Expand Down

0 comments on commit 60b8a3c

Please sign in to comment.