az support in-subscription tickets
Note
このリファレンスは、Azure CLI (バージョン 2.57.0 以降) のサポート拡張機能の一部です。 拡張機能は、az support in-subscription tickets コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。
サブスクリプションAzure サポートチケットを作成して管理します。
コマンド
名前 | 説明 | 型 | Status |
---|---|---|---|
az support in-subscription tickets create |
指定したサブスクリプションのクォータの引き上げ、技術、課金、サブスクリプション管理の問題に関する新しいサポート チケットを作成します。 |
拡張子 | GA |
az support in-subscription tickets list |
Azure サブスクリプションのサポート チケットをすべて一覧表示します。 $filter パラメーターを使用して、Status、CreatedDate、ServiceId、ProblemClassificationIdでサポート チケットをフィルター処理することもできます。 出力は、ページングされた結果になり、nextLink を含みます。これを使用すると、サポート チケットの次のセットを取得できます。 |
拡張子 | GA |
az support in-subscription tickets show |
Azure サブスクリプションのチケットの詳細を取得します。 サポート チケット データは、チケットの作成後 18 か月間利用できます。 18 か月以上前にチケットが作成された場合、データの要求によってエラーが発生する可能性があります。 |
拡張子 | GA |
az support in-subscription tickets update |
Update API を使用すると、重大度レベル、チケットの状態、高度な診断の同意、セカンダリの同意、およびサポート チケットの連絡先情報を更新できます。 |
拡張子 | GA |
az support in-subscription tickets create
指定したサブスクリプションのクォータの引き上げ、技術、課金、サブスクリプション管理の問題に関する新しいサポート チケットを作成します。
az support in-subscription tickets create --advanced-diagnostic-consent {No, Yes}
--contact-country
--contact-email
--contact-first-name
--contact-language
--contact-last-name
--contact-method {email, phone}
--contact-timezone
--description
--problem-classification
--severity {critical, highestcriticalimpact, minimal, moderate}
--ticket-name
--title
[--contact-additional-emails]
[--contact-phone-number]
[--enrollment-id]
[--file-workspace]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--quota-change-requests]
[--quota-change-subtype]
[--quota-change-version]
[--require-24-by-7-response {0, 1, f, false, n, no, t, true, y, yes}]
[--secondary-consent]
[--start-time]
[--technical-resource]
例
課金関連の問題のチケットを作成します
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "BillingTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/BillingServiceNameGuid/problemClassifications/BillingProblemClassificationNameGuid" --severity "minimal" --ticket-name "BillingTestTicketName" --title "BillingTicketTitle"
サブスクリプション管理に関連する問題のチケットを作成します。
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "SubMgmtTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/SubMgmtServiceNameGuid/problemClassifications/SubMgmtProblemClassificationNameGuid" --severity "minimal" --ticket-name "SubMgmtTestTicketName" --title "SubMgmtTicketTitle"
特定のリソースに関連する技術的な問題のチケットを作成します
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --contact-additional-emails "xyz@contoso.com" "devs@contoso.com"--description "TechnicalTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/TechnicalServiceNameGuid/problemClassifications/TechnicalProblemClassificationNameGuid" --severity "minimal" --ticket-name "TechnicalTestTicketName" --title "TechnicalTicketTitle" --technical-resource "/subscriptions/SubscriptionGuid/resourceGroups/RgName/providers/Microsoft.Compute/virtualMachines/RName" --secondary-consent "[{type:VirtualMachineMemoryDump,user-consent:No}]"
Batch アカウントのアクティブなジョブとジョブ スケジュールのクォータの引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchQuotaIncreaseRequest" --title "Request for Active Jobs and Job Schedules Quota Increase"
Azure SQL マネージド インスタンス クォータの引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "usa" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_managedinstance_problemClassification_guid" --severity "moderate" --ticket-name "SQLMIQuotaIncreaseRequest" --title "Request for Azure SQL Managed Instance Quota Increase"
サブスクリプションの Batch アカウント クォータの引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchAccountQuotaIncreaseRequest" --title "Request for Batch Accounts Quota Increase"
コンピューティング VM コア クォータの引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/CoresQuotaProblemClassificationNameGuid" --severity "minimal" --ticket-name "ComputeVMCoresQuotaIncreaseRequest" --title "Request for Compute VM Cores Quota Increase"
Azure Synapse Analytics の DTU の増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid" --severity "moderate" --ticket-name "SynapseAnalyticsDTUsQuotaIncreaseRequest" --title "Request for DTUs Quota Increase in Azure Synapse Analytics"
SQL Database の DTU の増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid" --severity "moderate" --ticket-name "SQLDatabaseDTUsQuotaIncreaseRequest" --title "Request for DTUs Quota Increase in SQL Database" --quota-change-version "1.0" --quota-change-subtype "DTUs" --quota-change-requests "[{region:'EastUS',payload:'{ServerName:testserver,NewLimit:54000}'}]"
Batch アカウントの優先順位の低いコアの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification --problem classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchLowPriorityCoresQuotaIncreaseRequest" --title "Request for Low-priority Cores Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-subtype "Account" --quota-change-requests "[{region:'EastUS',payload:'{AccountName:test,NewLimit:200,Type:LowPriority}'}]"
マシン ラーニング サービスの優先順位の低いコアの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid" --severity "moderate" --ticket-name "MachineLearningLowPriorityCoresQuotaIncreaseRequest" --title "Request for Low-priority Cores Quota Increase in Machine Learning Service" --quota-change-version "1.0" --quota-change-subtype "BatchAml" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200,Type:LowPriority}'}]"
Azure サービスの汎用クォータの引き上げのチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/QuotaServiceNameGuid/problemClassifications/GenericProblemClassificationNameGuid" --severity "minimal" --ticket-name "GenericQuotaIncreaseRequest" --title "Request for Generic Quota Increase"
Batch アカウントのプールの引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "QuotaTicketDescription" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "minimal" --ticket-name "BatchPoolsQuotaIncreaseRequest" --title "Request for Pools Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-requests [0].region="WESTUS" --quota-change-requests [0].payload="{AccountName: test, NewLimit: 102, Type: Pools}" --quota-change-subtype "Account"
Azure Synapse Analytics のサーバーの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_datawarehouse_problemClassification_guid" --severity "moderate" --ticket-name "SynapseAnalyticsServersQuotaIncreaseRequest" --title "Request for Servers Quota Increase in Azure Synapse Analytics" --quota-change-version "1.0" --quota-change-subtype "Servers" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200}'}]"
SQL Database のサーバーの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/sql_database_problemClassification_guid"--severity "moderate" --ticket-name "SQLDatabaseServersQuotaIncreaseRequest" --title "Request for Servers Quota Increase in SQL Database" --quota-change-version "1.0" --quota-change-subtype "Servers" --quota-change-requests "[{region:'EastUS',payload:'{NewLimit:200}'}]"
Cosmos DB のアカウント foo バーのコンテナーあたりのスループット制限の引き上げを要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "Increase the maximum throughput per container limit to 10000 for account foo bar" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/cosmosdb_problemClassification_guid" --severity "moderate" --ticket-name "CosmosDBThroughputQuotaIncreaseRequest" --title "Request for Throughput Quota Increase in Cosmos DB"
Batch アカウントの特定の VM ファミリ コアの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/batch_problemClassification_guid" --severity "moderate" --ticket-name "BatchVMFamilyCoresQuotaIncreaseRequest" --title "Request for VM Family Cores Quota Increase in Batch Account" --quota-change-version "1.0" --quota-change-subtype "Account" --quota-change-requests "[{region:'EastUS',payload:'{AccountName:test,VMFamily:standardA0_A7Family,NewLimit:200,Type:Dedicated}'}]"
Machine ラーニング サービスの特定の VM ファミリ コアの増加を要求するチケットを作成する
az support in-subscription tickets create --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "abc" --contact-language "en-us" --contact-last-name "xyz" --contact-method "email" --contact-timezone "Pacific Standard Time" --description "my description" --advanced-diagnostic-consent "Yes" --problem-classification "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/machine_learning_service_problemClassification_guid" --severity "moderate" --ticket-name "MachineLearningVMFamilyCoresQuotaIncreaseRequest" --title "Request for VM Family Cores Quota Increase in Machine Learning Service" --quota-change-version "1.0" --quota-change-subtype "BatchAml" --quota-change-requests "[{region:'EastUS',payload:'{VMFamily:standardA0_A7Family,NewLimit:200,Type:Dedicated}'}]"
必須のパラメーター
サポート チケットで更新される高度な診断同意。
ユーザーの国コード。 これは、ISO 3166-1 alpha-3 コードです。
プライマリ メール アドレス。
名。
Azure からのサポートにおいて希望する言語。 サポート言語は、サポート チケットに対して選択した重大度によって異なります。 標準の language-country コードを使用します。
姓。
ご希望の連絡方法。
ユーザーのタイム ゾーン。 これは、「マイクロソフトのタイム ゾーンのインデックス値」のタイム ゾーンの名前です。
質問または問題の詳細な説明。
各 Azure サービスには、問題分類とも呼ばれる独自の問題カテゴリのセットがあります。 このパラメーターは、発生している問題の種類に対する一意の ID です。
ケースの緊急度を示す値。これによって、Azure でお客様がお持ちのテクニカル サポート プランのサービス レベル アグリーメントに従って応答時間が決まります。 注: Azure portal の "緊急 - 重大な影響" レベルとも呼ばれる "最も重大な影響" は、プレミアムのお客様にのみ予約されています。
サポート チケットの名前。
サポート チケットのタイトル。
省略可能のパラメーター
記入された追加のメール アドレスは、サポート チケットに関するすべての通信にコピーされます。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
電話番号。 これは、ご希望の連絡方法が電話の場合に必要です。
サポート チケットに関連付けられている加入契約 ID。
ファイル ワークスペース名。
実行時間の長い操作の終了を待機しません。
このプロパティは、リージョンと新しいクォータ制限を指定するために必要です。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
クォータの引き上げを要求しているサブタイプ (Batch など) がある場合に、特定のクォータの種類に対して必要です。
クォータ変更要求バージョン。
これが 24 時間 365 日の Azure からの応答を必要とするかどうかを示します。
このプロパティは、サポート チケットサポートの短縮構文、json-file、yaml-file に対するセカンダリの同意を示します。 詳細を表示するには、"??" を試してください。
問題が始まった時刻 (UTC (ISO 8601 形式))。 既定値は今日です。
これは、サポート チケットが作成される Azure サービス リソース (仮想マシン リソースや HDInsight リソースなど) のリソース ID です。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az support in-subscription tickets list
Azure サブスクリプションのサポート チケットをすべて一覧表示します。 $filter パラメーターを使用して、Status、CreatedDate、ServiceId、ProblemClassificationIdでサポート チケットをフィルター処理することもできます。 出力は、ページングされた結果になり、nextLink を含みます。これを使用すると、サポート チケットの次のセットを取得できます。
サポート チケット データは、チケットの作成後 18 か月間利用できます。 18 か月以上前にチケットが作成された場合、データの要求によってエラーが発生する可能性があります。 既定値は CreatedDate >= 1 週間です。
az support in-subscription tickets list [--filter]
[--max-items]
[--next-token]
例
サブスクリプションのサポート チケットを一覧表示します
az support in-subscription tickets list
サブスクリプションのオープン状態のサポート チケットを一覧表示します
az support in-subscription tickets list --filter "Status eq 'Open'"
サブスクリプションの更新状態のサポート チケットを一覧表示する
az support in-subscription tickets list --filter "Status eq 'Updating'"
サブスクリプションの特定の問題分類 ID を持つサポート チケットを一覧表示する
az support in-subscription tickets list --filter "ProblemClassificationId eq 'problem_classification_guid'"
特定の日付以降に作成された、サブスクリプションのオープン状態のサポート チケットを一覧表示します
az support in-subscription tickets list --filter "CreatedDate ge 2024-01-01T22:08:51Z and Status eq 'Open'"
サブスクリプションの特定のサービス ID を持つサポート チケットを一覧表示する
az support in-subscription tickets list --filter "ServiceId eq 'service_guid'"
省略可能のパラメーター
操作に適用するフィルター。 "OData v4.0" フィルター セマンティクスがサポートされています。 Status、ServiceId、ProblemClassificationId のフィルターは、Equals ('eq') 演算子でのみ使用できます。 CreatedDate フィルターの場合、サポートされている演算子は、より大きい ('gt') と 以上 ('ge') です。 両方のフィルターを使用する場合は、論理 "and" を使用してそれらを結合します。
コマンドの出力で返される項目の合計数。 使用可能な項目の合計数が指定された値を超える場合は、コマンドの出力にトークンが提供されます。 改ページ位置の変更を再開するには、後続のコマンドの引数に --next-token
トークン値を指定します。
ページ分割を開始する場所を指定するトークン。 これは、以前に切り捨てられた応答からのトークン値です。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az support in-subscription tickets show
Azure サブスクリプションのチケットの詳細を取得します。 サポート チケット データは、チケットの作成後 18 か月間利用できます。 18 か月以上前にチケットが作成された場合、データの要求によってエラーが発生する可能性があります。
az support in-subscription tickets show --ticket-name
例
サブスクリプション チケットの詳細を取得します
az support in-subscription tickets show --ticket-name "TestTicketName"
必須のパラメーター
サポート チケットの名前。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
az support in-subscription tickets update
Update API を使用すると、重大度レベル、チケットの状態、高度な診断の同意、セカンダリの同意、およびサポート チケットの連絡先情報を更新できます。
注: サポート チケットがAzure サポート エンジニアによってアクティブに処理されている場合、重大度レベルは変更できません。 このような場合は、Communications API を使用して新しい通信を追加することで、サポート エンジニアに連絡して重大度を更新するように依頼してください。
az support in-subscription tickets update --ticket-name
[--advanced-diagnostic-consent {No, Yes}]
[--contact-additional-emails]
[--contact-country]
[--contact-email]
[--contact-first-name]
[--contact-language]
[--contact-last-name]
[--contact-method {email, phone}]
[--contact-phone-number]
[--contact-timezone]
[--secondary-consent]
[--severity {critical, highestcriticalimpact, minimal, moderate}]
[--status {closed, open}]
例
サポート チケットの重大度を更新します。
az support in-subscription tickets update --ticket-name "TestTicketName" --severity "moderate"
サポート チケットの状態を更新します。
az support in-subscription tickets update --ticket-name "TestTicketName" --status "closed"
サポート チケットの顧客の連絡先の詳細プロパティを更新する
az support in-subscription tickets update --ticket-name "TestTicketName" --contact-additional-emails "xyz@contoso.com" "devs@contoso.com" --contact-country "USA" --contact-email "abc@contoso.com" --contact-first-name "Foo" --contact-language "en-us" --contact-last-name "Bar" --contact-method "phone" --contact-phone-number "123-456-7890" --contact-timezone "Pacific Standard Time"
サポート チケットの高度な診断同意を更新する
az support in-subscription tickets update --ticket-name "TestTicketName" --advanced-diagnostic-consent "Yes"
サポート チケットのセカンダリ同意を更新する
az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent "[{type:VirtualMachineMemoryDump,user-consent:No}]"
az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent [0].type="VirtualMachineMemoryDump" --secondary-consent [0].user-consent="No"
az support in-subscription tickets update --ticket-name "TestTicketName" --secondary-consent [0]="{type:VirtualMachineMemoryDump,user-consent:No}"
必須のパラメーター
サポート チケットの名前。
省略可能のパラメーター
サポート チケットで更新される高度な診断同意。
記入されたメール アドレスは、サポート チケットに関するすべての通信にコピーされます。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
ユーザーの国コード。 これは、ISO 3166-1 alpha-3 コードです。
プライマリ メール アドレス。
名。
Azure からのサポートにおいて希望する言語。 サポート言語は、サポート チケットに対して選択した重大度によって異なります。 標準の language-country コードを使用します。
姓。
ご希望の連絡方法。
電話番号。 これは、ご希望の連絡方法が電話の場合に必要です。
ユーザーのタイム ゾーン。 これは、「マイクロソフトのタイム ゾーンのインデックス値」のタイム ゾーンの名前です。
このプロパティは、サポート チケットサポートの短縮構文、json-file、yaml-file に対するセカンダリの同意を示します。 詳細を表示するには、"??" を試してください。
重要度レベル。
チケットで更新される状態。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI