az spring-cloud
注意
此命令群組具有 Azure CLI 和至少一個擴充功能中定義的命令。 安裝每個擴充功能以受益於其擴充功能。 深入了解擴充功能。
命令群組已被取代,將於 2022 年 11 月移除。 建議您安裝 'spring' 擴充功能,以升級至新的 'spring' 命令群組:執行 az extension add -n spring
。 如需詳細資訊,請造訪: https://aka.ms/azure-spring-cloud-rename。
管理 Azure Spring Cloud 的命令。
命令
az spring-cloud create
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
建立 Azure Spring Cloud。
az spring-cloud create --name
--resource-group
[--ap-instance]
[--app-insights]
[--app-insights-key]
[--app-network-resource-group]
[--app-subnet]
[--build-pool-size {S1, S2, S3, S4, S5}]
[--disable-app-insights {false, true}]
[--enable-acs]
[--enable-api-portal]
[--enable-gateway]
[--enable-java-agent {false, true}]
[--enable-service-registry]
[--gateway-instance-count]
[--location]
[--no-wait]
[--reserved-cidr-range]
[--sampling-rate]
[--service-runtime-network-resource-group]
[--service-runtime-subnet]
[--sku {Basic, Enterprise, Standard}]
[--tags]
[--vnet]
[--zone-redundant {false, true}]
範例
在 westus 中建立新的 Azure Spring Cloud。
az spring-cloud create -n MyService -g MyResourceGroup -l westus
使用連接字串(建議)或檢測密鑰,使用現有的 Application Insights 在 westus 中建立新的 Azure Spring Cloud。
az spring-cloud create -n MyService -g MyResourceGroup -l westus --app-insights-key "MyConnectionString"
使用現有的 Application Insights 在 westus 中建立新的 Azure Spring Cloud。
az spring-cloud create -n MyService -g MyResourceGroup -l westus --app-insights appInsightsName
使用現有的 Application Insights 在 westus 中建立新的 Azure Spring Cloud,並指定取樣率。
az spring-cloud create -n MyService -g MyResourceGroup -l westus --app-insights appInsightsName --sampling-rate 10
建立已停用 Application Insights 的新 Azure Spring Cloud。
az spring-cloud create -n MyService -g MyResourceGroup --disable-app-insights
透過在目前資源群組中提供 VNet 名稱來建立新的 Azure Spring Cloud 並插入 VNet
az spring-cloud create -n MyService -g MyResourceGroup --vnet MyVNet --app-subnet MyAppSubnet --service-runtime-subnet MyServiceRuntimeSubnet
透過提供子網資源標識碼,使用 VNet 插入來建立新的 Azure Spring Cloud
az spring-cloud create -n MyService -g MyResourceGroup --app-subnet /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyVnetRg/providers/Microsoft.Network/VirtualNetworks/test-vnet/subnets/app --service-runtime-subnet /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyVnetRg/providers/Microsoft.Network/VirtualNetworks/test-vnet/subnets/svc --reserved-cidr-range 10.0.0.0/16,10.1.0.0/16,10.2.0.1/16
如果 Azure 訂用帳戶永不裝載 Azure Spring Cloud Enterprise 實例,請建立 Azure Spring Cloud Enterprise 實例
az provider register -n Microsoft.SaaS
az term accept --publisher vmware-inc --product azure-spring-cloud-vmware-tanzu-2 --plan tanzu-asc-ent-mtr
az spring-cloud create -n MyService -g MyResourceGroup --sku Enterprise
建立已啟用 Tanzu 元件的 Azure Spring Cloud Enterprise 實例。
az spring-cloud create -n MyService -g MyResourceGroup --sku Enterprise --enable-application-configuration-service --enable-service-registry --enable-gateway --enable-api-portal
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
(僅限企業層)API 入口網站實例的數目。
相同資源群組中現有Application Insights 的名稱。 或不同資源群組中現有ApplicationInsights的資源標識碼。
現有 Application Insights 的連接字串(建議)或檢測密鑰。
將在其中建立應用程式所有網路資源的資源群組。
要在其中部署 Spring Cloud 應用程式之 「vnet」 中現有子網的名稱或識別碼。 部署至 虛擬網絡 時需要。 支援較小的子網大小,請參閱: https://aka.ms/azure-spring-cloud-smaller-subnet-vnet-docs。
(僅限企業層)組建代理程式集區的大小。 如需大小資訊,請參閱 aka.ms/azure-spring-cloud-build-service-docs。
停用 Application Insights,如果未停用,且沒有使用 --app-insights-key 或 --app-insights 指定的現有 Application Insights,將會在相同的資源群組中建立新的 Application Insights 實例。
(僅限企業層)啟用應用程式組態服務。
(僅限企業層)啟用 API 入口網站。
(僅限企業層)啟用 Spring Cloud Gateway。
選項 '--enable-java-agent' 已被取代,並將在未來版本中移除。
啟用 Application Insights 時,進程代理程式的 Java 現在已正式啟動,且預設會使用。 不再需要此參數,未來版本將會移除。
(僅限企業層)啟用服務登錄。
(僅限企業層)Spring Cloud Gateway 實例的數目。
位置。 值的來源:az account list-locations
。 您可以使用 az configure --defaults location=<location>
設定預設位置。
請勿等候長時間執行的作業完成。
以 CIDR 格式分隔的 IP 位址範圍逗號分隔清單。 IP 範圍會保留給裝載基礎 Azure Spring Cloud 基礎結構,此基礎結構至少應為 3 /16 未使用的 IP 範圍,不得與任何子網 IP 範圍重疊。
Application Insights 的取樣率。 最小值為 0,最大值為 100。
將在其中建立 Azure Spring Cloud 服務運行時間之所有網路資源的資源群組。
要在其中部署 Spring Cloud 服務運行時間之 「vnet」 中現有子網的名稱或識別碼。 部署至 虛擬網絡 時需要。
SKU 的名稱。 企業仍處於預覽狀態。
以空格分隔的標記:key[=value] [key[=value] ...]。使用 「清除現有的標記」。
要在其中部署 Spring Cloud 實例的現有 虛擬網絡 名稱或標識碼。
在 Azure 可用性區域中建立您的 Azure Spring Cloud 服務,目前只能在數個區域中支援此服務。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud delete
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
刪除 Azure Spring Cloud。
az spring-cloud delete --name
--resource-group
[--no-wait]
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
請勿等候長時間執行的作業完成。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud list
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
列出指定資源群組中的所有 Azure Spring Cloud,否則會列出訂用帳戶的 。
az spring-cloud list [--resource-group]
選擇性參數
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud show
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
顯示 Azure Spring Cloud 的詳細數據。
az spring-cloud show --name
--resource-group
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud start
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
啟動 Azure Spring Cloud。
az spring-cloud start --name
--resource-group
[--no-wait]
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
請勿等候長時間執行的作業完成。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud stop
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
停止 Azure Spring Cloud。
az spring-cloud stop --name
--resource-group
[--no-wait]
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
請勿等候長時間執行的作業完成。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring-cloud update
此命令已隱含取代,因為命令群組 'spring-cloud' 已被取代,未來版本將會移除。 請改用 『spring』。
更新 Azure Spring Cloud。
az spring-cloud update --name
--resource-group
[--app-insights]
[--app-insights-key]
[--build-pool-size {S1, S2, S3, S4, S5}]
[--disable-app-insights {false, true}]
[--no-wait]
[--sku {Basic, Enterprise, Standard}]
[--tags]
範例
更新定價層。
az spring-cloud update -n MyService --sku Standard -g MyResourceGroup
更新現有 Azure Spring Cloud 的標記。
az spring-cloud update -n MyService -g MyResourceGroup --tags key1=value1 key2=value2
必要參數
Azure Spring Cloud 的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
選擇性參數
自變數 'az spring-cloud update --app-insights' 已被取代,並將在未來版本中移除。 請改用 『az spring-cloud app-insights update --app-insights』。
相同資源群組中現有Application Insights 的名稱。 或不同資源群組中現有ApplicationInsights的資源標識碼。
自變數 'az spring-cloud update --app-insights-key' 已被取代,並將在未來版本中移除。 請改用 『az spring-cloud app-insights update --app-insights-key』。
現有 Application Insights 的連接字串(建議)或檢測密鑰。
(僅限企業層)組建代理程式集區的大小。 如需大小資訊,請參閱 aka.ms/azure-spring-cloud-build-service-docs。
自變數 'az spring-cloud update --disable-app-insights' 已被取代,並將在未來版本中移除。 請改用 『az spring-cloud app-insights update --disable』。
停用 Application Insights,如果未停用,且沒有使用 --app-insights-key 或 --app-insights 指定的現有 Application Insights,將會在相同的資源群組中建立新的 Application Insights 實例。
請勿等候長時間執行的作業完成。
SKU 的名稱。 企業仍處於預覽狀態。
以空格分隔的標記:key[=value] [key[=value] ...]。使用 「清除現有的標記」。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 az account set -s NAME_OR_ID
設定預設訂用帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。