You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/agent-linux.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Default: y
175
175
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.
176
176
177
177
> [!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.
179
179
>
180
180
>
181
181
@@ -244,7 +244,7 @@ Default: n
244
244
245
245
This option allows the password for the sys user to be reset; default is disabled.
246
246
247
-
**Provisioning.PasswordCryptId:**
247
+
**Provisioning.PasswordCryptId:**
248
248
249
249
```txt
250
250
Type: String
@@ -282,7 +282,7 @@ Type: String
282
282
Default: ext4
283
283
```
284
284
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.
286
286
287
287
**ResourceDisk.MountPoint:**
288
288
@@ -363,7 +363,7 @@ Type: String
363
363
Default: None
364
364
```
365
365
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.
0 commit comments