az support services problem-classifications
Note
This reference is part of the support extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az support services problem-classifications command. Learn more about extensions.
Problem classifications for an Azure service.
Commands
Name | Description | Type | Status |
---|---|---|---|
az support services problem-classifications list |
List all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. 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 |
Get problem classification details for a specific Azure service. |
Extension | GA |
az support services problem-classifications list
List all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This practice ensures that you always have the most recent set of service and problem classification Ids.
az support services problem-classifications list --service-name
Examples
Gets list of problem classifications for a service for which a support ticket can be created.
az support services problem-classifications list --service-name "ServiceNameGuid"
Required Parameters
Name of the Azure service for which the problem classifications need to be retrieved.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az support services problem-classifications show
Get problem classification details for a specific Azure service.
az support services problem-classifications show --problem-classification-name
--service-name
Examples
Gets details of problem classification for Azure service.
az support services problem-classifications show --service-name "ServiceNameGuid" --problem-classification-name "ProblemClassificationNameGuid"
Required Parameters
Name of problem classification.
Name of the Azure service available for support.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.