File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Create and upload an Oracle Linux VHD
3
3
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
5
5
ms.service : virtual-machines
6
6
ms.collection : linux
7
7
ms.subservice : oracle
8
8
ms.workload : infrastructure-services
9
9
ms.topic : how-to
10
- ms.date : 12/01/2020
11
- ms.author : danis
10
+ ms.date : 11/09/2021
11
+ ms.author : srijangupta
12
12
13
13
---
14
14
# 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
270
270
* Use a cloud-init directive baked into the image that will do this every time the VM is created:
271
271
272
272
```console
273
+ echo 'DefaultEnvironment="CLOUD_CFG=/etc/cloud/cloud.cfg.d/00-azure-swap.cfg"' >> /etc/systemd/system.conf
273
274
cat > /etc/cloud/cloud.cfg.d/00-azure-swap.cfg << EOF
274
275
#cloud-config
275
276
# Generated by Azure cloud image build
You can’t perform that action at this time.
0 commit comments