Freigeben über


Support Tickets - Create

Erstellt ein neues Supportticket für Abonnement- und Dienstbeschränkungen (Kontingent), technische, Abrechnungs- und Abonnementverwaltungsprobleme für das angegebene Abonnement. Lernen Sie die Voraussetzungen kennen, die zum Erstellen eines Supporttickets erforderlich sind.

Rufen Sie immer die Dienst- und ProblemClassifications-API auf, um die neuesten Dienste und Problemkategorien abzurufen, die für die Erstellung von Supporttickets erforderlich sind.

Das Hinzufügen von Anlagen wird derzeit nicht über die API unterstützt. Wenn Sie einem vorhandenen Supportticket eine Datei hinzufügen möchten, besuchen Sie die Seite " Supportticket verwalten " im Azure-Portal, wählen Sie das Supportticket aus, und verwenden Sie das Dateiupload-Steuerelement, um eine neue Datei hinzuzufügen.

Die Zustimmung zur Freigabe von Diagnoseinformationen mit azure-Support wird derzeit nicht über die API unterstützt. Der Azure-Supporttechniker, der an Ihrem Ticket arbeitet, wird sie zur Zustimmung kontaktieren, wenn Ihr Problem das Sammeln von Diagnoseinformationen aus Ihren Azure-Ressourcen erfordert.

Erstellen eines Supporttickets für "Im Auftrag von": Fügen Sie den Header "x-ms-authorization-auxiliary " ein, um ein Hilfstoken gemäß Dokumentation bereitzustellen. Das primäre Token stammt aus dem Mandanten, für den ein Supportticket für das Abonnement ausgelöst wird, d. h. cloud solution provider (CSP)-Kundenmandant. Das Hilfstoken stammt vom CSP-Partnermandanten (Cloud Solution Provider).

PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}?api-version=2024-04-01

URI-Parameter

Name In Erforderlich Typ Beschreibung
subscriptionId
path True

string (uuid)

Die ID des Zielabonnements. Der Wert muss eine UUID sein.

supportTicketName
path True

string

Supportticketname.

api-version
query True

string

minLength: 1

Die API-Version, die für diesen Vorgang verwendet werden soll.

Anforderungstext

Name Erforderlich Typ Beschreibung
properties.advancedDiagnosticConsent True

Consent

Erweiterte Diagnosezustimmung, die auf dem Supportticket aktualisiert werden soll.

properties.contactDetails True

ContactProfile

Kontaktinformationen des Benutzers, der zum Erstellen eines Supporttickets anfordert.

properties.description True

string

Detaillierte Beschreibung der Frage oder des Problems.

properties.problemClassificationId True

string

Jeder Azure-Dienst verfügt über einen eigenen Satz von Problemkategorien, auch bekannt als Problemklassifizierung. Dieser Parameter ist die eindeutige ID für den Typ des Problems, das auftreten.

properties.serviceId True

string

Dies ist die Ressourcen-ID der Azure-Dienstressource, die dem Supportticket zugeordnet ist.

properties.severity True

SeverityLevel

Ein Wert, der die Dringlichkeit des Falls angibt, was wiederum die Reaktionszeit gemäß der Vereinbarung zum Servicelevel des technischen Supports bestimmt, den Sie mit Azure haben. Hinweis: "Höchste kritische Auswirkung", auch bekannt als "Notfall - Schwere Auswirkungen" im Azure-Portal, ist nur für unsere Premium-Kunden reserviert.

properties.title True

string

Titel des Supporttickets.

properties.enrollmentId

string

Registrierungs-ID, die dem Supportticket zugeordnet ist.

properties.fileWorkspaceName

string

Dateiarbeitsbereichsname.

properties.problemScopingQuestions

string

Problemdefinitionsfragen im Zusammenhang mit dem Supportticket.

properties.problemStartTime

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), als das Problem gestartet wurde.

properties.quotaTicketDetails

QuotaTicketDetails

Zusätzliche Ticketdetails, die einer Kontingent-Supportticketanfrage zugeordnet sind.

properties.require24X7Response

boolean

Gibt an, ob dies eine 24x7-Antwort von Azure erfordert.

properties.secondaryConsent

SecondaryConsent[]

