From ccbef416cf4f1540df595415369c0c4178456ec2 Mon Sep 17 00:00:00 2001 From: Tomasz Masternak Date: Fri, 10 Apr 2026 11:43:41 +0200 Subject: [PATCH 1/2] tweak the entry section --- servicecontrol/audit-instances/configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/servicecontrol/audit-instances/configuration.md b/servicecontrol/audit-instances/configuration.md index 8bafb642732..956554254cd 100644 --- a/servicecontrol/audit-instances/configuration.md +++ b/servicecontrol/audit-instances/configuration.md @@ -2,13 +2,14 @@ title: Audit Instance Configuration Settings summary: Categorized list of ServiceControl Audit instance configuration settings. component: ServiceControl -reviewed: 2024-06-24 +reviewed: 2026-04-10 redirects: - servicecontrol/audit-instances/creating-config-file --- -The configuration of a ServiceControl Audit instance is controlled by the `ServiceControl.Audit.exe.config` file or by setting environment variables. When a setting configuration exists as both an environment variable and in the application configuration file the environment variable setting takes precedence. -Deployments using the ServiceControl Management utility (SCMU) can use that application to make a subset of configuration settings which are read from and written to the application configuration file. +ServiceControl Audit instance can be configured using environment variables and/or the `ServiceControl.Audit.exe.config` file. Configuration settings provided using environment variables take precedence over the application configuration file entries. + +When used the ServiceControl Management utility (SCMU) enables controlling a subset of configuration settings which are read from and written to the application configuration file. >[!NOTE] >Configuration settings in the application configuration file are applicable to the `appSettings` section unless otherwise specified. From 74c2f9d84915a6611d11426729f0df4ea222f286 Mon Sep 17 00:00:00 2001 From: Tomasz Masternak Date: Fri, 10 Apr 2026 11:44:59 +0200 Subject: [PATCH 2/2] typos --- servicecontrol/audit-instances/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicecontrol/audit-instances/configuration.md b/servicecontrol/audit-instances/configuration.md index 956554254cd..9d13fbd2efc 100644 --- a/servicecontrol/audit-instances/configuration.md +++ b/servicecontrol/audit-instances/configuration.md @@ -9,7 +9,7 @@ redirects: ServiceControl Audit instance can be configured using environment variables and/or the `ServiceControl.Audit.exe.config` file. Configuration settings provided using environment variables take precedence over the application configuration file entries. -When used the ServiceControl Management utility (SCMU) enables controlling a subset of configuration settings which are read from and written to the application configuration file. +When used, the ServiceControl Management utility (SCMU) enables controlling a subset of configuration settings that are read from and written to the application configuration file. >[!NOTE] >Configuration settings in the application configuration file are applicable to the `appSettings` section unless otherwise specified.