Telemetry
Microsoft can identify the deployments of the Azure Resource Manager and Bicep templates with the deployed Azure resources. Microsoft can correlate these resources used to support the deployments. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through customer usage attribution. The data is collected and governed by Microsoft’s privacy policies, located at the trust center.
To disable this tracking, we have included a parameter called telemetryOptOut
to the deployment template in this repo with a simple boolean flag. The default value No
which does not disable the telemetry. If you would like to disable this tracking, then simply set this value to Yes
and this module will not be included in deployments and therefore disables the telemetry tracking.
If you are happy with leaving telemetry tracking enabled, no changes are required.
Check the box labeled “Opt-Out of Telemetry” when using the “Deploy to Azure” buttons with a custom User Interface. There is no parameters file for this deployment.
In the avdArm.json file, you will see the following:
"optoutTelemetry": {
"type": "bool",
"defaultValue": false,
"metadata": {
"description": "Telemetry Opt-Out"
}
},
The following are the unique ID’s (also known as PIDs) used in the Alerts Pattern deployment
Name | PID |
---|---|
AVD Baseline Alerts | b8b4a533-1bb2-402f-bbd9-3055d00d885a |