az container app
Note
This reference is part of the deploy-to-azure extension for the Azure CLI (version 2.0.60 or higher). The extension will automatically install the first time you run an az container app 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 Azure Container Instances App.
Commands
Name | Description | Type | Status |
---|---|---|---|
az container app up |
Deploy to Azure Container Instances using GitHub Actions. |
Extension | Preview |
az container app up
Command group 'container app' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Deploy to Azure Container Instances using GitHub Actions.
az container app up [--acr]
[--branch-name]
[--do-not-wait]
[--port]
[--repository]
Optional Parameters
Name of the Azure Container Registry to be used for pushing the image.
New branch name to be created to check in files and raise a PR.
Do not wait for workflow completion.
Port on which your application runs. Default is 8080.
GitHub Repository URL e.g. https://github.com/contoso/webapp.
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.