Skip to content

Commit 951d405

Browse files
committed
fixed acrolinx items
1 parent b705797 commit 951d405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/servers/quickstart-onboard-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To create the service principal using PowerShell, perform the following.
5656
$credential.GetNetworkCredential().password
5757
```
5858
59-
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 If you forget or lose your service principal password, you can reset it using the [`New-AzADSpCredential`](/powershell/module/azurerm.resources/new-azurermadspcredential) cmdlet.
59+
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.
6060
6161
The values from the following properties are used with parameters passed to the `azcmagent`:
6262
@@ -81,7 +81,7 @@ The following are the settings that you configure the `azcmagent` command to use
8181
* `location` : See [supported Azure regions](overview.md#supported-regions). This location can be the same or different, as the resource group's location.
8282
* `resource-name` : (*Optional*) Used for the Azure resource representation of your on-premises machine. If you do not specify this value, the machine hostname is used.
8383
84-
You can learn more about the `azcmagent` command line tool by reviewing the [Azcmagent Reference](azcmagent-reference.md).
84+
You can learn more about the `azcmagent` command-line tool by reviewing the [Azcmagent Reference](azcmagent-reference.md).
8585
8686
### Windows installation script
8787

0 commit comments

Comments
 (0)