Package version:

Model representing a mapping from a container registry to the identity used to connect to it.

interface ContainerRegistry {
    containerRegistryServer: string;
    identityResourceId: string;
}

Properties

containerRegistryServer: string

Login server of the container registry.

identityResourceId: string

Resource ID of the managed identity.