Microsoft Azure CLI Telemetry Package

1.1.0 · active · verified Thu Apr 09

The `azure-cli-telemetry` package is an internal component of the Microsoft Azure CLI. Its primary function is to collect anonymous usage data and diagnostic information to help improve the CLI's reliability and performance. [2, 4] It is not typically intended for direct consumption or installation by end-users or for standalone application development. [6, 7, 8, 9] The package maintains a stable, though infrequent, release cadence, with its functionality primarily managed through the broader `azure-cli` releases. [6]

Warnings

Install

Quickstart

This library is an internal dependency of the Azure CLI and is not designed for direct interaction by end-users. Direct programmatic use is not recommended, and there is no public API or quickstart for standalone usage. Telemetry collection, which this package facilitates, is controlled via the Azure CLI's configuration settings.

# This library is an internal dependency of the Azure CLI and is not designed for direct interaction by end-users.
# Telemetry collection, which this package facilitates, can be configured or disabled
# via the Azure CLI's configuration settings.
# To disable telemetry for the Azure CLI:
# az config set core.collect_telemetry=False
# For more information on Azure CLI configuration, refer to the official Microsoft documentation.

view raw JSON →