Skip to content

Commit 218d546

Browse files
authored
Merge pull request #105065 from MGoedtel/task1679355
Task1679355
2 parents 3b0aab8 + 6a304f3 commit 218d546

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

articles/azure-arc/servers/overview.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: azure-arc-servers
77
author: mgoedtel
88
ms.author: magoedte
99
keywords: azure automation, DSC, powershell, desired state configuration, update management, change tracking, inventory, runbooks, python, graphical, hybrid
10-
ms.date: 02/12/2020
10+
ms.date: 02/20/2020
1111
ms.topic: overview
1212
---
1313

@@ -44,7 +44,7 @@ In most cases, the location you select when you create the installation script s
4444

4545
The following versions of the Windows and Linux operating system are officially supported for the Azure Connected Machine agent:
4646

47-
- Windows Server 2012 R2 and higher
47+
- Windows Server 2012 R2 and higher (including Windows Server Core)
4848
- Ubuntu 16.04 and 18.04
4949

5050
>[!NOTE]
@@ -61,6 +61,15 @@ The following versions of the Windows and Linux operating system are officially
6161

6262
Before configuring your machines with Azure Arc for servers (preview), you should review the Azure Resource Manager [subscription limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#subscription-limits) and [resource group limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#resource-group-limits) to plan for the number of machines to be connected.
6363

64+
## TLS 1.2 protocol
65+
66+
To ensure the security of data in transit to Azure, we strongly encourage you to configure machine to use Transport Layer Security (TLS) 1.2. Older versions of TLS/Secure Sockets Layer (SSL) have been found to be vulnerable and while they still currently work to allow backwards compatibility, they are **not recommended**.
67+
68+
|Platform/Language | Support | More Information |
69+
| --- | --- | --- |
70+
|Linux | Linux distributions tend to rely on [OpenSSL](https://www.openssl.org) for TLS 1.2 support. | Check the [OpenSSL Changelog](https://www.openssl.org/news/changelog.html) to confirm your version of OpenSSL is supported.|
71+
| Windows Server 2012 R2 and higher | Supported, and enabled by default. | To confirm that you are still using the [default settings](https://docs.microsoft.com/windows-server/security/tls/tls-registry-settings).|
72+
6473
### Networking Configuration
6574

6675
The Connected Machine agent for Linux and Windows communicates outbound securely to Azure Arc over TCP port 443. If the machine connects through a firewall or proxy server to communicate over the Internet, review requirements below to understand the network configuration requirements.
@@ -117,14 +126,20 @@ You can also register the resource providers in the Azure portal by following th
117126

118127
## Connected Machine agent
119128

120-
You can download the Azure Connected Machine Agent package for Windows and Linux from the locations listed below.
129+
You can download the Azure Connected Machine agent package for Windows and Linux from the locations listed below.
121130

122131
- [Windows agent Windows Installer package](https://aka.ms/AzureConnectedMachineAgent) from the Microsoft Download Center.
123132
- Linux agent package is distributed from Microsoft's [package repository](https://packages.microsoft.com/) using the preferred package format for the distribution (.RPM or .DEB).
124133

125134
>[!NOTE]
126135
>During this preview, only one package has been released, which is suitable for Ubuntu 16.04 or 18.04.
127136
137+
The Azure Connected Machine agent for Windows and Linux can be upgraded to the latest release manually or automatically depending on your requirements. For Windows, the agent update can be automatically accomplished using Windows Update and for Ubuntu, using the [apt](https://help.ubuntu.com/lts/serverguide/apt.html) command-line tool.
138+
139+
### Agent status
140+
141+
The Connected Machine agent sends a regular heartbeat message to the service every 5 minutes. If one is not received for 15 minutes, the machine is considered offline and the status will automatically be changed to **Disconnected** in the portal. Upon receiving a subsequent heartbeat message from the Connected Machine agent, its status will automatically be changed to **Connected**.
142+
128143
## Install and configure agent
129144

130145
Connecting machines in your hybrid environment directly with Azure can be accomplished using different methods depending on your requirements. The following table highlights each method to determine which works best for your organization.
@@ -134,7 +149,6 @@ Connecting machines in your hybrid environment directly with Azure can be accomp
134149
| Interactively | Manually install the agent on a single or small number of machines following the steps in [Connect machines from Azure portal](onboard-portal.md).<br> From the Azure portal, you can generate a script and execute it on the machine to automate the install and configuration steps of the agent.|
135150
| At scale | Install and configure the agent for multiple machines following the [Connect machines using a Service Principal](onboard-service-principal.md).<br> This method creates a service principal to connect machines non-interactively.|
136151

137-
138152
## Next steps
139153

140154
- To begin evaluating Azure Arc for servers (preview), follow the article [Connect hybrid machines to Azure from the Azure portal](onboard-portal.md).

0 commit comments

Comments
 (0)