Skip to content

Commit 01e1eea

Browse files
Update agent-linux.md
1 parent e9cf9a2 commit 01e1eea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/extensions/agent-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Default: y
175175
This allows the user to enable or disable the provisioning functionality in the agent. Valid values are "y" or "n". If provisioning is disabled, SSH host and user keys in the image are preserved and any configuration specified in the Azure provisioning API is ignored.
176176

177177
> [!NOTE]
178-
> The `Provisioning.Enabled` parameter defaults to "n" on Ubuntu Cloud Images that use cloud-init for provisioning.
178+
> The `Provisioning.Enabled` parameter defaults to "n" on Linux Images that use cloud-init for provisioning.
179179
>
180180
>
181181
@@ -244,7 +244,7 @@ Default: n
244244

245245
This option allows the password for the sys user to be reset; default is disabled.
246246

247-
**Provisioning.PasswordCryptId:**
247+
**Provisioning.PasswordCryptId:**
248248

249249
```txt
250250
Type: String
@@ -282,7 +282,7 @@ Type: String
282282
Default: ext4
283283
```
284284

285-
This specifies the filesystem type for the resource disk. Supported values vary by Linux distribution. If the string is X, then mkfs.X should be present on the Linux image. SLES 11 images should typically use 'ext3'. FreeBSD images should use 'ufs2' here.
285+
This specifies the filesystem type for the resource disk. Supported values vary by Linux distribution. If the string is X, then mkfs.X should be present on the Linux image.
286286

287287
**ResourceDisk.MountPoint:**
288288

@@ -363,7 +363,7 @@ Type: String
363363
Default: None
364364
```
365365

366-
If set, the agent uses this proxy server to access the internet.
366+
If set, the agent uses this proxy server to access the internet.
367367

368368
**AutoUpdate.Enabled:**
369369

0 commit comments

Comments
 (0)