From f3623abb079c2edac8990b3107d350d81718a6b8 Mon Sep 17 00:00:00 2001 From: Mate Barabas Date: Fri, 16 Dec 2022 16:15:54 -0800 Subject: [PATCH] language update --- docs/wiki/The library - Module design.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/The library - Module design.md b/docs/wiki/The library - Module design.md index 937b5c207e..90b381ea7b 100644 --- a/docs/wiki/The library - Module design.md +++ b/docs/wiki/The library - Module design.md @@ -678,9 +678,9 @@ Each module in CARML contains a `defaultTelemetry` deployment `'pid--${uni ## Opting Out -Albeit telemetry described in this section is optional, the implementation follows an opt-out logic, as most commercial software solutions, this project also requires continuously demonstrating evidence of usage, hence the CARML product team recommends leaving the telemetry setting on its default, enabled configuration. +Albeit telemetry described in this section is optional, the implementation follows an opt-out logic, as most commercial software solutions, this project also requires continuously demonstrating evidence of usage, hence the CARML team recommends leaving the telemetry setting on its default, enabled configuration. -This resource enables the CARML product team to query the number of deployments of a given template from Azure - and as such, get insights into its adoption. +This resource enables the CARML team to query the number of deployments of a given template from Azure - and as such, get insights into its adoption. When using CARML's CI environment you can enable/disable this deployment by switching the `enableDefaultTelemetry` setting in the `settings.yml` file in the repository's root. This value is automatically injected into each individual deployment that is performed as part of the environment's pipeline.