次の方法で共有


Support Tickets - Create

指定したサブスクリプションのサブスクリプションとサービスの制限 (クォータ)、技術、課金、サブスクリプション管理の問題に関する新しいサポート チケットを作成します。 サポート チケットを作成するために必要 前提条件について説明します。

サービスと ProblemClassifications API を常に呼び出して、サポート チケットの作成に必要な最新のサービスと問題カテゴリのセットを取得します。

添付ファイルの追加は、現在、API を介してサポートされていません。 既存のサポート チケットにファイルを追加するには、Azure portal の [サポート チケットの管理 ] ページにアクセスし、サポート チケットを選択し、ファイル アップロード コントロールを使用して新しいファイルを追加します。

Azure サポートと診断情報を共有するための同意を提供することは、現在、API を介してサポートされていません。 問題が Azure リソースから診断情報を収集する必要がある場合は、チケットに取り組む Azure サポート エンジニアが同意を得るために連絡します。

代理のサポート チケットの作成: ドキュメントに従って補助トークンを提供する x-ms-authorization-auxiliary ヘッダーを含めます。 プライマリ トークンは、サブスクリプション (クラウド ソリューション プロバイダー (CSP) の顧客テナント) に対してサポート チケットが発生しているテナントから取得されます。 補助トークンは、クラウド ソリューション プロバイダー (CSP) パートナー テナントから取得されます。

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

URI パラメーター

名前 / 必須 説明
subscriptionId
path True

string (uuid)

ターゲット サブスクリプションの ID。 値は UUID である必要があります。

supportTicketName
path True

string

SupportTicketDetails の名前

api-version
query True

string

minLength: 1

この操作に使用する API バージョン。

要求本文

名前 必須 説明
properties.advancedDiagnosticConsent True

Consent

サポート チケットで更新される高度な診断同意。

properties.contactDetails True

ContactProfile

サポート チケットの作成を要求しているユーザーの連絡先情報。

properties.description True

string

質問または問題の詳細な説明。

properties.problemClassificationId True

string

各 Azure サービスには、問題分類とも呼ばれる独自の問題カテゴリのセットがあります。 このパラメーターは、発生している問題の種類の一意の ID です。

properties.serviceId True

string

これは、サポート チケットに関連付けられている Azure サービス リソースのリソース ID です。

properties.severity True

SeverityLevel

ケースの緊急性を示す値。これにより、Azure に用意されているテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決定されます。 注: Azure portal の "緊急 - 重大な影響" レベルとも呼ばれる "最も重大な影響" は、Premium のお客様にのみ予約されています。

properties.title True

string

サポート チケットのタイトル。

properties.enrollmentId

string

サポート チケットに関連付けられている登録 ID。

properties.fileWorkspaceName

string

ファイル ワークスペース名。

properties.problemScopingQuestions

string

サポート チケットに関連する問題のスコーピングの質問。

properties.problemStartTime

string (date-time)

問題の開始時の UTC (ISO 8601 形式) の時刻。

properties.quotaTicketDetails

QuotaTicketDetails

クォータ サポート チケット要求に関連付けられている追加のチケットの詳細。

properties.require24X7Response

boolean

Azure からの 24 時間 365 日の応答が必要かどうかを示します。

properties.secondaryConsent

SecondaryConsent[]

このプロパティは、サポート チケットに対するセカンダリの同意を示します

properties.serviceLevelAgreement

ServiceLevelAgreement

このサポート チケットのサービス レベル アグリーメント情報。

properties.supportEngineer

SupportEngineer

このサポート チケットに取り組んでいるサポート エンジニアに関する情報。

properties.supportPlanId

string

サポート チケットに関連付けられているサポート プラン ID。

properties.supportTicketId

string

システムによって生成された一意のサポート チケット ID。

properties.technicalTicketDetails

TechnicalTicketDetails

テクニカル サポート チケット要求に関連付けられている追加のチケットの詳細。

応答

名前 説明
200 OK

SupportTicketDetails

リソース 'SupportTicketDetails' 更新操作に成功しました

202 Accepted

リソース操作が受け入れられます。

ヘッダー

  • Location: string
  • Retry-After: integer
Other Status Codes

ErrorResponse

予期しないエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー。

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
user_impersonation ユーザー アカウントを偽装する

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

要求のサンプル

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

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

応答のサンプル

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

要求のサンプル

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

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

応答のサンプル

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

要求のサンプル

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

