Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _includes/references/manifest-web-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ Specifies whether your servers should communicate over <code>private</code> or <
<td>The name of the Virtual Network in which you would like to create your servers.</td>
<td>Azure</td>
</tr>
<tr>
<td><code>rg_name</code></td>
<td><div class="tooltip">Build-only &#9432;<span class="tooltiptext">This setting only applies when the app is first built (or cloned) or when new servers are added.</span></div></td>
<td>The name of the Resource Group in which you would like to create your servers.</td>
<td>Azure</td>
</tr>
<tr>
<td><code>vpc_id</code></td>
<td><div class="tooltip">Build-only &#9432;<span class="tooltiptext">This setting only applies when the app is first built (or cloned) or when new servers are added.</span></div></td>
Expand Down Expand Up @@ -555,6 +561,12 @@ Specifies whether your servers should communicate over <code>private</code> or <
<td>The name of the Virtual Network in which you would like to create your servers.</td>
<td>Azure</td>
</tr>
<tr>
<td><code>rg_name</code></td>
<td><div class="tooltip">Build-only &#9432;<span class="tooltiptext">This setting only applies when the app is first built (or cloned) or when new servers are added.</span></div></td>
<td>The name of the Resource Group in which you would like to create your servers.</td>
<td>Azure</td>
</tr>
<tr>
<td><code>vpc_id</code></td>
<td><div class="tooltip">Build-only &#9432;<span class="tooltiptext">This setting only applies when the app is first built (or cloned) or when new servers are added.</span></div></td>
Expand Down