Skip to content

Commit 8d563c0

Browse files
Update oracle-create-upload-vhd.md
1 parent fa9f0c1 commit 8d563c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/oracle-create-upload-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
219219

220220
```bash
221221
sudo yum install WALinuxAgent
222-
sudo systemctl enable waagent
222+
sudo systemctl enable waagent
223223
```
224224

225225
13. Install cloud-init to handle the provisioning
@@ -285,7 +285,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
285285
* Pass this in as a cloud-init config every time you create a VM
286286
* Use a cloud-init directive baked into the image that will do this every time the VM is created:
287287
288-
```console
288+
```bash
289289
echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf
290290
cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF
291291
#cloud-config

0 commit comments

Comments
 (0)