Skip to content

Commit d184ff9

Browse files
authored
Merge pull request #84160 from MicahMcKittrick-MSFT/patch-198
microsoftdocs/azure-docs#35825
2 parents 8d0e0dd + 7760a74 commit d184ff9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-machines/linux/update-infrastructure-redhat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ Run the following as root:
9393
yum --disablerepo='*' remove 'rhui-azure-rhel7-eus'
9494
```
9595

96+
1. Configure RHEL VM
97+
```bash
98+
yum --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel7.config' install 'rhui-azure-rhel7'
99+
```
100+
96101
1. Update your RHEL VM
97102
```bash
98103
sudo yum update

0 commit comments

Comments
 (0)