File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Accounts/Accounts/help Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ This example connects to an Azure account using certificate-based service princi
265265The certificate file, which is specified by ` CertficatePath ` , should contains both certificate and private key as the input.
266266
267267``` powershell
268- $SecurePassword = ConvertTo-SecureString -String "Password123! " -AsPlainText -Force
268+ $SecurePassword = ConvertTo-SecureString -String "****** " -AsPlainText -Force
269269$TenantId = 'yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyy'
270270$ApplicationId = 'zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzz'
271271Connect-AzAccount -ServicePrincipal -ApplicationId $ApplicationId -TenantId $TenantId -CertificatePath './certificatefortest.pfx' -CertificatePassword $securePassword
You can’t perform that action at this time.
0 commit comments