az containerapp env java-component

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 env java-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 Java components within the environment.

Commands

Name Description Type Status
az containerapp env java-component list

List all Java components within the environment.

Extension Preview
az containerapp env java-component spring-cloud-config

Commands to manage the Spring Cloud Config for the Container Apps environment.

Extension Preview
az containerapp env java-component spring-cloud-config create

Command to create the Spring Cloud Config.

Extension Preview
az containerapp env java-component spring-cloud-config delete

Command to delete the Spring Cloud Config.

Extension Preview
az containerapp env java-component spring-cloud-config show

Command to show the Spring Cloud Config.

Extension Preview
az containerapp env java-component spring-cloud-config update

Command to update the Spring Cloud Config.

Extension Preview
az containerapp env java-component spring-cloud-eureka

Commands to manage the Spring Cloud Eureka for the Container Apps environment.

Extension Preview
az containerapp env java-component spring-cloud-eureka create

Command to create the Spring Cloud Eureka.

Extension Preview
az containerapp env java-component spring-cloud-eureka delete

Command to delete the Spring Cloud Eureka.

Extension Preview
az containerapp env java-component spring-cloud-eureka show

Command to show the Spring Cloud Eureka.

Extension Preview
az containerapp env java-component spring-cloud-eureka update

Command to update the Spring Cloud Eureka.

Extension Preview

az containerapp env java-component list

Preview

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

List all Java components within the environment.

az containerapp env java-component list --environment
                                        --resource-group

Examples

List all Java components within an environment.

az containerapp env java-component list -g MyResourceGroup --environment MyEnvironment

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.