az monitor app-insights component continues-export
備註
此參考是 Azure CLI 的 application-insights 擴充功能的一部分(2.55.0 版或更高版本)。 擴充功能會在您第一次 執行 az monitor app-insights 元件繼續導出 命令時自動安裝。 深入瞭解擴充功能。
管理 Application Insights 元件的連續匯出組態。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az monitor app-insights component continues-export create |
建立 Application Insights 元件的連續匯出組態。 |
擴充套件 | GA |
az monitor app-insights component continues-export delete |
刪除 Application Insights 元件的特定連續匯出組態。 |
擴充套件 | GA |
az monitor app-insights component continues-export list |
列出 Application Insights 元件的連續匯出組態清單。 |
擴充套件 | GA |
az monitor app-insights component continues-export show |
取得此匯出標識碼的連續匯出組態。 |
擴充套件 | GA |
az monitor app-insights component continues-export update |
更新 Application Insights 元件的連續匯出組態。 |
擴充套件 | GA |
az monitor app-insights component continues-export create
建立 Application Insights 元件的連續匯出組態。
az monitor app-insights component continues-export create --app
--dest-account
--dest-container
--dest-sas
--dest-sub-id
--record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}
--resource-group
[--dest-type {Blob}]
[--is-enabled {false, true}]
範例
建立連續匯出組態。
az monitor app-insights component continues-export create -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--record-types Requests Event Exceptions Metrics PageViews \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c
必要參數
Application Insights 元件的 GUID、應用程式名稱或完整 Azure 資源名稱。 您可以從 Azure 入口網站中任何 Application Insights 資源上的 API 存取功能表項取得應用程式 GUID。 如果使用應用程式名稱,請指定資源群組。
目的地記憶體帳戶的名稱。
目的地記憶體容器的名稱。
目的地記憶體容器的SAS令牌。 它必須授與寫入許可權。
目的地記憶體帳戶的訂用帳戶標識碼。
要導出的檔類型,以逗號分隔值。 允許的值包括 'Requests'、'Event'、'Exceptions'、'Metrics'、'PageViews'、'PageViewPerformance'、'Rdd'、'PerformanceCounters'、'Availability'、'Messages'。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
連續匯出目的地類型。 這必須是 『Blob』。
設定為 'true' 以建立已啟用的連續匯出組態,否則將其設定為 'false'。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az monitor app-insights component continues-export delete
刪除 Application Insights 元件的特定連續匯出組態。
az monitor app-insights component continues-export delete --id
[--app]
[--ids]
[--resource-group]
[--subscription]
[--yes]
範例
依標識碼刪除連續匯出組態。
az monitor app-insights component continues-export delete -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid
必要參數
連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。
選擇性參數
Application Insights 元件的 GUID、應用程式名稱或完整 Azure 資源名稱。 您可以從 Azure 入口網站中任何 Application Insights 資源上的 API 存取功能表項取得應用程式 GUID。 如果使用應用程式名稱,請指定資源群組。
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
請勿提示確認。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az monitor app-insights component continues-export list
列出 Application Insights 元件的連續匯出組態清單。
az monitor app-insights component continues-export list --app
--resource-group
範例
列出導出組態
az monitor app-insights component continues-export list -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633
必要參數
Application Insights 元件的 GUID、應用程式名稱或完整 Azure 資源名稱。 您可以從 Azure 入口網站中任何 Application Insights 資源上的 API 存取功能表項取得應用程式 GUID。 如果使用應用程式名稱,請指定資源群組。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az monitor app-insights component continues-export show
取得此匯出標識碼的連續匯出組態。
az monitor app-insights component continues-export show --id
[--app]
[--ids]
[--resource-group]
[--subscription]
範例
依標識子顯示連續匯出組態。
az monitor app-insights component continues-export show -g rg --app 578f0e27-12e9-4631-bc02-50b965da2633 --id exportid
必要參數
連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。
選擇性參數
Application Insights 元件的 GUID、應用程式名稱或完整 Azure 資源名稱。 您可以從 Azure 入口網站中任何 Application Insights 資源上的 API 存取功能表項取得應用程式 GUID。 如果使用應用程式名稱,請指定資源群組。
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。
az monitor app-insights component continues-export update
更新 Application Insights 元件的連續匯出組態。
az monitor app-insights component continues-export update --id
[--app]
[--dest-account]
[--dest-container]
[--dest-sas]
[--dest-sub-id]
[--dest-type {Blob}]
[--ids]
[--is-enabled {false, true}]
[--record-types {Availability, Event, Exceptions, Messages, Metrics, PageViewPerformance, PageViews, PerformanceCounters, Rdd, Requests}]
[--resource-group]
[--subscription]
範例
更新連續匯出組態記錄類型。
az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--record-types Requests Event Exceptions Metrics PageViews
更新連續匯出組態記憶體目的地。
az monitor app-insights component continues-export update -g rg \
--app 578f0e27-12e9-4631-bc02-50b965da2633 \
--id exportid \
--dest-account account --dest-container container --dest-sub-id sub-id \
--dest-sas se=2020-10-27&sp=w&sv=2018-11-09&sr=c
必要參數
連續匯出組態標識碼。 這在 Application Insights 元件內是唯一的。
選擇性參數
Application Insights 元件的 GUID、應用程式名稱或完整 Azure 資源名稱。 您可以從 Azure 入口網站中任何 Application Insights 資源上的 API 存取功能表項取得應用程式 GUID。 如果使用應用程式名稱,請指定資源群組。
目的地記憶體帳戶的名稱。
目的地記憶體容器的名稱。
目的地記憶體容器的SAS令牌。 它必須授與寫入許可權。
目的地記憶體帳戶的訂用帳戶標識碼。
連續匯出目的地類型。 這必須是 『Blob』。
一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。
設定為 'true' 以建立已啟用的連續匯出組態,否則將其設定為 'false'。
要導出的檔類型,以逗號分隔值。 允許的值包括 'Requests'、'Event'、'Exceptions'、'Metrics'、'PageViews'、'PageViewPerformance'、'Rdd'、'PerformanceCounters'、'Availability'、'Messages'。
資源組名。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。