Skip to content

Commit 7c5faa5

Browse files
authored
Merge pull request #179297 from srijang/patch-11
Updated Oracle 7 step 14
2 parents 808acba + 3c46eab commit 7c5faa5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Create and upload an Oracle Linux VHD
33
description: Learn to create and upload an Azure virtual hard disk (VHD) that contains an Oracle Linux operating system.
4-
author: danielsollondon
4+
author: srijang
55
ms.service: virtual-machines
66
ms.collection: linux
77
ms.subservice: oracle
88
ms.workload: infrastructure-services
99
ms.topic: how-to
10-
ms.date: 12/01/2020
11-
ms.author: danis
10+
ms.date: 11/09/2021
11+
ms.author: srijangupta
1212

1313
---
1414
# Prepare an Oracle Linux virtual machine for Azure
@@ -270,6 +270,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
270270
* Use a cloud-init directive baked into the image that will do this every time the VM is created:
271271

272272
```console
273+
echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf
273274
cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF
274275
#cloud-config
275276
# Generated by Azure cloud image build

0 commit comments

Comments
 (0)