diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md index 60f02ab8b7..c3fe515c1d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-install-manually.md @@ -26,7 +26,7 @@ ms.topic: conceptual This topic describes how to deploy Microsoft Defender ATP for Linux manually. A successful deployment requires the completion of all of the following steps: -- [Configure Microsoft's Linux Software Repository](#configure-microsoft's-linux-software-repository) +- [Configure Microsoft's Linux Software Repository](#configure-microsoft-linux-software-repository) - [Download onboarding packages](#download-onboarding-package) - [Application installation](#application-installation) - [Client configuration](#client-configuration) @@ -35,7 +35,7 @@ This topic describes how to deploy Microsoft Defender ATP for Linux manually. A Before you get started, see [the main Microsoft Defender ATP for Linux page](microsoft-defender-atp-linux.md) for a description of prerequisites and system requirements for the current software version. -## Configure Microsoft's Linux Software Repository +## Configure Microsoft Linux Software Repository ### RHEL and variants (CentOS and Oracle EL) @@ -43,7 +43,8 @@ Before you get started, see [the main Microsoft Defender ATP for Linux page](mic In the below commands, replace *[distro]* and *[version]* with the information identified in the previous step: - > [!NOTE] In case of Oracle EL and CentOS 8, use [distro] as “rhel”. + > [!NOTE] + > In case of Oracle EL and CentOS 8, use [distro] as “rhel”. ```bash $ sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/[distro]/[version]/insiders-fast.repo diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md b/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md index 9f6f4b5dc7..4ced587060 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-static-proxy-configuration.md @@ -18,7 +18,7 @@ ms.collection: M365-security-compliance ms.topic: conceptual --- -# Configuring Microsoft Defender ATP for static proxy discovery +# Configuring Microsoft Defender ATP for static proxy discovery **Applies to:** @@ -51,7 +51,8 @@ During installation, the ```HTTPS_PROXY``` environment variable must be passed t $ HTTPS_PROXY=”http://proxy.server:port/" apt install mdatp ``` - >[!NOTE] Do not add sudo between the environment variable definition and apt, otherwise the variable will not be propagated. + > [!NOTE] + > Do not add sudo between the environment variable definition and apt, otherwise the variable will not be propagated. The `HTTPS_PROXY` environment variable may similarly be defined during uninstallation.