Diese Eigenschaft gibt sekundäre Zustimmungen für das Supportticket an.

properties.serviceLevelAgreement

ServiceLevelAgreement

Informationen zum Servicelevelvertrag für dieses Supportticket.

properties.supportEngineer

SupportEngineer

Informationen zum Supporttechniker, der an diesem Supportticket arbeitet.

properties.supportPlanId

string

Supportplan-ID, die dem Supportticket zugeordnet ist.

properties.supportTicketId

string

Vom System generierte Supportticket-ID, die eindeutig ist.

properties.technicalTicketDetails

TechnicalTicketDetails

Zusätzliche Ticketdetails, die einer technischen Supportticketanfrage zugeordnet sind.

Antworten

Name Typ Beschreibung
200 OK

SupportTicketDetails

OK - SupportTicket wurde erfolgreich erstellt.

202 Accepted

Angenommen, SupportTicket wird asynchron erstellt.

Other Status Codes

ErrorResponse

Fehlerantwort, die beschreibt, warum der Vorgang fehlgeschlagen ist.

Sicherheit

azure_auth

Azure Active Directory OAuth2-Fluss.

Typ: oauth2
Ablauf: implicit
Autorisierungs-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiche

Name Beschreibung
user_impersonation Identitätswechsel ihres Benutzerkontos

Beispiele

