Skip to content

Commit 34fb4f6

Browse files
authored
Update virtual-machines-using-managed-disks-template-deployments.md
Fixing typos
1 parent 2d3e1e9 commit 34fb4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/virtual-machines-using-managed-disks-template-deployments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ With Azure Managed Disks, the disk becomes a top-level resource and no longer re
9191
9292
### Default managed disk settings
9393

94-
To create a VM with managed disks, you no longer need to create the storage account resource. Referencing the template example below, thare are some differences from the previous unmanged disk examples to note:
94+
To create a VM with managed disks, you no longer need to create the storage account resource. Referencing the template example below, there are some differences from the previous unmanged disk examples to note:
9595

9696
- The `apiVersion` is a version that supports managed disks.
9797
- `osDisk` and `dataDisks` no longer refer to a specific URI for the VHD.
98-
- When deploying without specifying additional properties, the disk will use a storage type based on the size of the VM. For example, if you are using a VM size that supports premium storage (sizes with "s" in their name such as Standard_D2s_v3) then premium disks will be confiugred by defaul. You can change this by using the sku setting of the disk to specify a storage type.
98+
- When deploying without specifying additional properties, the disk will use a storage type based on the size of the VM. For example, if you are using a VM size that supports premium storage (sizes with "s" in their name such as Standard_D2s_v3) then premium disks will be configured by default. You can change this by using the sku setting of the disk to specify a storage type.
9999
- If no name for the disk is specified, it takes the format of `<VMName>_OsDisk_1_<randomstring>` for the OS disk and `<VMName>_disk<#>_<randomstring>` for each data disk.
100-
- If a VM is being created from a custom image then the default settings for storage account type and disk name are retrieved from the disk properties defined in the custom image resource. These can be overriden by specifying values for these in the template.
100+
- If a VM is being created from a custom image then the default settings for storage account type and disk name are retrieved from the disk properties defined in the custom image resource. These can be overridden by specifying values for these in the template.
101101
- By default, Azure disk encryption is disabled.
102102
- By default, disk caching is Read/Write for the OS disk and None for data disks.
103103
- In the example below there is still a storage account dependency, though this is only for storage of diagnostics and is not needed for disk storage.

0 commit comments

Comments
 (0)