Hello @Hayden, Jeff
I understand that you would like to know how to remove the Network Watcher agent extension from your Linux VM.
You can uninstall it using Azure portal/PowerShell/CLI following the below doc:
To remove an extension in the Azure portal:
- Select a VM.
- Select Extensions.
- Select the extension.
- Select Uninstall.
To remove an extension via Azure PowerShell, use Remove-AzVMExtension command. (To force the command to run without asking for user confirmation specify the -Force
switch parameter.)
To remove an extension via Azure CLI, use az vm extension delete command.
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.