diff --git a/docs/sources/reference/components/discovery/discovery.azure.md b/docs/sources/reference/components/discovery/discovery.azure.md index 940a1cf62d..2099bbe92a 100644 --- a/docs/sources/reference/components/discovery/discovery.azure.md +++ b/docs/sources/reference/components/discovery/discovery.azure.md @@ -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.