az containerapp add-on

Note

This reference is part of the containerapp extension for the Azure CLI (version 2.53.0 or higher). The extension will automatically install the first time you run an az containerapp add-on 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 add-ons available within the environment.

Commands

Name Description Type Status
az containerapp add-on kafka

Commands to manage the kafka add-on for the Container Apps environment.

Extension Preview
az containerapp add-on kafka create

Command to create the kafka add-on.

Extension Preview
az containerapp add-on kafka delete

Command to delete the kafka add-on.

Extension Preview
az containerapp add-on list

List all add-ons within the environment.

Extension Preview
az containerapp add-on mariadb

Commands to manage the mariadb add-on for the Container Apps environment.

Extension Preview
az containerapp add-on mariadb create

Command to create the mariadb add-on.

Extension Preview
az containerapp add-on mariadb delete

Command to delete the mariadb add-on.

Extension Preview
az containerapp add-on milvus

Commands to manage the milvus add-on for the Container Apps environment.

Extension Preview
az containerapp add-on milvus create

Command to create the milvus add-on.

Extension Preview
az containerapp add-on milvus delete

Command to delete the milvus service.

Extension Preview
az containerapp add-on postgres

Commands to manage the postgres add-on for the Container Apps environment.

Extension Preview
az containerapp add-on postgres create

Command to create the postgres add-on.

Extension Preview
az containerapp add-on postgres delete

Command to delete the postgres add-on.

Extension Preview
az containerapp add-on qdrant

Commands to manage the qdrant add-on for the Container Apps environment.

Extension Preview
az containerapp add-on qdrant create

Command to create the qdrant add-on.

Extension Preview
az containerapp add-on qdrant delete

Command to delete the qdrant add-on.

Extension Preview
az containerapp add-on redis

Commands to manage the redis add-on for the Container Apps environment.

Extension Preview
az containerapp add-on redis create

Command to create the redis add-on.

Extension Preview
az containerapp add-on redis delete

Command to delete the redis add-on.

Extension Preview
az containerapp add-on weaviate

Commands to manage the weaviate add-on for the Container Apps environment.

Extension Preview
az containerapp add-on weaviate create

Command to create the weaviate add-on.

Extension Preview
az containerapp add-on weaviate delete

Command to delete the weaviate service.

Extension Preview

az containerapp add-on list

Preview

Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List all add-ons within the environment.

az containerapp add-on list --environment
                            --resource-group

Required Parameters

--environment

The environment name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.