Skip to content

Commit

Permalink
Simplify link definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed Jan 20, 2025
1 parent 07bf93b commit 7ea0e3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sources/reference/components/discovery/discovery.azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Name | Type | Description

You can use the following blocks with `discovery.azure`:

Block | Description | Required
-------------------------------------|--------------------------------------------------|---------
[managed_identity][managed_identity] | Managed Identity configuration for Azure API. | no
[oauth][oauth] | OAuth 2.0 configuration for Azure API. | no
[tls_config][tls_config] | TLS configuration for requests to the Azure API. | no
Block | Description | Required
---------------------|--------------------------------------------------|---------
[managed_identity][] | Managed Identity configuration for Azure API. | no
[oauth][] | OAuth 2.0 configuration for Azure API. | no
[tls_config][] | TLS configuration for requests to the Azure API. | no

You must specify exactly one of the `oauth` or `managed_identity` blocks.

Expand Down

0 comments on commit 7ea0e3f

Please sign in to comment.