Skip to content

Commit 19ba984

Browse files
shortened Terraform quickstart reference link sentence
1 parent 1befa89 commit 19ba984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/resize-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This script sets the variables `$resourceGroup`, `$vmName`, `$newVmSize`, and `$
204204
To resize your VM in Terraform code, you modify the `size` parameter in the `azurerm_linux_virtual_machine` or `azurerm_windows_virtual_machine` resource blocks to the desired size and run `terraform plan -out main.tfplan` to see the VM size change that will be made. Then run `terraform apply main.tfplan` to apply the changes to resize the VM.
205205

206206
> [!IMPORTANT]
207-
> The below Terraform example modifies the size of an existing virtual machine when you're using the state file that created the original virtual machine. For more information on the full Terraform code that below example is based off of, see the [Windows Terraform quickstart](./windows/quick-create-terraform.md).
207+
> The below Terraform example modifies the size of an existing virtual machine when you're using the state file that created the original virtual machine. For the full Terraform code, see the [Windows Terraform quickstart](./windows/quick-create-terraform.md).
208208
209209
:::code language="Terraform" source="~/terraform_samples/quickstart/101-windows-vm-with-iis-server/main.tf" range="91-117" highlight="8":::
210210

0 commit comments

Comments
 (0)