Skip to content

Commit c360d0f

Browse files
committed
updated article
1 parent ddbd543 commit c360d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ The **Azure Connected Machine Onboarding** role contains only the permissions re
7171
7272
## Install the agent and connect to Azure
7373
74-
The following steps install and configure the Connected Machine agent on your hybrid machines by using the script template, which performs similar steps described in the [Connect hybrid machines to Azure from the Azure portal](quickstart-onboard-portal.md#) article. The difference is the final step to establish the connection to Azure Arc using the `azcmagent` command uses the service principal.
74+
The following steps install and configure the Connected Machine agent on your hybrid machines by using the script template, which performs similar steps described in the [Connect hybrid machines to Azure from the Azure portal](quickstart-onboard-portal.md) article. The difference is in the final step where you establish the connection to Azure Arc using the `azcmagent` command using the service principal.
7575
76-
The following are the settings that you configure to use the service principal with the `acmagent` command to connect the machine to Auzre Arc.
76+
The following are the settings that you configure the `azcmagent` command to use for the service principal.
7777
78-
* `tenant-id` : The ID (GUID) that represents your dedicated instance of Azure AD.
78+
* `tenant-id` : The unique identifier (GUID) that represents your dedicated instance of Azure AD.
7979
* `subscription-id` : The subscription ID (GUID) of your Azure subscription that you want the machines in.
8080
* `resource-group` : The resource group name where you want your connected machines to belong to.
8181
* `location` : See [supported Azure regions](overview.md#supported-regions). This location can be the same or different, as the resource group's location.
82-
* `resource-name` : (*Optional*) Used for the Azure resource representation of your on-premises machine. If you do not specify this value, the machine hostname will be used.
82+
* `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
8484
You can learn more about the `azcmagent` command line tool by reviewing the [Azcmagent Reference](azcmagent-reference.md).
8585

0 commit comments

Comments
 (0)