az workload-orchestration configuration
Note
This reference is part of the workload-orchestration extension for the Azure CLI (version 2.67.0 or higher). The extension will automatically install the first time you run an az workload-orchestration configuration command. Learn more about extensions.
Workload-orchestration configuration helps to manage configurations.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az workload-orchestration configuration download |
Download configurations available at specified hierarchical entity. |
Extension | GA |
| az workload-orchestration configuration set |
To set the values to configurations available at specified hierarchical entity. |
Extension | GA |
| az workload-orchestration configuration show |
To get a configurations available at specified hierarchical entity. |
Extension | GA |
az workload-orchestration configuration download
Download configurations available at specified hierarchical entity.
az workload-orchestration configuration download [--ids]
[--resource-group]
[--solution-template-name]
[--subscription]
[--target-name]
Examples
Download configuration
az workload-orchestration configuration download -g rg1 --target-name target1 --solution-template-name solutionTemplate1
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The name of the DynamicConfiguration.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The name of the Configuration.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az workload-orchestration configuration set
To set the values to configurations available at specified hierarchical entity.
az workload-orchestration configuration set --resource-group
--target-name
[--file]
[--solution-template-name]
Examples
Set a Configuration through editor
az workload-orchestration configuration set -g rg1 --target-name target1 --solution-template-name solutionTemplate1
Set a Configuration through file
az workload-orchestration configuration set -g rg1 --target-name target1 --solution-template-name solutionTemplate1 --file /path/to/config.yaml
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
The Deployment Target or Site name at which values needs to be set.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Path to a file containing the configuration values. If provided, the editor will not be opened.
The name of the Solution, This is required only to set solution configurations.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |
az workload-orchestration configuration show
To get a configurations available at specified hierarchical entity.
az workload-orchestration configuration show --target-name
[--ids]
[--resource-group]
[--solution-template-name]
[--subscription]
[--version]
Examples
Show a Configuration
az workload-orchestration configuration show -g rg1 --target-name target1 --solution-template-name solutionTemplate1
Required Parameters
The Target or Site name at which values needs to be set.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The name of the Solution, This is required only to get solution configurations.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
| Property | Value |
|---|---|
| Parameter group: | Resource Id Arguments |
The version of the solution to show configuration for. Defaults to 'version1' if not specified.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |