Share via


az support no-subscription

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 no-subscription command. Learn more about extensions.

Manage Azure support resource without a subscription.

Commands

Name Description Type Status
az support no-subscription chat-transcript

Manage support ticket chat transcript.

Extension GA
az support no-subscription chat-transcript list

List all chat transcripts for a support ticket.

Extension GA
az support no-subscription chat-transcript show

Get chatTranscript details for a no subscription support ticket.

Extension GA
az support no-subscription communication

Manage support ticket communications.

Extension GA
az support no-subscription communication create

Adds a new customer communication to an Azure support ticket.

Extension GA
az support no-subscription communication list

List all communications (attachments not included) for a support ticket.

You can also filter support ticket communications by CreatedDate or CommunicationType using the $filter parameter. The only type of communication supported today is Web. Output will be a paged result with nextLink, using which you can retrieve the next set of Communication results.

Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

Extension GA
az support no-subscription communication show

Get communication details for a support ticket.

Extension GA
az support no-subscription file

File operations for no subscription.

Extension GA
az support no-subscription file-workspace

File workspaces for Azure Support.

Extension GA
az support no-subscription file-workspace create

Creates a new file workspace.

Extension GA
az support no-subscription file-workspace show

Gets details for a specific file workspace.

Extension GA
az support no-subscription file list

List all the Files information under a workspace.

Extension GA
az support no-subscription file show

Get details of a specific file in a work space.

Extension GA
az support no-subscription file upload

Uploads a file to a workspace.

Extension GA
az support no-subscription tickets

Create and manage Azure support ticket without a subscription.

Extension GA
az support no-subscription tickets create

Creates a new support ticket for Billing, Subscription Management, and Technical issues for no subscription.

Extension GA
az support no-subscription tickets list

List all the support tickets.

You can also filter the support tickets by Status, CreatedDate, ServiceId, and ProblemClassificationId using the $filter parameter. Output will be a paged result with nextLink, using which you can retrieve the next set of support tickets.

Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error. Default is CreatedDate >= one week.

Extension GA
az support no-subscription tickets show

Get details for a specific support ticket. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

Extension GA
az support no-subscription tickets update

Update API allows you to update the severity level, ticket status, advanced diagnostic consent, secondary consent, and your contact information in the support ticket.

Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API.

Extension GA