mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 05:13:40 +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:
|
||||
|
||||
- [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
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user