Skip to content

Commit 08281c2

Browse files
author
Cynthia Nottingham
committed
removing preview tags
1 parent aec0daf commit 08281c2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

articles/virtual-machines/delete.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
---
2-
title: Delete a VM and attached resources (preview)
2+
title: Delete a VM and attached resources
33
description: Learn how to delete a VM and the resources attached to the VM.
44
author: cynthn
55
ms.service: virtual-machines
66
ms.subservice:
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 11/16/2021
9+
ms.date: 11/19/2021
1010
ms.author: cynthn
1111
ms.custom: template-how-to
1212

1313
---
1414

15-
# Delete a VM and attached resources (preview)
15+
# Delete a VM and attached resources
1616

1717
By default, when you delete a VM it only deletes the VM resource, not the networking and disk resources. You can change this default behavior when you create a VM, or update an existing VM, to delete specific resources along with the VM.
1818

19-
> [!IMPORTANT]
20-
> This feature is currently in public preview.
21-
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities.
22-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
23-
2419

2520
## Set delete options when creating a VM
2621

articles/virtual-machines/linux/tutorial-manage-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ az vm start --resource-group myResourceGroupVM --name myVM
301301

302302
### Deleting VM resources
303303

304-
You can delete a VM, but by default this only deletes the VM resource, not the disks and networking resources the VM uses. You can change the default behavior to delete other resources when you delete the VM. For more information, see [Delete a VM and attached resources (preview)](../delete.md).
304+
You can delete a VM, but by default this only deletes the VM resource, not the disks and networking resources the VM uses. You can change the default behavior to delete other resources when you delete the VM. For more information, see [Delete a VM and attached resources](../delete.md).
305305

306306
Deleting a resource group also deletes all resources contained within, such as the VM, virtual network, and disk. The `--no-wait` parameter returns control to the prompt without waiting for the operation to complete. The `--yes` parameter confirms that you wish to delete the resources without an additional prompt to do so.
307307

articles/virtual-machines/windows/tutorial-manage-vm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.topic: tutorial
77
ms.workload: infrastructure
88
ms.date: 06/06/2019
99
ms.author: cynthn
10+
ms.collection: windows
1011
ms.custom: mvc, devx-track-azurepowershell
1112

1213
#Customer intent: As an IT administrator, I want to learn about common maintenance tasks so that I can create and manage Windows VMs in Azure
@@ -288,7 +289,7 @@ Start-AzVM `
288289

289290
### Deleting VM resources
290291

291-
You can delete a VM, but by default this only deletes the VM resource, not the disks and networking resources the VM uses. You can change the default behavior to delete other resources when you delete the VM. For more information, see [Delete a VM and attached resources (preview)](../delete.md).
292+
You can delete a VM, but by default this only deletes the VM resource, not the disks and networking resources the VM uses. You can change the default behavior to delete other resources when you delete the VM. For more information, see [Delete a VM and attached resources](../delete.md).
292293

293294
## Next steps
294295

0 commit comments

Comments
 (0)