Package version:

Interface RegistryCredentials

Container App Private Registry

interface RegistryCredentials {
    identity?: string;
    passwordSecretRef?: string;
    server?: string;
    username?: string;
}

Properties

identity?: string

A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'

passwordSecretRef?: string

The name of the Secret that contains the registry login password

server?: string

Container Registry Server

username?: string

Container Registry Username