Create a ticket for Billing related issues
Create a ticket for Subscription Management related issues for a subscription
Create a ticket for Technical issue related to a specific resource for a subscription
Create a ticket to request Quota increase for Active Jobs and Job Schedules for a Batch account
Create a ticket to request Quota increase for Azure SQL managed instance
Create a ticket to request Quota increase for Batch accounts for a subscription
Create a ticket to request Quota increase for Compute VM Cores
Create a ticket to request Quota increase for DTUs for Azure Synapse Analytics
Create a ticket to request Quota increase for DTUs for SQL Database
Create a ticket to request Quota increase for Low-priority cores for a Batch account
Create a ticket to request Quota increase for Low-priority cores for Machine Learning service
Create a ticket to request Quota increase for Pools for a Batch account
Create a ticket to request Quota increase for Servers for Azure Synapse Analytics
Create a ticket to request Quota increase for Servers for SQL Database
Create a ticket to request Quota increase for services that do not require additional details in the quotaTicketDetails object
Create a ticket to request Quota increase for specific VM family cores for a Batch account
Create a ticket to request Quota increase for specific VM family cores for Machine Learning service

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
    "severity": "moderate",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "advancedDiagnosticConsent": "No",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/billing_service_guid/problemClassifications/billing_problemClassification_guid",
    "problemClassificationDisplayName": "Refund request",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "No",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/billing_service_guid",
    "serviceDisplayName": "Billing",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
    "severity": "moderate",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "advancedDiagnosticConsent": "No",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/subscription_management_service_guid/problemClassifications/subscription_management_problemClassification_guid",
    "problemClassificationDisplayName": "Transfer ownership of my subscription",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "No",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/subscription_management_service_guid",
    "serviceDisplayName": "Subscription management",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/cddd3eb5-1830-b494-44fd-782f691479dc",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
    "secondaryConsent": [
      {
        "userConsent": "Yes",
        "type": "virtualmachinerunninglinuxservice"
      }
    ],
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "technicalTicketDetails": {
      "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
    "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "problemScopingQuestions": "{\"articleId\":\"076846c1-4c0b-4b21-91c6-1a30246b3867\",\"scopingDetails\":[{\"question\":\"When did the problem begin?\",\"controlId\":\"problem_start_time\",\"orderId\":1,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"2023-08-31T18:55:00.739Z\",\"value\":\"2023-08-31T18:55:00.739Z\",\"type\":\"datetime\"}},{\"question\":\"API Type of the Cosmos DB account\",\"controlId\":\"api_type\",\"orderId\":2,\"inputType\":\"static\",\"answer\":{\"displayValue\":\"Table\",\"value\":\"tables\",\"type\":\"string\"}},{\"question\":\"Table name\",\"controlId\":\"collection_name_table\",\"orderId\":11,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"Select Table Name\",\"value\":\"dont_know_answer\",\"type\":\"string\"}},{\"question\":\"Provide additional details about the issue you're facing\",\"controlId\":\"problem_description\",\"orderId\":12,\"inputType\":\"nonstatic\",\"answer\":{\"displayValue\":\"test ticket, please ignore and close\",\"value\":\"test ticket, please ignore and close\",\"type\":\"string\"}}]}",
    "secondaryConsent": [
      {
        "userConsent": "Yes",
        "type": "virtualmachinerunninglinuxservice"
      }
    ],
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "technicalTicketDetails": {
      "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid",
    "serviceDisplayName": "Virtual Machine running Linux",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Active Jobs and Job Schedules for a Batch account

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "problemClassificationDisplayName": "Batch",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Jobs\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Azure SQL managed instance

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_managedinstance_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "SQLMI",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"vCore\"}"
        },
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"Subnet\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
    "problemClassificationDisplayName": "SQL Database Managed Instance",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "SQLMI",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"vCore\"}"
        },
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200, \"Metadata\":null, \"Type\":\"Subnet\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Batch accounts for a subscription

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Subscription",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200,\"Type\":\"Account\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "problemClassificationDisplayName": "Batch",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Subscription",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200,\"Type\":\"Account\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Compute VM Cores

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cores_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"SKU\":\"DSv3 Series\",\"NewLimit\":104}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cores_problemClassification_guid",
    "problemClassificationDisplayName": "Compute-VM (cores-vCPUs) subscription limit increases",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"VmFamily\":\"DSv3 Series\",\"NewLimit\":104}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for DTUs for Azure Synapse Analytics

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "DTUs",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
    "problemClassificationDisplayName": "SQL Data Warehouse",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "DTUs",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for DTUs for SQL Database

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "DTUs",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
    "problemClassificationDisplayName": "SQL database",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "DTUs",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"ServerName\":\"testserver\",\"NewLimit\":54000}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Low-priority cores for a Batch account

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"LowPriority\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "problemClassificationDisplayName": "Batch",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"LowPriority\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Low-priority cores for Machine Learning service

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "BatchAml",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200,\"Type\":\"LowPriority\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
    "problemClassificationDisplayName": "Machine Learning service",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200,\"Type\":\"LowPriority\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Pools for a Batch account

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Pools\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "problemClassificationDisplayName": "Batch",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"NewLimit\":200,\"Type\":\"Pools\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Servers for Azure Synapse Analytics

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Servers",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid",
    "problemClassificationDisplayName": "SQL Data Warehouse",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Servers",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for Servers for SQL Database

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Servers",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid",
    "problemClassificationDisplayName": "SQL database",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Servers",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"NewLimit\":200}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for services that do not require additional details in the quotaTicketDetails object

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "Increase the maximum throughput per container limit to 10000 for account foo bar",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "Increase the maximum throughput per container limit to 10000 for account foo bar",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid",
    "problemClassificationDisplayName": "Cosmos DB",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for specific VM family cores for a Batch account

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid",
    "problemClassificationDisplayName": "Batch",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"AccountName\":\"test\",\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Create a ticket to request Quota increase for specific VM family cores for Machine Learning service

Beispielanforderung

PUT https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket?api-version=2024-04-01

{
  "properties": {
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "title": "my title",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
    "severity": "moderate",
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredContactMethod": "email",
      "preferredTimeZone": "Pacific Standard Time",
      "preferredSupportLanguage": "en-US",
      "country": "usa"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "BatchAml",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
        }
      ]
    }
  }
}

Beispiel für eine Antwort

location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
{
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "properties": {
    "supportTicketId": "119120321001170",
    "description": "my description",
    "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid",
    "problemClassificationDisplayName": "Machine Learning service",
    "severity": "moderate",
    "require24X7Response": false,
    "advancedDiagnosticConsent": "Yes",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "fileWorkspaceName": "testticket",
    "contactDetails": {
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "primaryEmailAddress": "abc@contoso.com",
      "preferredTimeZone": "Pacific Standard Time",
      "country": "usa",
      "preferredSupportLanguage": "en-US"
    },
    "quotaTicketDetails": {
      "quotaChangeRequestVersion": "1.0",
      "quotaChangeRequestSubType": "Account",
      "quotaChangeRequests": [
        {
          "region": "EastUS",
          "payload": "{\"VMFamily\":\"standardA0_A7Family\",\"NewLimit\":200,\"Type\":\"Dedicated\"}"
        }
      ]
    },
    "serviceLevelAgreement": {
      "startTime": "2020-03-20T21:36:18Z",
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240
    },
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanType": "Premier",
    "supportPlanDisplayName": "Premier",
    "title": "my title",
    "serviceId": "/providers/Microsoft.Support/services/quota_service_guid",
    "serviceDisplayName": "Service and subscription limits (quotas)",
    "status": "Open",
    "createdDate": "2020-03-20T21:36:18Z",
    "modifiedDate": "2020-03-20T21:36:23Z"
  }
}

