# Azure Health Check (Enterprise Only)
Available in Rundeck Enterprise
# Overview
The Azure Health Check plugin checks the status of Azure VMs. If the host is running the plugin will return a "healthy" status.
# Preparation
To configure this plugin some information will be needed from the Azure system.
- Tenant ID
- Client ID
- Subscription ID
- Client Key
# Configuration
Node Filter: This is the Node Filter used to determine which nodes the Health Check is run against in this project.
Label: Name to reference this instance of the HealthCheck
Tenant ID: This is the ID for the trust relationship between the Azure subscription and Azure Active Directory.
- Sign in to the Azure portal (opens new window).
- Select Azure Active Directory.
- Select Properties.
- Then, scroll down to the Tenant ID field. Your Tenant ID will be in the box.
Client ID: This is also referred to as the Application ID
- Sign in to the Azure portal (opens new window).
- Select Azure Active Directory in the left sidebar.
- Click Enterprise Applications.
- Click All Applications.
- Select the application which you have created.
- Click Properties.
- Copy the Application ID .
Subscription ID:
- Sign in to the Azure portal (opens new window).
- Select Subscriptions in the left sidebar.
- Select whichever subscription is needed.
- Click on Overview.
- Copy the Subscription ID.