az support services
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 command. Learn more about extensions.
Azure services and related problem categories.
Commands
Name | Description | Type | Status |
---|---|---|---|
az support services list |
List all the Azure services available for support ticket creation. 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 |
Problem classifications for an 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. |
Extension | GA |
az support services problem-classifications show |
Get problem classification details for a specific Azure service. |
Extension | GA |
az support services show |
Get a specific Azure service for support ticket creation. |
Extension | GA |
az support services list
List all the Azure services available for support ticket creation. 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 list
Examples
Gets list of services for which a support ticket can be created.
az support services list
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 show
Get 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
Name of the Azure service.
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.