Definitionen

Name Beschreibung
Consent

Erweiterte Diagnosezustimmung, die auf dem Supportticket aktualisiert werden soll.

ContactProfile

Kontaktinformationen, die dem Supportticket zugeordnet sind.

ErrorAdditionalInfo

Der Ressourcenverwaltungsfehler zusätzliche Informationen.

ErrorDetail

Das Fehlerdetails.

ErrorResponse

Fehlerantwort

IsTemporaryTicket

Diese Eigenschaft gibt an, ob das Supportticket ein temporäres Ticket ist.

PreferredContactMethod

Bevorzugte Kontaktmethode.

QuotaChangeRequest

Diese Eigenschaft ist erforderlich, um die Region und neue Kontingentgrenzwerte bereitzustellen.

QuotaTicketDetails

Zusätzlicher Satz von Informationen, die für Kontingenterhöhungsunterstützungsticket für bestimmte Kontingenttypen erforderlich sind, z. B.: Virtuelle Computerkerne. Erhalten Sie vollständige Details zur Supportanfrage für die Kontingentnutzlast zusammen mit Beispielen bei Supportkontingentanforderung.

SecondaryConsent

Diese Eigenschaft gibt die sekundäre Zustimmung für das Supportticket an.

ServiceLevelAgreement

Details zum Servicelevelvertrag für ein Supportticket.

SeverityLevel

Ein Wert, der die Dringlichkeit des Falls angibt, was wiederum die Reaktionszeit gemäß der Vereinbarung zum Servicelevel des technischen Supports bestimmt, den Sie mit Azure haben. Hinweis: "Höchste kritische Auswirkung", auch bekannt als "Notfall - Schwere Auswirkungen" im Azure-Portal, ist nur für unsere Premium-Kunden reserviert.

SupportEngineer

Supporttechnikerinformationen.

SupportTicketDetails

Objekt, das die SupportTicketDetails-Ressource darstellt.

TechnicalTicketDetails

Zusätzliche Informationen für das Ticket für technischen Support.

UserConsent

Bereitgestellter Wert für die Zustimmung des Benutzers

Erweiterte Diagnosezustimmung, die auf dem Supportticket aktualisiert werden soll.

Wert Beschreibung
No
Yes

ContactProfile

Kontaktinformationen, die dem Supportticket zugeordnet sind.

Name Typ Beschreibung
additionalEmailAddresses

string[]

Weitere aufgeführte E-Mail-Adressen werden auf jede Korrespondenz über das Supportticket kopiert.

country

string

Land des Benutzers. Dies ist der ISO 3166-1 Alpha-3-Code.

firstName

string

Vorname.

lastName

string

Nachname.

phoneNumber

string

Telefonnummer. Dies ist erforderlich, wenn es sich bei der bevorzugten Kontaktmethode um ein Telefon handelt. Es ist auch erforderlich, wenn Fälle mit dem Schweregrad "kritisch" oder "höchsten kritischenimpact" übermittelt werden.

preferredContactMethod

PreferredContactMethod

Bevorzugte Kontaktmethode.

preferredSupportLanguage

string

Bevorzugte Supportsprache von Azure. Die Supportsprachen variieren je nach Schweregrad, den Sie für Ihr Supportticket auswählen. Weitere Informationen finden Sie unter Azure-Schweregrad und Reaktionsfähigkeit. Verwenden Sie den Standardcode für länderspezifische Sprachen. Gültige Werte sind 'en-us' für Englisch, 'zh-hans' für Chinesisch, 'es-es' für Spanisch, 'fr-fr' für Französisch, 'ja-jp' für Japanisch, 'ko-kr' für Koreanisch, 'ru-ru' für Russisch, 'pt-br' für Portugiesisch, 'it-it' für Italienisch, 'zh-tw' für Chinesisch und 'de-de' für Deutsch.

