共用方式為


Connect-AzContainerRegistry

登入 Azure Container Registry。

語法

Connect-AzContainerRegistry
       -Name <String>
       [-ExposeToken]
       [-DefaultProfile <IAzureContextContainer>]
       [<CommonParameters>]
Connect-AzContainerRegistry
       -Name <String>
       -UserName <String>
       -Password <String>
       [-ExposeToken]
       [-DefaultProfile <IAzureContextContainer>]
       [<CommonParameters>]

Description

登入 Azure Container Registry。

範例

範例 1

Connect-AzContainerRegistry -Name $RegistryName

當已經登入 Azure 帳戶時,沒有認證的 ACR 登入。

範例 2

Connect-AzContainerRegistry -Name $RegistryName -UserName $RegistryName -Password $AdminPassWord

啟用系統管理員使用者時,使用管理員使用者名稱/密碼登入 ACR。

範例 3

Connect-AzContainerRegistry -Name $RegistryName -UserName $ServicePrincipal -Password $ServicePrincipalPassword

使用服務主體應用程式識別碼和密碼登入 ACR。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ExposeToken

公開存取令牌,而不是透過 Docker CLI 自動登入。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

Azure Container Registry 名稱。

類型:String
別名:RegistryName
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Password

Azure Container Registry 的密碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-UserName

Azure Container Registry 的用戶名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

Boolean