File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
219
219
220
220
` ` ` bash
221
221
sudo yum install WALinuxAgent
222
- sudo systemctl enable waagent
222
+ sudo systemctl enable waagent
223
223
` ` `
224
224
225
225
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
285
285
* Pass this in as a cloud-init config every time you create a VM
286
286
* Use a cloud-init directive baked into the image that will do this every time the VM is created:
287
287
288
- ` ` ` console
288
+ ` ` ` bash
289
289
echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf
290
290
cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF
291
291
#cloud-config
You can’t perform that action at this time.
0 commit comments