First, we execute a task including the command:
```
az vmss update --resource-group $resourcegroup --name $vmss --set virtualMachineProfile.storageProfile.imageReference.id=$sourceimage --set tags.releaseImage=$tag
az vmss wait --updated --resource-group $resourcegroup --name $vmss
```
, but wait long time.
So I decide to cancel the command and redeploy.
And then report the error
```
ERROR: Deployment failed. Correlation ID: XXX. VM has reported a failure when processing extension 'LinuxDiagnostic'. Error message: "Enabled failed".
```
How can I fix this error? thanks