You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ The following steps are required to deploy the infrastructure from the command l
97
97
98
98
1. Create a resource group and deploy the infrastructure.
99
99
100
+
*There is an optional tracking ID on this deployment. To opt out of its use, add the following parameter to the deployment code below: `-p telemetryOptOut true`.*
// Optional Deployment for Customer Usage Attribution
115
+
modulecustomerUsageAttributionModule'customerUsageAttribution/cuaIdResourceGroup.bicep' = if (!telemetryOptOut) {
116
+
#disable-next-line no-loc-expr-outside-params// Only to ensure telemetry data is stored in same location as deployment. See https://github.com/Azure/ALZ-Bicep/wiki/FAQ#why-are-some-linter-rules-disabled-via-the-disable-next-line-bicep-function for more information
0 commit comments