aca 1.0.0-preview.3
Pre-release
Pre-release
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 deployfor public OCI images, including asynchronous image import, dedicated Sandbox Group creation, exact-ID replacement, optional--disk-idrecovery, 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 | shWindows (PowerShell)
irm https://aka.ms/aca-cli-install-ps | iexUninstall
Linux / macOS
curl -fsSL https://aka.ms/aca-cli-install | sh -s -- --uninstallWindows (PowerShell)
& ([scriptblock]::Create((irm https://aka.ms/aca-cli-install-ps))) -UninstallThe installers verify the platform archive against the SHA-256 digest pinned in aca-cli/preview/latest-version.txt before extracting it.