Troubleshoot OneAgent deployment on Azure VM Scale Set

Find out how to solve problems that you may encounter when deploying OneAgent on Azure VM ScaleSet.

The VMSS nodes don't show up in the DESK UI

If the VMSS nodes don't show up in the DESK UI, restart the VMSS nodes:

Replace all values marked with <...> with your actual values.

Restart-AzureRmVmss -ResourceGroupName "<Resource-Group>" -VMScaleSetName "<VMSS-Name>"
Parameter Required Description
Resource-Group yes Name of the resource group the Virtual Machine is deployed to
VMSS-Name yes Name of the VMSS the extension should be installed to.