Edit

Share via


New-AzContainerAppRegistryCredentialObject

Create an in-memory object for RegistryCredentials.

Syntax

Default (Default)

New-AzContainerAppRegistryCredentialObject
    [-Identity <String>]
    [-PasswordSecretRef <String>]
    [-Server <String>]
    [-Username <String>]
    [<CommonParameters>]

Description

Create an in-memory object for RegistryCredentials.

Examples

Example 1: Create a RegistryCredentials object for ContainerApp.

New-AzContainerAppRegistryCredentialObject -Identity system -PasswordSecretRef "myloginpassword" -Server azps-containerapp-1 -Username azps-container-user
Identity PasswordSecretRef Server              Username
-------- ----------------- ------              --------
system   myloginpassword   azps-containerapp-1 azps-container-user

Create a RegistryCredentials object for ContainerApp.

Parameters

-Identity

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'.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PasswordSecretRef

The name of the Secret that contains the registry login password.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Server

Container Registry Server.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Username

Container Registry Username.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

RegistryCredentials