Share via


az containerapp env telemetry data-dog

Note

This reference is part of the containerapp extension for the Azure CLI (version 2.62.0 or higher). The extension will automatically install the first time you run an az containerapp env telemetry data-dog command. Learn more about extensions.

Command group 'containerapp env telemetry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Commands to manage data dog settings for the container apps environment.

Commands

Name Description Type Status
az containerapp env telemetry data-dog delete

Delete container apps environment telemetry data dog settings.

Extension Preview
az containerapp env telemetry data-dog set

Create or update container apps environment telemetry data dog settings.

Extension Preview
az containerapp env telemetry data-dog show

Show container apps environment telemetry data dog settings.

Extension Preview

az containerapp env telemetry data-dog delete

Experimental Preview Deprecated

Command group 'containerapp env telemetry data-dog' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Delete container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog delete --name
                                              --resource-group
                                              [--no-wait]
                                              [--yes]

Examples

Delete container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog delete -n MyContainerappEnvironment -g MyResourceGroup

Required Parameters

--name -n
Experimental Preview Deprecated

Name of the Container Apps environment.

--resource-group -g
Experimental Preview Deprecated

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--no-wait
Experimental Preview Deprecated

Do not wait for the long-running operation to finish.

Default value: False
--yes -y
Experimental Preview Deprecated

Do not prompt for confirmation.

Default value: False
Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose
Experimental Preview Deprecated

Increase logging verbosity. Use --debug for full debug logs.

az containerapp env telemetry data-dog set

Experimental Preview Deprecated

Command group 'containerapp env telemetry data-dog' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create or update container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog set --name
                                           --resource-group
                                           [--enable-open-telemetry-metrics {false, true}]
                                           [--enable-open-telemetry-traces {false, true}]
                                           [--key]
                                           [--no-wait]
                                           [--site]

Examples

Create or update container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog set -n MyContainerappEnvironment -g MyResourceGroup \
    --site dataDogSite --key dataDogKey --enable-open-telemetry-traces true --enable-open-telemetry-metrics true

Required Parameters

--name -n
Experimental Preview Deprecated

Name of the Container Apps environment.

--resource-group -g
Experimental Preview Deprecated

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--enable-open-telemetry-metrics -m
Experimental Preview Deprecated

Boolean indicating whether to enable data dog open telemetry metrics.

Accepted values: false, true
--enable-open-telemetry-traces -t
Experimental Preview Deprecated

Boolean indicating whether to enable data dog open telemetry traces.

Accepted values: false, true
--key
Experimental Preview Deprecated

Specify the data dog api key.

--no-wait
Experimental Preview Deprecated

Do not wait for the long-running operation to finish.

Default value: False
--site
Experimental Preview Deprecated

Specify the data dog site.

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose
Experimental Preview Deprecated

Increase logging verbosity. Use --debug for full debug logs.

az containerapp env telemetry data-dog show

Experimental Preview Deprecated

Command group 'containerapp env telemetry data-dog' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Show container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog show --name
                                            --resource-group

Examples

Show container apps environment telemetry data dog settings.

az containerapp env telemetry data-dog show -n MyContainerappEnvironment -g MyResourceGroup

Required Parameters

--name -n
Experimental Preview Deprecated

Name of the Container Apps environment.

--resource-group -g
Experimental Preview Deprecated

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

Global Parameters
--debug
Experimental Preview Deprecated

Increase logging verbosity to show all debug logs.

--help -h
Experimental Preview Deprecated

Show this help message and exit.

--only-show-errors
Experimental Preview Deprecated

Only show errors, suppressing warnings.

--output -o
Experimental Preview Deprecated

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query
Experimental Preview Deprecated

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription
Experimental Preview Deprecated

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose
Experimental Preview Deprecated

Increase logging verbosity. Use --debug for full debug logs.