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
The builder name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
The file path of JSON array of builder.
The JSON array of builder.
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The builder name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The builder name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The name of Azure Spring Apps instance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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
The builder name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.
Optional Parameters
The file path of JSON array of builder.
The JSON array of builder.
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.