Skip to content

Commit f1f1c70

Browse files
authored
Merge pull request #102409 from anhvoms/patch-12
Fix doc on cloud-init udf requirements
2 parents 98a5858 + a41d2bf commit f1f1c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ The [Azure Linux Agent](../extensions/agent-linux.md) `waagent` provisions a Lin
150150
* The Azure Linux Agent must be at or above the [minimum supported version](https://support.microsoft.com/en-us/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support).
151151
152152
> [!NOTE]
153-
> Make sure **'udf'** (cloud-init >= 21.2) and **'vfat'** modules are enable. Blocklisting the udf module will cause a provisioning failure and backlisting vfat module will cause both provisioning and boot failures. **_Cloud-init < 21.2 are not affected and does not require this change._**
153+
> Make sure **'udf'** and **'vfat'** modules are enabled. Disabling the UDF module will cause a provisioning failure. Disabling the VFAT module will cause both provisioning and boot failures. Cloud-init >= 21.2 can provision VMs without requiring UDF if: 1) the VM was created using SSH public keys and not password and 2) no custom data was provided.
154+
154155
>
155156
156157
## General Linux System Requirements

0 commit comments

Comments
 (0)