From e23116d0cac15a3d5b41952c2aa79e77eda3fb94 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Tue, 6 Aug 2024 00:01:41 +0200 Subject: [PATCH] docs: Adjust the documentation --- plugins/inputs/azure_monitor/README.md | 2 +- plugins/inputs/azure_monitor/sample.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/inputs/azure_monitor/README.md b/plugins/inputs/azure_monitor/README.md index 9166546ed14e6..588d6d6efeea7 100644 --- a/plugins/inputs/azure_monitor/README.md +++ b/plugins/inputs/azure_monitor/README.md @@ -83,7 +83,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. # can be found under Azure Active Directory->Properties tenant_id = "<>" # Define the optional Azure cloud option e.g. AzureChina, AzureGovernment or AzurePublic. The default is AzurePublic. - #cloud_option = "AzurePublic" + # cloud_option = "AzurePublic" # resource target #1 to collect metrics from [[inputs.azure_monitor.resource_target]] diff --git a/plugins/inputs/azure_monitor/sample.conf b/plugins/inputs/azure_monitor/sample.conf index cebfebbbfac55..9eb28b1edbaca 100644 --- a/plugins/inputs/azure_monitor/sample.conf +++ b/plugins/inputs/azure_monitor/sample.conf @@ -14,8 +14,8 @@ client_secret = "<>" # can be found under Azure Active Directory->Properties tenant_id = "<>" - # Define the optional Azure cloud option e.g. AzureChina, AzureGovernment or AzurePublic | DEFAULT AzurePublic - cloud_option = "<>" + # Define the optional Azure cloud option e.g. AzureChina, AzureGovernment or AzurePublic. The default is AzurePublic. + # cloud_option = "AzurePublic" # resource target #1 to collect metrics from [[inputs.azure_monitor.resource_target]]