Releases: mitsha-microsoft/cli-extension-aci-up
Updated Preview Release
The option to create ACR works now. Extra command flags added for specifying existing ACR, port number, secrets generation and not waiting for the workflow completion. Option to generate GitHub PAT Token using Username and password added.
Initial Preview Release
The initial version of az aci up
. The command supports using an existing Azure Container Registry and doesn't support the option to create your own ACRs. The GitHub Action Workflow is being setup and the user is expected to populate AZURE_CREDENTIALS
in the secrets of their repository (secret generation not yet added) and the Workflow uses the Azure CLI GitHub Action.
Initial Beta Release
Beta Release of az aci up
where no workflows are created for deployment, and user can't select the option of creating a new container registry (has to use their existing registries). Also for building container images, docker build is used instead of acr build. Install the extension to Azure CLI using the command az extension add -s 'path to .whl'