Skip to content

Commit 0960be1

Browse files
author
Chris Pangalos
committed
markups
1 parent fc4e86c commit 0960be1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,17 @@ Before you install the RPM, you can verify that it's the correct version and has
5050

5151
This can be done using the public key file provided by Microsoft, which is available at [https://packages.microsoft.com/keys/microsoft.asc](https://packages.microsoft.com/keys/microsoft.asc).
5252

53-
To verify, perform the following steps once the agent has been downloaded:
53+
To verify, execute the following commands once the agent has been downloaded:
5454

5555
1. Download the provided public key (microsoft.asc)
56+
- `wget https://packages.microsoft.com/keys/microsoft.asc`
5657
1. Import the public key to the GPG keyring
5758
- `gpg --import microsoft.asc`
5859
1. Verify the RPM signature matches the public key
5960
- `rpm --checksig <path-to-rpm>`
6061

62+
The output of the final command should be `<path-to-rpm>: digests signatures OK`
63+
6164
## Set up authentication to Azure
6265

6366
You must have a service principal with a certificate credential that can access the Azure Key Vault created by the Data Product to retrieve storage credentials. Each agent must also have a copy of a valid certificate and private key for the service principal stored on this virtual machine.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ Before you install the RPM, you can verify that it's the correct version and has
2828

2929
This can be done using the public key file provided by Microsoft, which is available at [https://packages.microsoft.com/keys/microsoft.asc](https://packages.microsoft.com/keys/microsoft.asc).
3030

31-
To verify, perform the following steps once the agent has been downloaded:
31+
To verify, execute the following commands once the agent has been downloaded:
3232

3333
1. Download the provided public key (microsoft.asc)
34+
- `wget https://packages.microsoft.com/keys/microsoft.asc`
3435
1. Import the public key to the GPG keyring
3536
- `gpg --import microsoft.asc`
3637
1. Verify the RPM signature matches the public key
3738
- `rpm --checksig <path-to-rpm>`
3839

40+
The output of the final command should be `<path-to-rpm>: digests signatures OK`
41+
3942
## Upgrade the agent software
4043

4144
To upgrade to a new release of the agent, repeat the following steps on each VM that has the old agent.

0 commit comments

Comments
 (0)