Skip to content

aca 1.0.0-preview.3

Pre-release
Pre-release

Choose a tag to compare

@tmacam tmacam released this 11 Sep 00:03
c51f017

Third public preview of the aca CLI for Azure Container Apps Sandboxes and Azure Container Apps Express Apps.

Run aca --version after installation to confirm 1.0.0-preview.3.

What's new since 1.0.0-preview.2

  • Added image-first aca sandbox deploy for public OCI images, including asynchronous image import, dedicated Sandbox Group creation, exact-ID replacement, optional --disk-id recovery, and post-start port configuration.
  • Improved ACA Express source-build security by validating managed-identity and ACR ownership before reuse or cleanup, using fail-closed checks when ownership or remaining app references cannot be proven.
  • Improved recovery and cleanup for partially removed CLI-owned ACA Express pull identities.

Install

Linux / macOS

curl -fsSL https://aka.ms/aca-cli-install | sh

Windows (PowerShell)

irm https://aka.ms/aca-cli-install-ps | iex

Uninstall

Linux / macOS

curl -fsSL https://aka.ms/aca-cli-install | sh -s -- --uninstall

Windows (PowerShell)

& ([scriptblock]::Create((irm https://aka.ms/aca-cli-install-ps))) -Uninstall

The installers verify the platform archive against the SHA-256 digest pinned in aca-cli/preview/latest-version.txt before extracting it.