preferredTimeZone

string

Zeitzone des Benutzers. Dies ist der Name der Zeitzone aus Microsoft-Zeitzonenindexwerten.

primaryEmailAddress

string

Primäre E-Mail-Adresse.

ErrorAdditionalInfo

Der Ressourcenverwaltungsfehler zusätzliche Informationen.

Name Typ Beschreibung
info

object

Die zusätzlichen Informationen.

type

string

Der zusätzliche Informationstyp.

ErrorDetail

Das Fehlerdetails.

Name Typ Beschreibung
additionalInfo

ErrorAdditionalInfo[]

Die zusätzlichen Informationen des Fehlers.

code

string

Der Fehlercode.

details

ErrorDetail[]

Die Fehlerdetails.

message

string

Die Fehlermeldung.

target

string

Das Fehlerziel.

ErrorResponse

Fehlerantwort

Name Typ Beschreibung
error

ErrorDetail

Das Fehlerobjekt.

IsTemporaryTicket

Diese Eigenschaft gibt an, ob das Supportticket ein temporäres Ticket ist.

Wert Beschreibung
No
Yes

PreferredContactMethod

Bevorzugte Kontaktmethode.

Wert Beschreibung
email
phone

QuotaChangeRequest

Diese Eigenschaft ist erforderlich, um die Region und neue Kontingentgrenzwerte bereitzustellen.

Name Typ Beschreibung
payload

string

Nutzlast der Anforderung zur Erhöhung des Kontingents.

region

string

Region, für die die Anforderung zur Erhöhung des Kontingents gestellt wird.

QuotaTicketDetails

Zusätzlicher Satz von Informationen, die für Kontingenterhöhungsunterstützungsticket für bestimmte Kontingenttypen erforderlich sind, z. B.: Virtuelle Computerkerne. Erhalten Sie vollständige Details zur Supportanfrage für die Kontingentnutzlast zusammen mit Beispielen bei Supportkontingentanforderung.

Name Typ Beschreibung
quotaChangeRequestSubType

string

Erforderlich für bestimmte Kontingenttypen, wenn ein Untertyp vorhanden ist, z. B. Batch, für den Sie eine Kontingenterhöhung anfordern.

quotaChangeRequestVersion

string

Anforderungsversion der Kontingentänderung.

quotaChangeRequests

QuotaChangeRequest[]

Diese Eigenschaft ist erforderlich, um die Region und neue Kontingentgrenzwerte bereitzustellen.

SecondaryConsent

Diese Eigenschaft gibt die sekundäre Zustimmung für das Supportticket an.

Name Typ Beschreibung
type

string

Der Dienstname, für den die sekundäre Zustimmung bereitgestellt wird. Der Wert muss aus der Antwort der Problemklassifizierungs-API abgerufen werden.

userConsent

UserConsent

Bereitgestellter Wert für die Zustimmung des Benutzers

ServiceLevelAgreement

Details zum Servicelevelvertrag für ein Supportticket.

Name Typ Beschreibung
expirationTime

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), wenn der Servicelevelvertrag abläuft.

slaMinutes

integer (int32)

Service Level Agreement in Minuten.

startTime

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), wenn der Servicelevelvertrag beginnt.

SeverityLevel

Ein Wert, der die Dringlichkeit des Falls angibt, was wiederum die Reaktionszeit gemäß der Vereinbarung zum Servicelevel des technischen Supports bestimmt, den Sie mit Azure haben. Hinweis: "Höchste kritische Auswirkung", auch bekannt als "Notfall - Schwere Auswirkungen" im Azure-Portal, ist nur für unsere Premium-Kunden reserviert.

Wert Beschreibung
critical
highestcriticalimpact
minimal
moderate

SupportEngineer

Supporttechnikerinformationen.

Name Typ Beschreibung
emailAddress

string

E-Mail-Adresse des Azure-Supporttechnikers, der dem Supportticket zugewiesen ist.

