az spring build-service builder

Note

This reference is part of the spring extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az spring build-service builder command. Learn more about extensions.

(Enterprise Tier Only) Commands to manage builder of build service.

Commands

Name Description Type Status
az spring build-service builder buildpack-binding

(Enterprise Tier Only) Commands to manage buildpack-binding of builder.

Extension GA
az spring build-service builder buildpack-binding create

(Enterprise Tier Only) Create a buildpack binding.

Extension GA
az spring build-service builder buildpack-binding delete

(Enterprise Tier Only) Delete a buildpack binding.

Extension GA
az spring build-service builder buildpack-binding list

(Enterprise Tier Only) List all buildpack binding in a builder. The secrets will be masked.

Extension GA
az spring build-service builder buildpack-binding set

(Enterprise Tier Only) Set a buildpack binding.

Extension GA
az spring build-service builder buildpack-binding show

(Enterprise Tier Only) Show a buildpack binding. The secrets will be masked.

Extension GA
az spring build-service builder create

Create a builder.

Extension GA
az spring build-service builder delete

Delete a builder.

Extension GA
az spring build-service builder show

Show a builder.

Extension GA
az spring build-service builder show-deployments

Show deployments.

Extension GA
az spring build-service builder update

Update a builder.

Extension GA

az spring build-service builder create

Create a builder.

az spring build-service builder create --name
                                       --resource-group
                                       --service
                                       [--builder-file]
                                       [--builder-json]
                                       [--no-wait]

Examples

Create a builder using JSON file.

az spring build-service builder create --name my-builder --builder-file MyJson.json --service clitest --resource-group cli

Required Parameters

--name -n

The builder name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Optional Parameters

--builder-file

The file path of JSON array of builder.

--builder-json

The JSON array of builder.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az spring build-service builder delete

Delete a builder.

az spring build-service builder delete --name
                                       --resource-group
                                       --service
                                       [--no-wait]
                                       [--yes]

Examples

Delete a builder.

az spring build-service builder delete --name my-builder --service clitest --resource-group cli

Required Parameters

--name -n

The builder name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Optional Parameters

--no-wait

Do not wait for the long-running operation to finish.

default value: False
--yes -y

Do not prompt for confirmation.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az spring build-service builder show

Show a builder.

az spring build-service builder show --name
                                     --resource-group
                                     --service

Examples

Show a builder.

az spring build-service builder show --name my-builder --service clitest --resource-group cli

Required Parameters

--name -n

The builder name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az spring build-service builder show-deployments

Show deployments.

az spring build-service builder show-deployments --name
                                                 --resource-group
                                                 --service

Examples

Show the list of deployments using this builder.

az spring build-service builder show-deployments --name my-builder --service clitest --resource-group cli

Required Parameters

--name -n

The name of Azure Spring Apps instance.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az spring build-service builder update

Update a builder.

az spring build-service builder update --name
                                       --resource-group
                                       --service
                                       [--builder-file]
                                       [--builder-json]
                                       [--no-wait]

Examples

Update a builder using JSON file.

az spring build-service builder update --name my-builder --builder-file MyJson.json --service clitest --resource-group cli

Required Parameters

--name -n

The builder name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Optional Parameters

--builder-file

The file path of JSON array of builder.

--builder-json

The JSON array of builder.

--no-wait

Do not wait for the long-running operation to finish.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.