共用方式為


az functionapp deployment container

管理容器式持續部署。

命令

名稱 Description 類型 狀態
az functionapp deployment container config

透過容器設定持續部署。

Core GA
az functionapp deployment container show-cd-url

取得可用來設定 Webhook 以進行持續部署的 URL。

Core GA

az functionapp deployment container config

透過容器設定持續部署。

az functionapp deployment container config --enable-cd {false, true}
                                           [--ids]
                                           [--name]
                                           [--resource-group]
                                           [--slot]
                                           [--subscription]

範例

透過容器設定持續部署 (自動產生)

az functionapp deployment container config --enable-cd true --name MyFunctionApp --resource-group MyResourceGroup

必要參數

--enable-cd -e

啟用/停用持續部署。

屬性
接受的值: false, true

選擇性參數

下列參數是選擇性參數,但視內容而定,命令可能需要一或多個參數才能成功執行。

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

屬性
參數群組: Resource Id Arguments
--name -n

函式應用程式的名稱。

屬性
參數群組: Resource Id Arguments
--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

屬性
參數群組: Resource Id Arguments
--slot -s

位置的名稱。 如果未指定,則預設為生產位置。

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

屬性
參數群組: Resource Id Arguments
全域參數
--debug

提高日誌詳細程度以顯示所有調試日誌。

屬性
預設值: False
--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

屬性
預設值: False
--output -o

輸出格式。

屬性
預設值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--verbose

增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。

屬性
預設值: False

az functionapp deployment container show-cd-url

取得可用來設定 Webhook 以進行持續部署的 URL。

az functionapp deployment container show-cd-url [--ids]
                                                [--name]
                                                [--resource-group]
                                                [--slot]
                                                [--subscription]

範例

取得可用來設定 Webhook 以進行持續部署的 URL。 (autogenerated)

az functionapp deployment container show-cd-url --ids {ids}

取得可用來設定 Webhook 以進行持續部署的 URL。 (autogenerated)

az functionapp deployment container show-cd-url --name MyFunctionApp --resource-group MyResourceGroup

選擇性參數

下列參數是選擇性參數,但視內容而定,命令可能需要一或多個參數才能成功執行。

--ids

一或多個資源識別碼(以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

屬性
參數群組: Resource Id Arguments
--name -n

函式應用程式的名稱。

屬性
參數群組: Resource Id Arguments
--resource-group -g

資源組名。 您可以使用 az configure --defaults group=<name>來設定預設群組。

屬性
參數群組: Resource Id Arguments
--slot -s

位置的名稱。 如果未指定,則預設為生產位置。

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID來設定預設訂用帳戶。

屬性
參數群組: Resource Id Arguments
全域參數
--debug

提高日誌詳細程度以顯示所有調試日誌。

屬性
預設值: False
--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

屬性
預設值: False
--output -o

輸出格式。

屬性
預設值: json
接受的值: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--verbose

增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。

屬性
預設值: False