Azure Virtual Machine - FAQ
1. How is data collection happening for Azure Virtual Machine monitors?
- Microsoft Azure monitor discovery modes in AppManager:
- AD Application mode
- Organizational Account mode
- OAuth mode
- Azure VM monitor - Data collection methods:
- Azure Monitor
- Azure Diagnostic Extension
- Guest OS
- Till APM v15300:
- Data collection is based on the discovery mode selected while adding the monitor.
- CPU, Memory, Threads and Processes related counters (Diagnostic Extension metrics) were collected using Azure JARs if the Diagnostic Extension is enabled in all modes.
- Disk Utilization, Disk Statistics, Network Interface and Services (Guest OS metrics) were collected using Powershell Remoting only in Organizational Account mode.
- Network and Disk related counters (Azure Monitor metrics) were collected only in OAuth mode.
- From APM v15300:
- Data collection for all metrics will be independent of the discovery modes.
- Azure Monitor metrics will be collected by default without any additional prerequisites.
Azure Diagnostic Extension metrics (CPU, Memory, Threads and Process related counters) will be collected if the Diagnostic Extension is enabled in the Azure VM. This data will be stored by Azure in Tables in Azure Storage account, which we collected using Storage Table APIs.
Applications Manager can collect diagnostic metrics from Storage accounts in both
public and
private links, as long as the storage account is accessible from the machine where Applications Manager is installed. For additional information, please refer to this
link.
- Guest OS metrics (Disk Utilization, Disk Statistics, Network Interface and Services) will be collected using Powershell Remoting in all modes if the Guest OS Monitoring option is enabled in the Edit monitor page of the VM and the required prerequisites are done. This can be done only in Windows installation of Applications Manager and for Windows VMs.
2. What happens in Applications Manager when you delete Azure Virtual Machine in the Azure portal?
- When you delete Azure Virtual Machine in Azure portal, The Azure Virtual Machine (child monitor) in Applications Manager will be deleted in Azure parent monitor's next poll and the following message will be displayed in the child monitor.
5. Monitoring Azure Virtual Machines in proxy setups.
- If the AppManager is present in a proxy setup, you need to exclude the hosts of the APIs used to access those APIs and fetch the data.
- Below are the list of hosts of the APIs used in Azure Virtual Machine monitoring:
- login.microsoftonline.com - Authentication API
- management.azure.com - Data collection APIs
- <myAccount>.table.core.windows.net - Azure VM Diagnostics Table APIs (myAccount refers to the Storage Account name where diagnostic extension metrics is stored)
New to ADSelfService Plus?