az containerapp env dotnet-component
Note
This reference is part of the containerapp extension for the Azure CLI (version 2.62.0 or higher). The extension will automatically install the first time you run an az containerapp env dotnet-component command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage DotNet components within the environment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az containerapp env dotnet-component create |
Command to create DotNet component to enable Aspire Dashboard. Supported DotNet component type is Aspire Dashboard. |
Extension | Preview |
az containerapp env dotnet-component delete |
Command to delete DotNet component to disable Aspire Dashboard. |
Extension | Preview |
az containerapp env dotnet-component list |
Command to list DotNet components within the environment. |
Extension | Preview |
az containerapp env dotnet-component show |
Command to show DotNet component in environment. |
Extension | Preview |
az containerapp env dotnet-component create
Command group 'containerapp env dotnet-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to create DotNet component to enable Aspire Dashboard. Supported DotNet component type is Aspire Dashboard.
az containerapp env dotnet-component create --environment
--name
--resource-group
[--no-wait]
[--type {AspireDashboard}]
Examples
Create a DotNet component to enable Aspire Dashboard.
az containerapp env dotnet-component create -g MyResourceGroup \
-n MyDotNetComponentName \
--environment MyEnvironment \
--type AspireDashboard
Required Parameters
The environment name.
The DotNet component name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
The type of DotNet component.
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 containerapp env dotnet-component delete
Command group 'containerapp env dotnet-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to delete DotNet component to disable Aspire Dashboard.
az containerapp env dotnet-component delete --environment
--name
--resource-group
[--no-wait]
[--yes]
Examples
Delete DotNet component.
az containerapp env dotnet-component delete -g MyResourceGroup \
-n MyDotNetComponentName \
--environment MyEnvironment
Required Parameters
The environment name.
The DotNet component name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 containerapp env dotnet-component list
Command group 'containerapp env dotnet-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to list DotNet components within the environment.
az containerapp env dotnet-component list --environment
--resource-group
Examples
List all DotNet components within an environment.
az containerapp env dotnet-component list -g MyResourceGroup --environment MyEnvironment
Required Parameters
The environment name.
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 containerapp env dotnet-component show
Command group 'containerapp env dotnet-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to show DotNet component in environment.
az containerapp env dotnet-component show --environment
--name
--resource-group
Examples
Show the details of an environment.
az containerapp env dotnet-component show -n MyDotNetComponentName --environment MyContainerappEnvironment -g MyResourceGroup
Required Parameters
The environment name.
The DotNet component name.
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.