Skip to content

Portal rejects valid image digest references (@sha256:) with client-side validation error #1695

@booooza

Description

@booooza

This issue is a: (mark with an x)

  • bug report -> please search issues before submitting
  • documentation issue or request
  • regression (a behavior that used to work and stopped in a new release)

Issue description

The Azure Portal UI rejects valid image digest references (@sha256:...) in the Container Apps image field with a client-side validation error, while the same reference deploys successfully via the Azure CLI.

Steps to reproduce

  1. Open an existing Container App in the Azure Portal
  2. Navigate to the container image settings
  3. Enter a digest-based image reference, e.g. myorg/myimage@sha256:<digest>
  4. Observe validation error:

Image name must be lowercase and include a tag separated by ':' (e.g. myregistry/myimage:latest). Only letters, digits, '.', '-', '_', and '/' are allowed.

Expected behavior
The Portal should accept digest references in the format registry/repository@sha256:<digest>.

Actual behavior
Client-side validation rejects @ characters in the digest. The same image deploys successfully via CLI (az version 2.85.0):

az containerapp update \
  --name <app> \
  --container-name <container> \
  --resource-group <rg> \
  --image ghcr.io/myorg/myimage@sha256:<digest>

Screenshots
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    PortalAzure Portal relatedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions