diff --git a/Documentation/variables/azure.md b/Documentation/variables/azure.md
index 1df572d717..cdb9fb2df5 100644
--- a/Documentation/variables/azure.md
+++ b/Documentation/variables/azure.md
@@ -9,6 +9,7 @@ This document gives an overview of variables used in the Azure platform of the T
| tectonic_azure_client_secret | (internal) The client secret to use. | string | - |
| tectonic_azure_cloud_environment | (optional) Azure cloud environment to use. See https://github.com/Azure/go-autorest/blob/ec5f4903f77ed9927ac95b19ab8e44ada64c1356/autorest/azure/environments.go#L13 for available environments. | string | `AZUREPUBLICCLOUD` |
| tectonic_azure_config_version | (internal) This declares the version of the Azure configuration variables. It has no impact on generated assets but declares the version contract of the configuration. | string | `1.1` |
+| tectonic_azure_etcd_root_volume_size | The size of the volume in gigabytes for the root block device of etcd nodes. | string | `32` |
| tectonic_azure_etcd_storage_type | (optional) Storage account type for the etcd node(s). Example: Premium_LRS. Using Premium storage is constrained by the of instance specified in 'tectonic_azure_etcd_vm_size'. See https://docs.microsoft.com/en-us/azure/storage/storage-premium-storage#supported-vms | string | `Premium_LRS` |
| tectonic_azure_etcd_vm_size | (optional) Instance size for the etcd node(s). Example: Standard_DS2_v2. | string | `Standard_DS2_v2` |
| tectonic_azure_external_dns_zone_id | (optional) The ID of the external Azure DNS zone used for nodes & endpoints FQDNs. Required when 'tectonic_base_domain' is set. This must be a pre-existing, properly configured Azure DNS zone that the Azure service principal running the Tectonic installer has permission to perform operations on.
Note this is the complete ID as returned in the "id" field by the Azure client, not just the name of the resource.
Example: "/subscriptions/b520eabf-d6c0-4757-8a5e-0fa7d2fe12b5/resourceGroups/my-k8s-cluster/providers/Microsoft.Network/dnszones/my-k8s-dns | string | `` |
@@ -21,6 +22,7 @@ This document gives an overview of variables used in the Azure platform of the T
| tectonic_azure_extra_tags | (optional) A map of extra Azure tags to be applied to created resources. NOTE: Tags MUST NOT contain reserved characters '<,>,%,&,\,?,/' or control characters. | map | `