az aks 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 aks 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 AKS app.

Commands

Name Description Type Status
az aks app up

Deploy to AKS via GitHub actions.

Extension Preview

az aks app up

Preview

Command group 'aks app' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Deploy to AKS via GitHub actions.

az aks app up [--acr]
              [--aks-cluster]
              [--branch-name]
              [--do-not-wait]
              [--port]
              [--repository]

Optional Parameters

--acr

Name of the Azure Container Registry to be used for pushing the image.

--aks-cluster

Name of the cluster to select for deployment.

--branch-name

New branch name to be created to check in files and raise a PR.

--do-not-wait

Do not wait for workflow completion.

default value: False
--port

Port on which your application runs. Default is 8080.

--repository -r

GitHub repository URL e.g. https://github.com/azure/azure-cli.

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.