Remove unimplemented auth options from azure_monitor documentation (#5348)

This commit is contained in:
Daniel Nelson 2019-02-04 11:19:04 -08:00 committed by GitHub
parent 4e8aa401e0
commit 6b144db504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -98,13 +98,7 @@ following configurations:
1. **Client Credentials**: Azure AD Application ID and Secret.
Set the following Telegraf configuration variables:
- `azure_tenant_id`: Specifies the Tenant to which to authenticate.
- `azure_client_id`: Specifies the app client ID to use.
- `azure_client_secret`: Specifies the app secret to use.
Or set the following environment variables:
Set the following environment variables:
- `AZURE_TENANT_ID`: Specifies the Tenant to which to authenticate.
- `AZURE_CLIENT_ID`: Specifies the app client ID to use.