Skip to content

Commit ec9bd19

Browse files
committed
Remove articles for as part of cleanup effort
1 parent 1deeb3c commit ec9bd19

File tree

5 files changed

+6
-170
lines changed

5 files changed

+6
-170
lines changed

docs/pipelines/.openpublishing.redirection.pipelines.json

+4
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
{
153153
"source_path_from_root": "/docs/pipelines/process/demands.md",
154154
"redirect_url": "/azure/devops/pipelines/yaml-schema/pool-demands"
155+
},
156+
{
157+
"source_path_from_root": "/docs/pipelines/targets/scvmm.md",
158+
"redirect_url": "/azure/devops/pipelines/process/environments-virtual-machines"
155159
}
156160
]
157161
}

docs/pipelines/ecosystems/ecosystems.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Deploy your app to any of the following platforms.
230230
:::column-end:::
231231
:::column:::
232232
:::image type="icon" source="./media/index/virtualmachine.png":::
233-
[Virtual Machine Manager](../targets/scvmm.md)
233+
[Virtual machine resources](../process/environments-virtual-machines.md)
234234
:::column-end:::
235235
:::row-end:::
236236

@@ -281,7 +281,7 @@ Deploy your app to any of the following platforms.
281281
:::column-end:::
282282
:::column:::
283283
:::image type="icon" source="./media/index/virtualmachine.png":::
284-
[Virtual Machine Manager](../targets/scvmm.md)
284+
[Virtual machine resources](../process/environments-virtual-machines.md)
285285
:::column-end:::
286286
:::column:::
287287
:::image type="icon" source="./media/index/virtualmachine.png":::

docs/pipelines/targets/create-virtual-network.md

-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ See also: [Hyper-V Network Virtualization Overview](/windows-server/networking/s
4545
virtual network. The options and steps are described in [this section](#select-topology).
4646

4747
* Enable your build-deploy-test scenario as shown in [these steps](#enable-scenario).
48-
49-
* You can perform a range of operations to manage VMs using SCVMM. For examples, see [SCVMM deployment](scvmm.md).
5048

5149
<a name="prereqs"></a>
5250

@@ -244,7 +242,6 @@ Isolated virtual networks can be broadly classified into three topologies.
244242
You can create any of the above topologies using the SCVMM extension, as shown in the following steps.
245243

246244
1. Open your TFS or Azure Pipelines instance and install the **SCVMM extension** if not already installed.
247-
For more information, see [SCVMM deployment](scvmm.md).
248245

249246
>The **SCVMM task** provides a more efficient way capability to perform lab management operations using build and release
250247
pipelines. You can manage SCVMM environments, provision isolated virtual networks, and implement build-deploy-test scenarios.
@@ -341,7 +338,6 @@ environments. You can create as many environments as you need with just a select
341338

342339
## See also
343340

344-
* [SCVMM deployment](scvmm.md)
345341
* [Hyper-V Network Virtualization Overview](/windows-server/networking/sdn/technologies/hyper-v-network-virtualization/hyperv-network-virtualization-overview-windows-server)
346342

347343
## FAQ

docs/pipelines/targets/scvmm.md

-161
This file was deleted.

docs/pipelines/toc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@
381381
- name: Extend IIS Server deployments (Classic)
382382
href: apps/cd/howto-webdeploy-iis-deploygroups.md
383383
displayName: iis, server
384-
- name: SCVMM (Classic)
385-
href: targets/scvmm.md
386-
displayName: scvmm, targets
387384
- name: VMware (Classic)
388385
href: targets/vmware.md
389386
displayName: vmware, targets

0 commit comments

Comments
 (0)