Skip to content

Commit 679685d

Browse files
cpangarcdun
andauthored
Apply suggestions from rcdun code review
Co-authored-by: Rachel Dunstan <[email protected]>
1 parent 6d79f40 commit 679685d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ If the VM can't use DNS to resolve public Microsoft hostnames to IP addresses, [
204204
The agent is hosted on the "Linux software repository for Microsoft products": [https://packages.microsoft.com](https://packages.microsoft.com).
205205
206206
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](https://learn.microsoft.com/linux/packages#how-to-install-microsoft-software-packages-using-the-linux-repository), which vary dependent on your VM's Linux distribution.**
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.**
208208
209-
_For example, if installing on a VM running Red Hat Enterprise Linux (RHEL) 8, the command to download the repo config package will be:_
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:_
210210
```
211211
curl -sSL -O https://packages.microsoft.com/config/rhel/8/packages-microsoft-prod.rpm
212212
```

articles/operator-insights/upgrade-ingestion-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ ms.date: 02/29/2024
1414

1515
The ingestion agent is a software package that is installed onto a Linux Virtual Machine (VM) owned and managed by you. You might need to upgrade the agent.
1616

17-
This article contains examples on how to upgrade your ingestion agent, and how to roll back an upgrade.
17+
This article describes how to upgrade your ingestion agent, and how to roll back an upgrade.
1818

1919
## Prerequisites
2020

21-
Decide which version of the ingestion agent you would like to upgrade to. If no version is specified when upgrading, the current version is installed.
21+
Decide which version of the ingestion agent you would like to upgrade to. If you don't specify a version when you upgrade, you'll upgrade to the most recent version.
2222

2323
See [What's new with Azure Operator Insights ingestion agent](ingestion-agent-release-notes.md) for a list of recent releases and to see what's changed in each version. If you're looking for an agent version that's more than six months old, check out the [release notes archive](ingestion-agent-release-notes-archive.md).
2424

25-
If you would like to verify the authenticity of the ingestion agent package before upgrading, see [How to use the GPG Repository Signing Key](https://learn.microsoft.com/linux/packages#how-to-use-the-gpg-repository-signing-key).
25+
If you would like to verify the authenticity of the ingestion agent package before upgrading, see [How to use the GPG Repository Signing Key](/linux/packages#how-to-use-the-gpg-repository-signing-key).
2626

2727
## Upgrade the agent software
2828

0 commit comments

Comments
 (0)