az containerapp connected-env dapr-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 connected-env dapr-component command. Learn more about extensions.
Command group 'containerapp connected-env' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage Dapr components for Container Apps connected environments.
Commands
Name | Description | Type | Status |
---|---|---|---|
az containerapp connected-env dapr-component list |
List Dapr components for a connected environment. |
Extension | Preview |
az containerapp connected-env dapr-component remove |
Remove a Dapr component from a connected environment. |
Extension | Preview |
az containerapp connected-env dapr-component set |
Create or update a Dapr component. |
Extension | Preview |
az containerapp connected-env dapr-component show |
Show the details of a Dapr component. |
Extension | Preview |
az containerapp connected-env dapr-component list
Command group 'containerapp connected-env dapr-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List Dapr components for a connected environment.
az containerapp connected-env dapr-component list --name
--resource-group
Examples
List Dapr components for a connected environment.
az containerapp connected-env dapr-component list -g MyResourceGroup --name MyConnectedEnv
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 connected-env dapr-component remove
Command group 'containerapp connected-env dapr-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Remove a Dapr component from a connected environment.
az containerapp connected-env dapr-component remove --dapr-component-name
--name
--resource-group
Examples
Remove a Dapr component from a Container Apps connected environment.
az containerapp connected-env dapr-component remove -g MyResourceGroup --dapr-component-name MyDaprComponentName --name MyConnectedEnv
Required Parameters
The Dapr component name.
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 connected-env dapr-component set
Command group 'containerapp connected-env dapr-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create or update a Dapr component.
az containerapp connected-env dapr-component set --dapr-component-name
--name
--resource-group
--yaml
Examples
Create a Dapr component.
az containerapp connected-env dapr-component set -g MyResourceGroup --name MyEnv --yaml MyYAMLPath --dapr-component-name MyDaprComponentName
Required Parameters
The Dapr component name.
The environment name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Path to a .yaml file with the configuration of a Dapr component. All other parameters will be ignored. For an example, see https://learn.microsoft.com/en-us/azure/container-apps/dapr-overview?tabs=bicep1%2Cyaml#component-schema.
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 connected-env dapr-component show
Command group 'containerapp connected-env dapr-component' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show the details of a Dapr component.
az containerapp connected-env dapr-component show --dapr-component-name
--name
--resource-group
Examples
Show the details of a Dapr component.
az containerapp connected-env dapr-component show -g MyResourceGroup --dapr-component-name MyDaprComponentName --name MyConnectedEnv
Required Parameters
The Dapr component name.
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.
Azure CLI