{
  "properties": {
    "description": "my description",
    "advancedDiagnosticConsent": "Yes",
    "contactDetails": {
      "country": "usa",
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "preferredSupportLanguage": "en-US",
      "preferredTimeZone": "Pacific Standard Time",
      "primaryEmailAddress": "abc@contoso.com"
    },
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
    "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": [
      {
        "type": "virtualmachinerunninglinuxservice",
        "userConsent": "Yes"
      }
    ],
    "serviceId": "/providers/Microsoft.Support/services/cddd3eb5-1830-b494-44fd-782f691479dc",
    "severity": "moderate",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "technicalTicketDetails": {
      "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
    },
    "title": "my title"
  }
}

応答のサンプル

{
  "name": "testticket",
  "type": "Microsoft.Support/supportTickets",
  "id": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/supportTickets/testticket",
  "properties": {
    "description": "my description",
    "advancedDiagnosticConsent": "Yes",
    "contactDetails": {
      "country": "usa",
      "firstName": "abc",
      "lastName": "xyz",
      "preferredContactMethod": "email",
      "preferredSupportLanguage": "en-US",
      "preferredTimeZone": "Pacific Standard Time",
      "primaryEmailAddress": "abc@contoso.com"
    },
    "createdDate": "2020-03-20T21:36:18Z",
    "fileWorkspaceName": "6f16735c-1530836f-e9970f1a-2e49-47b7-96cd-9746b83aa066",
    "modifiedDate": "2020-03-20T21:36:23Z",
    "problemClassificationDisplayName": "Connectivity / Cannot connect to virtual machine by using RDP or SSH",
    "problemClassificationId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid/problemClassifications/problemClassification_guid",
    "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\"}}]}",
    "require24X7Response": false,
    "secondaryConsent": [
      {
        "type": "virtualmachinerunninglinuxservice",
        "userConsent": "Yes"
      }
    ],
    "serviceDisplayName": "Virtual Machine running Linux",
    "serviceId": "/providers/Microsoft.Support/services/virtual_machine_running_linux_service_guid",
    "serviceLevelAgreement": {
      "expirationTime": "2020-03-21T17:36:18Z",
      "slaMinutes": 240,
      "startTime": "2020-03-20T21:36:18Z"
    },
    "severity": "moderate",
    "status": "Open",
    "supportEngineer": {
      "emailAddress": null
    },
    "supportPlanDisplayName": "Premier",
    "supportPlanId": "U291cmNlOlNDTSxDbGFyaWZ5SW5zdGFsbGF0aW9uU2l0ZUlkOjcsTGluZUl0ZW1JZDo5ODY1NzIyOSxDb250cmFjdElkOjk4NjU5MTk0LFN1YnNjcmlwdGlvbklkOjc2Y2I3N2ZhLThiMTctNGVhYi05NDkzLWI2NWRhY2U5OTgxMyw=",
    "supportPlanType": "Premier",
    "supportTicketId": "119120321001170",
    "technicalTicketDetails": {
      "resourceId": "/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/testserver"
    },
    "title": "my title"
  }
}
azure-asyncoperation: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationsStatus/operationid?api-version=2024-04-01
location: https://management.azure.com/subscriptions/132d901f-189d-4381-9214-fe68e27e05a1/providers/Microsoft.Support/operationResults/operationid?api-version=2024-04-01

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

Create a ticket to request Quota increase for Compute VM Cores

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

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

要求のサンプル

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

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

応答のサンプル

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

定義

名前 説明
Consent

サポート チケットで更新される高度な診断同意。

ContactProfile

サポート チケットに関連付けられている連絡先情報。

createdByType

リソースを作成した ID の種類。

ErrorAdditionalInfo

リソース管理エラーの追加情報。

ErrorDetail

エラーの詳細。

ErrorResponse

エラー応答

IsTemporaryTicket

このプロパティは、サポート チケットが一時的なチケットかどうかを示します。

PreferredContactMethod

好ましい接触方法。

QuotaChangeRequest

このプロパティは、リージョンと新しいクォータ制限を提供するために必要です。

QuotaTicketDetails

特定のクォータの種類 (仮想マシン コアなど) のクォータ増加サポート チケットに必要な追加の情報セット。 クォータ ペイロードのサポート要求に関する完全な詳細と、 サポート クォータ要求の例を取得します。

SecondaryConsent

このプロパティは、サポート チケットに対するセカンダリの同意を示します。

ServiceLevelAgreement

