Skip to content

Commit 2d0d7b6

Browse files
authored
Merge pull request #187817 from SwathiDhanwada-MSFT/patch-76
(AzureCXP) fixes MicrosoftDocs/azure-docs#87635
2 parents ff04b21 + 19f5b3c commit 2d0d7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/servers/onboard-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To create the service principal using PowerShell, perform the following steps.
5252
$credential.GetNetworkCredential().password
5353
```
5454
55-
3. In the output, find the password value under the field **password** and copy it. Also find the value under the field **ApplicationId** and copy it also. Save them for later in a secure place. If you forget or lose your service principal password, you can reset it using the [`New-AzADSpCredential`](/powershell/module/azurerm.resources/new-azurermadspcredential) cmdlet.
55+
3. In the output, find the password value under the field **password** and copy it. Also find the value under the field **ApplicationId** and copy it also. Save them for later in a secure place. If you forget or lose your service principal password, you can reset it using the [`New-AzADSpCredential`](/powershell/module/az.resources/new-azadspcredential) cmdlet.
5656
5757
The values from the following properties are used with parameters passed to the `azcmagent`:
5858

0 commit comments

Comments
 (0)