az spring app-insights
注意
此參考是 Azure CLI 的 Spring 延伸模組的一部分(2.56.0 版或更高版本)。 擴充功能會在您第一次執行 az spring app-insights 命令時自動安裝。 深入了解擴充功能。
在 Azure Spring Apps 中管理 Application Insights 的命令。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az spring app-insights show |
顯示 Application Insights 設定。 |
副檔名 | GA |
az spring app-insights update |
更新 Application Insights 設定。 |
副檔名 | GA |
az spring app-insights show
顯示 Application Insights 設定。
az spring app-insights show --name
--resource-group
必要參數
Azure Spring Apps 實例的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring app-insights update
更新 Application Insights 設定。
az spring app-insights update --name
--resource-group
[--app-insights]
[--app-insights-key]
[--disable {false, true}]
[--no-wait]
[--sampling-rate]
範例
使用 連線 ion 字串或檢測金鑰來啟用 Application Insights。
az spring app-insights update -n MyService -g MyResourceGroup --app-insights-key "MyConnectionString" --sampling-rate 100
停用 Application Insights。
az spring app-insights update -n MyService -g MyResourceGroup --disable
必要參數
Azure Spring Apps 實例的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
相同資源群組中現有Application Insights 的名稱。 或不同資源群組中現有ApplicationInsights的資源標識碼。
連線 ion 字串 (建議) 或現有 Application Insights 的檢測密鑰。
停用 Application Insights。
請勿等候長時間執行的作業完成。
Application Insights 的取樣率。 最大值為 100。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。