Skip to content

Commit 55f01c8

Browse files
committed
fixed minor items
1 parent 402edd9 commit 55f01c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The Connected Machine agent for Linux is provided in the preferred package forma
104104

105105
- Configures the host machine to download the agent package from packages.microsoft.com.
106106
- Installs the Hybrid Resource Provider package.
107-
- Optionally, configures the agent with your proxy information, if you specify the `--proxy "{proxy-url}:{proxy-port}"` parameter.
107+
- Optionally, configure the agent with your proxy information by including the `--proxy "{proxy-url}:{proxy-port}"` parameter.
108108

109109
The script also contains logic to identify supported and un-supported distributions, as well as verifying required permissions to perform the installation.
110110

@@ -159,7 +159,7 @@ To disconnect a machine from Azure Arc for servers, you need to perform the foll
159159
>[!NOTE]
160160
>The agent Setup Wizard can also be run by double-clicking **AzureConnectedMachineAgent.msi** installer package.
161161
162-
If you would like to script the uninstall, you can use the following example which retrieves the product code and uninstalls the agent using the Msiexec.exe command-line - `msiexec /x {Product Code}`. Open the Registry Editor and look under the registry key `HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall` and find the product code GUID. You can then uninstall the agent using Msiexec.
162+
If you would like to script the uninstall, you can use the following example which retrieves the product code and uninstalls the agent using the Msiexec.exe command line - `msiexec /x {Product Code}`. Open the Registry Editor and look under the registry key `HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall` and find the product code GUID. You can then uninstall the agent using Msiexec.
163163

164164
The example below demonstrates uninstalling the agent.
165165

0 commit comments

Comments
 (0)