Skip to content

Commit ae90147

Browse files
Uptdate MicrosoftDocs/azure-docs-powershell/MicrosoftDocs#1456
Updated Command to add Application ID - MicrosoftDocs/azure-docs-powershell/MicrosoftDocs#1456
1 parent ed6d42e commit ae90147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-conceptual/azps-4.3.0/create-azure-service-principal-azureps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Certificate-based authentication requires that Azure PowerShell can retrieve inf
196196
local certificate store based on a certificate thumbprint.
197197

198198
```azurepowershell-interactive
199-
Connect-AzAccount -ServicePrincipal -Tenant <tenant ID> -CertificateThumbprint <thumbprint>
199+
Connect-AzAccount -ServicePrincipal -Tenant <TenantId> -CertificateThumbprint <Thumbprint> -ApplicationId $ApplicationId
200200
```
201201

202202
For instructions on importing a certificate into a credential store accessible by PowerShell, see

0 commit comments

Comments
 (0)