mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 13:23:36 +00:00
Fixed publishing warnings
Fixed publishing warnings
This commit is contained in:
@ -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:
|
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)
|
- [Download onboarding packages](#download-onboarding-package)
|
||||||
- [Application installation](#application-installation)
|
- [Application installation](#application-installation)
|
||||||
- [Client configuration](#client-configuration)
|
- [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.
|
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)
|
### 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:
|
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
|
```bash
|
||||||
$ sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/[distro]/[version]/insiders-fast.repo
|
$ sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/[distro]/[version]/insiders-fast.repo
|
||||||
|
@ -18,7 +18,7 @@ ms.collection: M365-security-compliance
|
|||||||
ms.topic: conceptual
|
ms.topic: conceptual
|
||||||
---
|
---
|
||||||
|
|
||||||
# Configuring Microsoft Defender ATP for static proxy discovery
|
# Configuring Microsoft Defender ATP for static proxy discovery
|
||||||
|
|
||||||
**Applies to:**
|
**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
|
$ 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.
|
The `HTTPS_PROXY` environment variable may similarly be defined during uninstallation.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user