Skip to content

Commit 4c4df80

Browse files
Merge pull request #2673 from OctopusDeploy/tk/table-fix
Update virtual-hard-drive-deployments.md
2 parents d19f736 + 456e23b commit 4c4df80

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

src/pages/docs/deployments/windows/virtual-hard-drive-deployments.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,11 @@ Use the Package Feed and Package ID fields to select the [package](/docs/packagi
3434

3535
### Step 2: Configure VHD options {#configure-vhd-options}
3636

37-
+--------------------------+-----------------------------------------------------------------------------+
38-
| Field | Meaning |
39-
+==========================+=============================================================================+
40-
| **VHD application path** | The relative path to your application within your VHD. Octopus will use |
41-
| | this to run deployment features, such as config transforms and variable |
42-
| | substitution in files, only on this folder, rather than on the entire VHD. |
43-
| | Examples: |
44-
| | - `MyApplication` |
45-
| | - `PublishedApps\MyApplication` |
46-
+--------------------------+-----------------------------------------------------------------------------+
47-
| **Add VHD to Hyper-V** | Attach the VHD to an existing Hyper-V virtual machine. Octopus will |
48-
| | shutdown the virtual machine, add the VHD (replacing the current first |
49-
| | virtual drive if there is one) then restart the virtual machine. |
50-
+--------------------------+-----------------------------------------------------------------------------+
51-
| **Virtual Machine Name** | The name of the virtual machine to add the VHD to. |
52-
+--------------------------+-----------------------------------------------------------------------------+
37+
| Field | Meaning |
38+
| --------------------------------------- | ---------------------------------------- |
39+
| VHD application path | The relative path to your application within your VHD. Octopus will use this to run deployment features, such as config transforms and variable substitution in files, only on this folder, rather than on the entire VHD. Examples: `MyApplication` and `PublishedApps\MyApplication` |
40+
| Add VHD to Hyper-V | Attach the VHD to an existing Hyper-V virtual machine. Octopus will shutdown the virtual machine, add the VHD (replacing the current first virtual drive if there is one) then restart the virtual machine. |
41+
| Virtual Machine Name | The name of the virtual machine to add the VHD to. |
5342

5443
## Accessing the VHD in deployment scripts {#access-vhd-in-deployment-scripts}
5544

0 commit comments

Comments
 (0)