SupportTicketDetails

Objekt, das die SupportTicketDetails-Ressource darstellt.

Name Typ Beschreibung
id

string

ID der Ressource.

name

string

Name der Ressource.

properties.advancedDiagnosticConsent

Consent

Erweiterte Diagnosezustimmung, die auf dem Supportticket aktualisiert werden soll.

properties.contactDetails

ContactProfile

Kontaktinformationen des Benutzers, der zum Erstellen eines Supporttickets anfordert.

properties.createdDate

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), als das Supportticket erstellt wurde.

properties.description

string

Detaillierte Beschreibung der Frage oder des Problems.

properties.enrollmentId

string

Registrierungs-ID, die dem Supportticket zugeordnet ist.

properties.fileWorkspaceName

string

Dateiarbeitsbereichsname.

properties.isTemporaryTicket

IsTemporaryTicket

Diese Eigenschaft gibt an, ob das Supportticket ein temporäres Ticket ist.

properties.modifiedDate

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), als das Supportticket zuletzt geändert wurde.

properties.problemClassificationDisplayName

string

Lokalisierter Name der Problemklassifizierung.

properties.problemClassificationId

string

Jeder Azure-Dienst verfügt über einen eigenen Satz von Problemkategorien, auch bekannt als Problemklassifizierung. Dieser Parameter ist die eindeutige ID für den Typ des Problems, das auftreten.

properties.problemScopingQuestions

string

Problemdefinitionsfragen im Zusammenhang mit dem Supportticket.

properties.problemStartTime

string (date-time)

Uhrzeit im UTC-Format (ISO 8601-Format), als das Problem gestartet wurde.

properties.quotaTicketDetails

QuotaTicketDetails

Zusätzliche Ticketdetails, die einer Kontingent-Supportticketanfrage zugeordnet sind.

properties.require24X7Response

boolean

Gibt an, ob dies eine 24x7-Antwort von Azure erfordert.

properties.secondaryConsent

SecondaryConsent[]

Diese Eigenschaft gibt sekundäre Zustimmungen für das Supportticket an.

properties.serviceDisplayName

string

Lokalisierter Name des Azure-Diensts.

properties.serviceId

string

Dies ist die Ressourcen-ID der Azure-Dienstressource, die dem Supportticket zugeordnet ist.

properties.serviceLevelAgreement

ServiceLevelAgreement

Informationen zum Servicelevelvertrag für dieses Supportticket.

properties.severity

SeverityLevel

Ein Wert, der die Dringlichkeit des Falls angibt, was wiederum die Reaktionszeit gemäß der Vereinbarung zum Servicelevel des technischen Supports bestimmt, den Sie mit Azure haben. Hinweis: "Höchste kritische Auswirkung", auch bekannt als "Notfall - Schwere Auswirkungen" im Azure-Portal, ist nur für unsere Premium-Kunden reserviert.

properties.status

string

Status des Supporttickets.

properties.supportEngineer

SupportEngineer

Informationen zum Supporttechniker, der an diesem Supportticket arbeitet.

properties.supportPlanDisplayName

string

Supportplantyp, der dem Supportticket zugeordnet ist.

properties.supportPlanId

string

Supportplan-ID, die dem Supportticket zugeordnet ist.

properties.supportPlanType

string

Supportplantyp, der dem Supportticket zugeordnet ist.

properties.supportTicketId

string

Vom System generierte Supportticket-ID, die eindeutig ist.

properties.technicalTicketDetails

TechnicalTicketDetails

Zusätzliche Ticketdetails, die einer technischen Supportticketanfrage zugeordnet sind.

properties.title

string

Titel des Supporttickets.

type

string

Typ der Ressource "Microsoft.Support/supportTickets".

TechnicalTicketDetails

Zusätzliche Informationen für das Ticket für technischen Support.

Name Typ Beschreibung
resourceId

string

Dies ist die Ressourcen-ID der Azure-Dienstressource (z. B. eine Ressource eines virtuellen Computers oder eine HDInsight-Ressource), für die das Supportticket erstellt wird.

UserConsent

Bereitgestellter Wert für die Zustimmung des Benutzers

Wert Beschreibung
No
Yes