|
1 | 1 | ---
|
2 | 2 | title: Connect hybrid machines to Azure from the Azure portal
|
3 |
| -description: In this article you learn how to install the agent and connect machines to Azure using Azure Arc for servers from the Azure portal. |
| 3 | +description: In this article, you learn how to install the agent and connect machines to Azure using Azure Arc for servers from the Azure portal. |
4 | 4 | services: azure-arc
|
5 | 5 | ms.service: azure-arc
|
6 | 6 | ms.subservice: azure-arc-servers
|
@@ -44,7 +44,7 @@ The script to automate the download, installation, and establishing the connecti
|
44 | 44 |
|
45 | 45 | 6. If the machine is communicating through a proxy server in order to connect to the Internet, select the option **Next: Proxy Server>**. On the **Proxy server** tab, specify the proxy server IP address or name and port number that the machine will use to communicate with the proxy server. Enter the value following the format `http://<proxyURL>:<proxyport>`. Once completed, select **Review + generate**. Otherwise, select **Review + generate** to complete the steps.
|
46 | 46 |
|
47 |
| -7. On the **Review + generate** tab, review the summary information and then select **Download**. Otherwise if you need to make changes, you can select **Previous**. |
| 47 | +7. On the **Review + generate** tab, review the summary information, and then select **Download**. Otherwise if you need to make changes, you can select **Previous**. |
48 | 48 |
|
49 | 49 | ## Install and validate the agent on Windows
|
50 | 50 |
|
@@ -106,7 +106,7 @@ The Connected Machine agent for Linux is provided in the preferred package forma
|
106 | 106 | - Installs the Hybrid Resource Provider package.
|
107 | 107 | - Optionally, configure the agent with your proxy information by including the `--proxy "{proxy-url}:{proxy-port}"` parameter.
|
108 | 108 |
|
109 |
| -The script also contains logic to identify supported and un-supported distributions, as well as verifying required permissions to perform the installation. |
| 109 | +The script also contains logic to identify supported and unsupported distributions, as well as verifying required permissions to perform the installation. |
110 | 110 |
|
111 | 111 | The example below downloads the agent and installs it, without performing any of the conditional checks.
|
112 | 112 |
|
@@ -159,7 +159,7 @@ To disconnect a machine from Azure Arc for servers, you need to perform the foll
|
159 | 159 | >[!NOTE]
|
160 | 160 | >The agent Setup Wizard can also be run by double-clicking **AzureConnectedMachineAgent.msi** installer package.
|
161 | 161 |
|
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. |
163 | 163 |
|
164 | 164 | The example below demonstrates uninstalling the agent.
|
165 | 165 |
|
|
0 commit comments