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.
1 parent d62c388 commit cc7d3b2Copy full SHA for cc7d3b2
azure-local/manage/virtual-machine-image-red-hat-enterprise.md
@@ -143,13 +143,13 @@ To configure the VM:
143
1. Make sure that `cloud-init` wasn't installed.
144
145
```bash
146
- Sudo yum list installed | grep cloud-init
+ sudo yum list installed | grep cloud-init
147
```
148
149
1. Install the `cloud-init` tool and verify the version of `cloud-init` that was installed.
150
151
152
- Sudo yum install -y cloud-init
+ sudo yum install -y cloud-init
153
cloud-init --version
154
155
0 commit comments