Skip to content

Commit 31363b2

Browse files
committed
edit pass: virtual-machines-extensions
1 parent c12c341 commit 31363b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Linux agent provides the following functionality for Linux and FreeBSD Azure
3636

3737
### Kernel
3838

39-
- Configures virtual NUMA (disabled for kernel `2.6.37`)
39+
- Configures virtual NUMA (disabled for kernel 2.6.37)
4040
- Consumes Hyper-V entropy for */dev/random*
4141
- Configures SCSI timeouts for the root device, which can be remote
4242

@@ -128,7 +128,7 @@ For advanced installation options, such as installing from a source or to custom
128128
> [!WARNING]
129129
> Deprovisioning doesn't guarantee that the image is cleared of all sensitive information and suitable for redistribution.
130130
131-
- `deprovision+user`: Performs everything in `deprovision` (previous) and deletes the last provisioned user account (obtained from */var/lib/waagent*) and associated data. Use this parameter when you deprovision an image that was previously provisioned on Azure so that it can be captured and reused.
131+
- `deprovision+user`: Performs everything in `deprovision` and deletes the last provisioned user account (obtained from */var/lib/waagent*) and associated data. Use this parameter when you deprovision an image that was previously provisioned on Azure so that it can be captured and reused.
132132
- `version`: Displays the version of waagent.
133133
- `serialconsole`: Configures GRUB to mark ttyS0, the first serial port, as the boot console. This option ensures that kernel boot logs are sent to the serial port and made available for debugging.
134134
- `daemon`: Runs waagent as a daemon to manage interaction with the platform. This argument is specified to waagent in the waagent *init* script.
@@ -214,7 +214,7 @@ Type: Boolean
214214
Default: y
215215
```
216216

217-
If the value is `y`, waagent monitors the Linux VM for a host name change, as returned by the `hostname` command, and automatically updates the networking configuration in the image to reflect the change. To push the name change to the DNS servers, networking restarts on the VM. This restart results in brief loss of internet connectivity.
217+
If the value is `y`, waagent monitors the Linux VM for a host name change, as returned by the `hostname` command. Waagent then automatically updates the networking configuration in the image to reflect the change. To push the name change to the DNS servers, networking restarts on the VM. This restart results in brief loss of internet connectivity.
218218

219219
### Provisioning.DecodeCustomData
220220

articles/virtual-machines/extensions/export-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To export a resource group into a reusable template, complete the following step
3737

3838
![Screenshot that shows selections for exporting a resource group into a template.](./media/export-templates/template-export.png)
3939

40-
The Azure Resource Manager automation script produces a Resource Manager template, a parameters file, and several sample deployment scripts, such as PowerShell and Azure CLI. At this point, you can download the exported template by using the download button, add the template to the template library, or redeploy the template by using the **Deploy** button.
40+
The Azure Resource Manager automation script produces a Resource Manager template, a parameters file, and several sample deployment scripts, such as PowerShell and Azure CLI scripts. At this point, you can download the exported template by using the download button, add the template to the template library, or redeploy the template by using the **Deploy** button.
4141

4242
## Configure protected settings
4343

0 commit comments

Comments
 (0)