Microsoft.Support Skill
azure-com-support
azure-com-support
| Method | Path | Description |
|---|---|---|
GET | /providers/Microsoft.Support/operations | |
GET | /providers/Microsoft.Support/services | This lists all the available Microsoft Support REST API operations. |
GET | /providers/Microsoft.Support/services/{serviceName} | Lists all the Azure services available for support ticket creation. Here are the Service Ids for **Billing**, **Subscription Management**, and **Service and subscription limits (Q... |
GET | /providers/Microsoft.Support/services/{serviceName}/problemClassifications | Gets a specific Azure service for support ticket creation. |
GET | /providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName} | Lists all the problem classifications (categories) available for a specific Azure service. Always use the service and problem classifications obtained programmatically. This pract... |
POST | /subscriptions/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability | Gets the details of a specific problem classification for a specific Azure service. |
GET | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets | Check the availability of a resource name. This API should to be used to check the uniqueness of the name for support ticket creation for the selected subscription. |
GET | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName} | Lists all the support tickets for an Azure subscription. You can also filter the support tickets by Status or CreatedDate using the $filter parameter. Output will be a paged resul... |
PATCH | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName} | Gets details for a specific support ticket in an Azure subscription. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 mon... |
PUT | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName} | This API allows you to update the severity level or your contact information in the support ticket. Note: The severity levels cannot be changed if a support ticket is actively bei... |
POST | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/checkNameAvailability | Creates a new support ticket for Quota increase, Technical, Billing, and Subscription Management issues for the specified subscription. A paid technical support plan is required t... |
GET | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications | Check the availability of a resource name. This API should to be used to check the uniqueness of the name for adding a new communication to the support ticket. |
GET | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName} | Lists all communications (attachments not included) for a support ticket. You can also filter support ticket communications by CreatedDate�or CommunicationType using the $filter p... |
PUT | /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}/communications/{communicationName} | Returns details of a specific communication in a support ticket. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install azure-com-support
Downloads and installs to ~/.claude/skills/azure-com-support/
2019-05-01-preview (2026-02-13)