サポート チケットのサービス レベル アグリーメントの詳細。

SeverityLevel

ケースの緊急性を示す値。これにより、Azure に用意されているテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決定されます。 注: Azure portal の "緊急 - 重大な影響" レベルとも呼ばれる "最も重大な影響" は、Premium のお客様にのみ予約されています。

SupportEngineer

サポート エンジニア情報。

SupportTicketDetails

SupportTicketDetails リソースを表すオブジェクト。

systemData

リソースの作成と最後の変更に関連するメタデータ。

TechnicalTicketDetails

テクニカル サポート チケットの追加情報。

UserConsent

指定されたユーザーの同意値

サポート チケットで更新される高度な診断同意。

説明
Yes
No

ContactProfile

サポート チケットに関連付けられている連絡先情報。

名前 説明
additionalEmailAddresses

string[]

記載されている追加の電子メール アドレスは、サポート チケットに関するすべての通信にコピーされます。

country

string

ユーザーの国。 これは ISO 3166-1 alpha-3 コードです。

firstName

string

名前。

lastName

string

名字。

phoneNumber

string

電話番号。 これは、優先する連絡方法が電話の場合に必要です。 また、"critical" または "highestcriticalimpact" の重大度ケースを送信する場合にも必要です。

preferredContactMethod

PreferredContactMethod

好ましい接触方法。

preferredSupportLanguage

string

Azure からの推奨されるサポート言語。 サポート言語は、サポート チケットに対して選択した重大度によって異なります。 詳細については、Azure の重大度と応答性 に関するページを参照してください。 標準の言語と国のコードを使用します。 有効な値は、英語の場合は 'en-us'、中国語の場合は 'zh-hans'、スペイン語の場合は 'es-es'、フランス語の場合は 'fr-frja-jp'、韓国語の場合は 'ko-krja-jp'、ロシア語の場合は 'ru-ru'、ポルトガル語の場合は 'pt-br'、イタリア語の場合は 'it-itzh-tw'、ドイツ語の場合は 'zh-tw'de-de' です。

preferredTimeZone

string

ユーザーのタイム ゾーン。 これは、Microsoft タイム ゾーン インデックス値 のタイム ゾーンの名前です。

primaryEmailAddress

string

プライマリ メール アドレス。

createdByType

リソースを作成した ID の種類。

説明
User
Application
ManagedIdentity
Key

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。

ErrorDetail

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

ErrorDetail[]

エラーの詳細。

message

string

エラー メッセージ。

target

string

エラーターゲット。

ErrorResponse

エラー応答

名前 説明
error

ErrorDetail

エラー オブジェクト。

IsTemporaryTicket

このプロパティは、サポート チケットが一時的なチケットかどうかを示します。

説明
Yes
No

PreferredContactMethod

好ましい接触方法。

説明
email
phone

QuotaChangeRequest

このプロパティは、リージョンと新しいクォータ制限を提供するために必要です。

名前 説明
payload

string

クォータの引き上げ要求のペイロード。

region

string

クォータの引き上げ要求が行われているリージョン。

QuotaTicketDetails

特定のクォータの種類 (仮想マシン コアなど) のクォータ増加サポート チケットに必要な追加の情報セット。 クォータ ペイロードのサポート要求に関する完全な詳細と、 サポート クォータ要求の例を取得します。

名前 説明
quotaChangeRequestSubType

string

クォータの引き上げを要求するサブタイプ (Batch など) がある場合、特定のクォータの種類に必要です。

quotaChangeRequestVersion

string

クォータ変更要求のバージョン。

quotaChangeRequests

QuotaChangeRequest[]

このプロパティは、リージョンと新しいクォータ制限を提供するために必要です。

SecondaryConsent

このプロパティは、サポート チケットに対するセカンダリの同意を示します。

名前 説明
type

string

セカンダリの同意が提供されているサービス名。 この値は、問題分類 API 応答から取得する必要があります。

userConsent

UserConsent

指定されたユーザーの同意値

ServiceLevelAgreement

サポート チケットのサービス レベル アグリーメントの詳細。

名前 説明
expirationTime

string (date-time)

サービス レベル アグリーメントの有効期限が切れる UTC (ISO 8601 形式) の時刻。

slaMinutes

integer (int32)

サービス レベル アグリーメント (分単位)。

startTime

string (date-time)

サービス レベル アグリーメントの開始時の UTC (ISO 8601 形式) の時刻。

SeverityLevel

