Skip to content

Commit fcb37d5

Browse files
committed
updated block
1 parent 08f3dd6 commit fcb37d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/update-management/remove-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
1818

1919
1. In the Azure portal, launch **Cloud Shell** from the top navigation of the Azure portal. If you are unfamiliar with Azure Cloud Shell, see [Overview of Azure Cloud Shell](../../cloud-shell/overview.md).
2020

21-
2. Use the following command to identify the UUID of an Azure virtual machine or non-Azure machine that you want to remove from management.
21+
2. Use the following method to identify the UUID of an Azure virtual machine or non-Azure machine that you want to remove from management.
2222

2323
# [Azure VM](#tab/azure-vm)
2424

@@ -32,7 +32,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
3232
Heartbeat
3333
| where TimeGenerated > ago(30d)
3434
| where ResourceType == "machines" and (ComputerEnvironment == "Non-Azure")
35-
| summarize by Computer, VMUUIDContent for Windows...
35+
| summarize by Computer, VMUUID
3636
```
3737

3838
---

0 commit comments

Comments
 (0)