From bfd9232a64ed5aa1efd755ca741908ffda25b140 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Wed, 31 Aug 2022 09:32:59 -0700 Subject: [PATCH] Fixed table format --- quickstart/101-vm-with-infrastructure/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart/101-vm-with-infrastructure/readme.md b/quickstart/101-vm-with-infrastructure/readme.md index 047af81b..021a4dbb 100644 --- a/quickstart/101-vm-with-infrastructure/readme.md +++ b/quickstart/101-vm-with-infrastructure/readme.md @@ -20,10 +20,10 @@ This template deploys a Linux virtual machine (VM) with infrastructure that incl ## Variables -| Name | Description | Default | -|-|-| -| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | -| `resource_group_location` | Location of the resource group. | eastus | +| **Name** | **Description** | **Default** | +|------------------------------|------------------------------------------------------------------------------------------------------------------|-------------| +| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg | +| `resource_group_location` | Location of the resource group. | eastus | ## Example