Skip to content

Commit 5dc1141

Browse files
committed
Fixing sensitive terms and formatting
1 parent 0a7d4ea commit 5dc1141

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/linux/create-upload-generic.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: srijang
55
ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: how-to
8-
ms.date: 11/22/2022
8+
ms.date: 12/14/2022
99
ms.author: srijangupta
1010
ms.reviewer: mattmcinnes
1111
---
@@ -201,7 +201,7 @@ The [Azure Linux Agent](../extensions/agent-linux.md) `waagent` provisions a Lin
201201
The Azure Linux Agent is required for provisioning a Linux image on Azure. Many distributions provide the agent as an RPM or .deb package (the package is typically called WALinuxAgent or walinuxagent). The agent can also be installed manually by following the steps in the [Linux Agent Guide](../extensions/agent-linux.md).
202202

203203
> [!NOTE]
204-
> Make sure **'udf'** and **'vfat'** modules are enable. Blacklisting or removing the udf module will cause a provisioning failure. Blacklisting or removing vfat module will cause both provisioning and boot failures. **(_Cloud-init >= 21.2 removes the udf requirement. Please read top of document for more detail)**
204+
> Make sure **'udf'** and **'vfat'** modules are enable. Blocklisting or removing the udf module will cause a provisioning failure. Blocklisting or removing vfat module will cause both provisioning and boot failures. **(_Cloud-init >= 21.2 removes the udf requirement. Please read top of document for more detail)**
205205
206206

207207
Install the Azure Linux Agent, cloud-init and other necessary utilities by running the following command:
@@ -242,11 +242,11 @@ Modify the following parameters in /etc/waagent.conf
242242
Cloud-init
243243
Configure cloud-init to handle the provisioning:
244244

245-
```bash
246-
sed -i 's/Provisioning.Agent=auto/Provisioning.Agent=cloud-auto/g' /etc/waagent.conf
247-
sed -i 's/ResourceDisk.Format=y/ResourceDisk.Format=n/g' /etc/waagent.conf
248-
sed -i 's/ResourceDisk.EnableSwap=y/ResourceDisk.EnableSwap=n/g' /etc/waagent.conf
249-
```
245+
```bash
246+
sed -i 's/Provisioning.Agent=auto/Provisioning.Agent=cloud-auto/g' /etc/waagent.conf
247+
sed -i 's/ResourceDisk.Format=y/ResourceDisk.Format=n/g' /etc/waagent.conf
248+
sed -i 's/ResourceDisk.EnableSwap=y/ResourceDisk.EnableSwap=n/g' /etc/waagent.conf
249+
```
250250
Configure Cloud-init to create swap
251251
To format and create swap you have 2 options either:
252252

0 commit comments

Comments
 (0)