ケースの緊急性を示す値。これにより、Azure に用意されているテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決定されます。 注: Azure portal の "緊急 - 重大な影響" レベルとも呼ばれる "最も重大な影響" は、Premium のお客様にのみ予約されています。

説明
minimal
moderate
critical
highestcriticalimpact

SupportEngineer

サポート エンジニア情報。

名前 説明
emailAddress

string

サポート チケットに割り当てられている Azure サポート エンジニアの電子メール アドレス。

SupportTicketDetails

SupportTicketDetails リソースを表すオブジェクト。

名前 説明
id

string (arm-id)

リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name

string

リソースの名前

properties.advancedDiagnosticConsent

Consent

サポート チケットで更新される高度な診断同意。

properties.contactDetails

ContactProfile

サポート チケットの作成を要求しているユーザーの連絡先情報。

properties.createdDate

string (date-time)

サポート チケットが作成された UTC (ISO 8601 形式) の時刻。

properties.description

string

質問または問題の詳細な説明。

properties.enrollmentId

string

サポート チケットに関連付けられている登録 ID。

properties.fileWorkspaceName

string

ファイル ワークスペース名。

properties.isTemporaryTicket

IsTemporaryTicket

このプロパティは、サポート チケットが一時的なチケットかどうかを示します。

properties.modifiedDate

string (date-time)

サポート チケットが最後に変更されたときの UTC (ISO 8601 形式) の時刻。

properties.problemClassificationDisplayName

string

問題分類のローカライズされた名前。

properties.problemClassificationId

string

各 Azure サービスには、問題分類とも呼ばれる独自の問題カテゴリのセットがあります。 このパラメーターは、発生している問題の種類の一意の ID です。

properties.problemScopingQuestions

string

サポート チケットに関連する問題のスコーピングの質問。

properties.problemStartTime

string (date-time)

問題の開始時の UTC (ISO 8601 形式) の時刻。

properties.quotaTicketDetails

QuotaTicketDetails

クォータ サポート チケット要求に関連付けられている追加のチケットの詳細。

properties.require24X7Response

boolean

Azure からの 24 時間 365 日の応答が必要かどうかを示します。

properties.secondaryConsent

SecondaryConsent[]

このプロパティは、サポート チケットに対するセカンダリの同意を示します

properties.serviceDisplayName

string

Azure サービスのローカライズされた名前。

properties.serviceId

string

これは、サポート チケットに関連付けられている Azure サービス リソースのリソース ID です。

properties.serviceLevelAgreement

ServiceLevelAgreement

このサポート チケットのサービス レベル アグリーメント情報。

properties.severity

SeverityLevel

ケースの緊急性を示す値。これにより、Azure に用意されているテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決定されます。 注: Azure portal の "緊急 - 重大な影響" レベルとも呼ばれる "最も重大な影響" は、Premium のお客様にのみ予約されています。

properties.status

string

サポート チケットの状態。

properties.supportEngineer

SupportEngineer

このサポート チケットに取り組んでいるサポート エンジニアに関する情報。

properties.supportPlanDisplayName

string

サポート チケットに関連付けられているサポート プランの種類。

properties.supportPlanId

string

サポート チケットに関連付けられているサポート プラン ID。

properties.supportPlanType

string

サポート チケットに関連付けられているサポート プランの種類。

properties.supportTicketId

string

システムによって生成された一意のサポート チケット ID。

properties.technicalTicketDetails

TechnicalTicketDetails

テクニカル サポート チケット要求に関連付けられている追加のチケットの詳細。

properties.title

string

サポート チケットのタイトル。

systemData

systemData

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

type

string

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

systemData

リソースの作成と最後の変更に関連するメタデータ。

名前 説明
createdAt

string (date-time)

リソース作成のタイムスタンプ (UTC)。

createdBy

string

リソースを作成した ID。

createdByType

createdByType

リソースを作成した ID の種類。

lastModifiedAt

string (date-time)

リソースの最終変更のタイムスタンプ (UTC)

lastModifiedBy

string

リソースを最後に変更した ID。

lastModifiedByType

createdByType

リソースを最後に変更した ID の種類。

TechnicalTicketDetails

テクニカル サポート チケットの追加情報。

名前 説明
resourceId

string

これは、サポート チケットが作成される Azure サービス リソース (仮想マシン リソースや HDInsight リソースなど) のリソース ID です。

UserConsent

指定されたユーザーの同意値

説明
Yes
No