Skip to content

Commit 67f1257

Browse files
author
Ryan Willis
committed
more acrolinx fixes
1 parent 624a088 commit 67f1257

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-arc/servers/azcmagent-genkey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/20/2023
77

88
# azcmagent genkey
99

10-
Generates a private-public key pair that can be used to onboard a machine asynchronously. This command is used when connecting a server to an Azure Arc-enabled virtual machine offering (VMware vSphere, Azure Stack HCI, or System Center VMM). It is not intended for use by end users.
10+
Generates a private-public key pair that can be used to onboard a machine asynchronously. This command is used when connecting a server to an Azure Arc-enabled virtual machine offering (VMware vSphere, Azure Stack HCI, or System Center VMM). You should normally use [azcmagent connect](azcmagent-connect.md) to configure the agent.
1111

1212
## Usage
1313

articles/azure-arc/servers/azcmagent-show.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 04/20/2023
77

88
# azcmagent show
99

10-
Displays the current state of the Azure Connected Machine agent, including whether or not it is connected to Azure, the Azure resource information, and the status of dependent services.
10+
Displays the current state of the Azure Connected Machine agent, including whether or not it's connected to Azure, the Azure resource information, and the status of dependent services.
1111

1212
## Usage
1313

articles/azure-arc/servers/azcmagent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ The azcmagent CLI is bundled with the Azure Connected Machine agent. Review your
3434

3535
### Where is the CLI installed?
3636

37-
On Windows operating systems, the CLI is installed at `%PROGRAMFILES%\AzureConnectedMachineAgent\azcmagent.exe`. This path is automatically added to the system PATH variable during the installation process. You may need to close and re-open your console to refresh the PATH variable and be able to run `azcmagent` without specifying the full path.
37+
On Windows operating systems, the CLI is installed at `%PROGRAMFILES%\AzureConnectedMachineAgent\azcmagent.exe`. This path is automatically added to the system PATH variable during the installation process. You may need to close and reopen your console to refresh the PATH variable and be able to run `azcmagent` without specifying the full path.
3838

3939
On Linux operating systems, the CLI is installed at `/opt/azcmagent/bin/azcmagent`
4040

4141
### What's the difference between the azcmagent CLI and the Azure CLI for Azure Arc-enabled servers?
4242

43-
The azcmagent CLI is used to configure the local agent. It's responsible for connecting the agent to Azure, disconnecting it, and configuring local settings like proxy URLs and security features. You likely won't need to interact with the azcmagent CLI once the agent is connected to Azure, unless you need to collect logs or change security settings.
43+
The azcmagent CLI is used to configure the local agent. It's responsible for connecting the agent to Azure, disconnecting it, and configuring local settings like proxy URLs and security features.
4444

45-
The Azure CLI and other management experiences are used to interact with the Azure Arc resource in Azure once the agent is connected. You'll use these tools to manage extensions, move the resource to another subscription or resource group, and change certain settings of the Arc server remotely.
45+
The Azure CLI and other management experiences are used to interact with the Azure Arc resource in Azure once the agent is connected. These tools help you manage extensions, move the resource to another subscription or resource group, and change certain settings of the Arc server remotely.

0 commit comments

Comments
 (0)