Skip to content

Commit ce89814

Browse files
authored
Update linux-vm-extension-status-not-reported.md
1 parent ada52e6 commit ce89814

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/azure/virtual-machines/linux/linux-vm-extension-status-not-reported.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Linux VM extension status isn't reported after Azure Linux Agent 2.2.19 update
2+
title: Linux VM Extension Status Isn't Reported After Azure Linux Agent 2.2.19 Update
33
description: Discusses a problem in which the Linux VM extension status is not reported after an Azure Linux Agent update to version 2.2.19.
44
ms.date: 07/21/2020
55
ms.reviewer: danis, danis
@@ -15,24 +15,24 @@ _Original KB number:_   4077547
1515

1616
[!INCLUDE [VM assist troubleshooting tools](~/includes/azure/vmassist-include.md)]
1717

18-
This article provides a solution to an issue in which the Linux VM extension status is not reported after an Azure Linux Agent update to version 2.2.19.
18+
This article provides a solution to a problem in which the Linux VM extension status is not reported after an Azure Linux Agent update to version 2.2.19.
1919

2020
## Symptoms
2121

22-
On a Linux virtual machine (VM) that's running on an instance of Microsoft Azure that has Azure Linux Agent 2.2.19 installed, you don't see the extension status being reported by using either the portal or Azure Command-Line Interface (Azure CLI).
22+
On a Linux virtual machine (VM) that's running on an instance of Microsoft Azure that has Azure Linux Agent 2.2.19 installed, you don't see the extension status reported. This problem occurs in both the Azure portal or Azure Command-Line Interface (Azure CLI).
2323

2424
## Cause
2525

2626
This problem occurs because of a [known issue](https://github.com/Azure/WALinuxAgent/wiki/Known-Issues#2219---protocolerror-varlibwaagentgoalstate1xml-is-missing).
2727

2828
## Resolution
2929

30-
Microsoft is taking steps to automatically resolve this problem. For VMs that have been automatically resolved, you will see the following additional Microsoft extension installed on the affected VMs:
30+
Microsoft is taking steps to automatically resolve this problem. For VMs that were automatically resolved, you see the following additional Microsoft extension installed on the affected VMs:
3131

3232
- **Extension publisher:** Microsoft.CPlat.Core
3333
- **Extension type:** RunCommandLinux
3434

35-
You can use [Azure CLI](/cli/azure/install-azure-cli)  to query the extensions that are assigned to a VM. To do this, run the following command:
35+
You can use [Azure CLI](/cli/azure/install-azure-cli) to query the extensions that are assigned to a VM. To use this query, run the following command:
3636

3737
```Azure CLI
3838
az vm extension list --vm-name <vmName> -g <resGroupName>

0 commit comments

Comments
 (0)