Unable to add the APM Insight extension for Azure classic VMs in the new portal
While trying to add APM Insight Extension in classic VMs through the Azure portal, you may get the following error:Extension with publisher 'Site24x7', type 'Site24x7APMInsightExtn', and type handler version '1.0' could not be found in the extension repository. (Code: ArtifactNotFound)
In such cases, the extension can be added via PowerShell scripts. To add the extension from PowerShell command line, use the following commands.
$vmObject = (Get-AzureVM -ServiceName <serviceName of Azure classic VM> -Name <name of classic VM>)
Set-AzureVMExtension -Publisher Site24x7 -ExtensionName Site24x7ApmInsightExtn -Version 1.2 -ReferenceName Site24x7ApmInsightExtn -PublicConfiguration '{"site24x7LicenseKey":"<your license key>"}' -VM $vmObject -Verbose
$vmObject -Verbose -Debug | Update-AzureVM
If you require further support write to us at
support@site24x7.com. Please send us the output of these commands and or the audit logs for troubleshooting.
Related Articles
How to identify and resolve conflicts between other APM products and the APM Insight .NET agent
Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
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 ...
Unable to add SQL insight monitor
If the SQL Insight monitor is not getting added even after entering your credentials, try these troubleshooting steps: Ensure that the Auto-discover applications feature is enabled. If not, you will need to trigger discovery using the Discover ...
APM Insight integration for Next.js in Kubernetes
To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
Sync Microsoft Entra ID users to Site24x7 via Zoho Directory
If you want to sync your user data from Microsoft Azure AD to Site24x7, you can do it with Zoho Directory's conditional assignment feature. Once synced, you can easily add users in Site24x7 without requiring manual intervention. The users added to ...