We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d0e0dd + 7760a74 commit d184ff9Copy full SHA for d184ff9
articles/virtual-machines/linux/update-infrastructure-redhat.md
@@ -93,6 +93,11 @@ Run the following as root:
93
yum --disablerepo='*' remove 'rhui-azure-rhel7-eus'
94
```
95
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
+
101
1. Update your RHEL VM
102
```bash
103
sudo yum update
0 commit comments