Monitor Azure Windows VM
Extensions are small applications that provide post-deployment configuration and automation on Azure virtual machines (VMs). The Azure platform hosts many extensions covering VM configuration, monitoring, security, and utility applications. Publishers take an application, wrap it into an extension, and simplify the installation.
Azure VM extensionsopen in new window
Xitoring Azure VM Extension
It's pretty easy to set up Xitoring Server monitoring on any Windows machine using a single line command, but we wanted to make it easier for Azure users to boost their overall satisfaction and experience. Providing an Azure VM extension for Xitogent lets Azure users easily setup server monitoring for their virtual machines:
- Creating a new VM via web portal
- Creating a new VM via AZ CLI or PowerShell
- Creating a new VM via deployment templates
- Adding Xitogent to a current VM via web portal
- Adding Xitogent to a current VM using AZ CLI or PowerShell
- Adding Xitogent to a current VM using deployment templates
TIP
There's no single difference on the monitoring experience when installing Xitogent using Azure Extension or the standard command via PowerShell.
Requirements
If you are not a Xitoring user please Sign upopen in new window first.
Xitogent registration key is required to add new servers to your account, you can find it on the Account page
-> Xitogent Register Key
-> Copy
Keep it for further usage.
TIP
Xitogent Registration key is not confidential, nor can be used to access any of your account data. the sole purpose of this key is to add a new server. Servers do not use this key to send data. After the registration process, each server grants a random uuid and password to send data.
Install Xitogent Extension on Azure using Web portal
- Login to your Azure portal.
- Navigate to
Virtual Machines
- Choose a VM you want install Xitogent on.
- On the left side menu, find
Extensions + applications
underSettings
menu. - Click on
+ Add
- You will see Xitoring extension
Agent for Monitoring
on the top. Click onNext
- Provide Xitogent register key from above section and click on
Review + create
- Now click on
Create
On average it takes three minute for a Windows machine to get Xitogent installed properly, and you will receive an email from Xitoring upon successful operation.
Install Xitogent Extension on Azure CLI or PowerShell
- It's assumed you have already installed AZ CLI. If you didn't, please read more hereopen in new window. Using the below command you can easily install Xitogent on your Azure VM using AZ CLI. Make sure to replace these parameters:
az vm extension set --resource-group YourResourceGroup --vm-name MyVM1 --name XitogentWindows --publisher Xitoring --settings '{"key": "YourXitogentRegisterKey"}'
YourResourceGroup: Your actual resource group name
MyVM1: Your actual virtual machine name
YourXitogentRegisterKey: Xitogent register key from the above section.