Skip to content

Commit c30234e

Browse files
author
Chris Pangalos
committed
Simplify install the agent software heading
1 parent fafdc2b commit c30234e

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -201,24 +201,18 @@ If the VM can't use DNS to resolve public Microsoft hostnames to IP addresses, [
201201
202202
## Install the agent software
203203
204-
The agent software package is hosted on the "Linux software repository for Microsoft products": [https://packages.microsoft.com](https://packages.microsoft.com).
204+
The agent software package is hosted on the "Linux software repository for Microsoft products" at [https://packages.microsoft.com](https://packages.microsoft.com)
205205
206-
To download and install a package from the software repository, **follow the steps available at: [
207-
How to install Microsoft software packages using the Linux Repository](/linux/packages#how-to-install-microsoft-software-packages-using-the-linux-repository), which vary dependent on your VM's Linux distribution.**
206+
**The name of the ingestion agent package is `az-aoi-ingestion`.**
208207
209-
_For example, if you are installing on a VM running Red Hat Enterprise Linux (RHEL) 8, the command to download the repo config package is:_
210-
```
211-
curl -sSL -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
212-
```
208+
To download and install a package from the software repository, follow the relevant steps for your VM's Linux distribution in [
209+
How to install Microsoft software packages using the Linux Repository](/linux/packages#how-to-install-microsoft-software-packages-using-the-linux-repository)
213210
214-
Once the repo config package is installed, the agent can then be installed and upgraded using the standard package manager for the VM's Linux distribution.
211+
For example, if you are installing on a VM running Red Hat Enterprise Linux (RHEL) 8, follow the instructions under the [Red Hat-based Linux distributions](/linux/packages#red-hat-based-linux-distributions) heading, substituting the following parameters:
215212
216-
**The name of the ingestion agent package (\<package-name\>) is `az-aoi-ingestion`.**
217-
218-
_For example, if using a Red Hat-based Linux distribution, after installing the repo config package the agent can be installed using:_
219-
```
220-
sudo dnf install az-aoi-ingestion
221-
```
213+
- distribution: `rhel`
214+
- version: `8`
215+
- package-name: `az-aoi-ingestion`
222216
223217
## Configure the agent software
224218

0 commit comments

Comments
 (0)