az support services

Note

This reference is part of the support extension for the Azure CLI (version 2.0.81 or higher). The extension will automatically install the first time you run an az support services command. Learn more about extensions.

Azure services and related problem categories.

Commands

Name Description Type Status
az support services list

Lists all the Azure services available for support ticket creation. Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

Extension GA
az support services problem-classifications

Problem classifications for an Azure service.

Extension GA
az support services problem-classifications list

Lists all the problem classifications (categories) available for an Azure service. Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

Extension GA
az support services problem-classifications show

Gets the problem classification details for an Azure service.

Extension GA
az support services show

Gets a specific Azure service for support ticket creation.

Extension GA

az support services list

Lists all the Azure services available for support ticket creation. Always use the service and it's corresponding problem classification(s) obtained programmatically for support ticket creation. This practice ensures that you always have the most recent set of service and problem classification Ids.

az support services list

Examples

Gets list of services for which a support ticket can be created.

az support services list
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

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

--subscription

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

--verbose

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

az support services show

Gets a specific Azure service for support ticket creation.

az support services show --service-name

Examples

Gets details of Azure service.

az support services show --service-name "ServiceNameGuid"

Required Parameters

--service-name

Name of Azure service.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

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

--subscription

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

--verbose

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