az footprint experiment
Note
This reference is part of the footprint extension for the Azure CLI (version 2.11.0 or higher). The extension will automatically install the first time you run an az footprint experiment command. Learn more about extensions.
This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage experiments under a profile.
Commands
Name | Description | Type | Status |
---|---|---|---|
az footprint experiment create |
Creates or updates a Footprint experiment with the specified properties. |
Extension | Experimental |
az footprint experiment delete |
Deletes an existing Footprint experiment. |
Extension | Experimental |
az footprint experiment list |
Retrieves the information about all experiments under a Footprint profile. |
Extension | Experimental |
az footprint experiment show |
Retrieves the information about a single Footprint experiment. |
Extension | Experimental |
az footprint experiment update |
Creates or updates a Footprint experiment with the specified properties. |
Extension | Experimental |
az footprint experiment create
Command group 'footprint experiment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates or updates a Footprint experiment with the specified properties.
az footprint experiment create --experiment-name
--profile-name
--resource-group
[--description]
Examples
Create or update an experiment.
az footprint experiment create --name "fpExp1" --description "An experiment description." --profile-name "fpProfile1" --resource-group "rgName"
Required Parameters
Name of the Footprint experiment resource.
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The description of a Footprint experiment.
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 footprint experiment delete
Command group 'footprint experiment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deletes an existing Footprint experiment.
az footprint experiment delete [--experiment-name]
[--ids]
[--profile-name]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete an experiment.
az footprint experiment delete --name "fpExp1" --profile-name "fpProfile1" --resource-group "rgName"
Optional Parameters
Name of the Footprint experiment resource.
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.
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 footprint experiment list
Command group 'footprint experiment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Retrieves the information about all experiments under a Footprint profile.
az footprint experiment list --profile-name
--resource-group
Examples
List all experiments under a Footprint profile.
az footprint experiment list --profile-name "fpProfile1" --resource-group "rgName"
Required Parameters
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 footprint experiment show
Command group 'footprint experiment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Retrieves the information about a single Footprint experiment.
az footprint experiment show [--experiment-name]
[--ids]
[--profile-name]
[--resource-group]
[--subscription]
Examples
Get the details of an experiment.
az footprint experiment show --name "fpExp1" --profile-name "fpProfile1" --resource-group "rgName"
Optional Parameters
Name of the Footprint experiment resource.
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.
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 footprint experiment update
Command group 'footprint experiment' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Creates or updates a Footprint experiment with the specified properties.
az footprint experiment update [--description]
[--experiment-name]
[--ids]
[--profile-name]
[--resource-group]
[--subscription]
Optional Parameters
The description of a Footprint experiment.
Name of the Footprint experiment resource.
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.
Name of the Footprint profile resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.