Troubleshooting step for the error message 'VM has reported a failure when processing extension' while trying to add Site24x7 Azure VM Extensions
Occasionally, when the extension is configured along with the creation of VM using the new Azure portal, the deployment can fail. To workaround this issue, try adding the extension after the deployment of the VM.
On the other hand, you may get these messages while deploying the VM extensions to classic VMs using the new Azure portal.
The operation failed due to an internal error. Please retry the operation after sometime.
The resource operation completed with terminal provisioning state 'Failed'.
If you get error message like above or any other issue while adding the extension to a classic VM, kindly check the operation logs for more details. To verify the operation logs, go to Azure Classic Portal (https://manage.windowsazure.com/) and check the operation logs (under Management services). The logs can be filtered based on service. On clicking Details of the respective log, it will give the xml content of the failure.
<SubscriptionOperation xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
...
<OperationStatus>
<ID>XXXXXXX-XXX-XXXX-XXXX-XXXXXXX</ID>
<Status>Failed</Status>
<HttpStatusCode>400</HttpStatusCode>
<Error>
<Code>BadRequest</Code>
<Message>...</Message>
</Error>
</OperationStatus
...
</SubscriptionOperation>
If you require further support, please write to us at
support@site24x7.com. Please send us the status part of the operational logs for troubleshooting.
Related Articles
Synthetic browser module prerequisite and troubleshooting guide for On-Premise Pollers
Introduction This document provides a structured troubleshooting guide for resolving issues encountered during the download process of On-Premise Poller for Synthetic (Browser) Module. It covers possible statuses, check-up steps, remedies, and ...
Why are my resources not being discovered?
When you cannot view the newly added Azure resources in your Azure monitor, you can check if Auto-discovery is disabled. If it is enabled, new resources will be added during auto-discovery. Manual triggering If your resource is not discovered, you ...
Troubleshoot the Error 404 and Error 99 for RabbitMQ
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
API exceeded error
Why do I get an API exceeded error after a few attempts? Every API has a certain limit to the number of requests a user can hit within a period of time, called the rate limit. An error message is triggered when a user does one of the following ...
Troubleshoot the Unauthorized user (Error 401) when installing Tomcat plugins
When installing Tomcat plugins, you may encounter the following error: Unauthorized user. Does not have permissions. HTTP Error 401: This error usually occurs when the user accessing the Tomcat Manager application does not have the necessary ...