az containerapp add-on postgres
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 add-on postgres command. Learn more about extensions.
Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage the postgres add-on for the Container Apps environment.
Commands
Name | Description | Type | Status |
---|---|---|---|
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 postgres create
Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to create the postgres add-on.
az containerapp add-on postgres create --environment
--name
--resource-group
[--no-wait]
Required Parameters
The environment name.
The service 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.
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 add-on postgres delete
Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Command to delete the postgres add-on.
az containerapp add-on postgres delete --name
--resource-group
[--no-wait]
[--yes]
Required Parameters
The service 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.
Azure CLI