# 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.

  1. Sign in to the Azure portal (opens new window).
  2. Select Azure Active Directory.
  3. Select Properties.
  4. 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

  1. Sign in to the Azure portal (opens new window).
  2. Select Azure Active Directory in the left sidebar.
  3. Click Enterprise Applications.
  4. Click All Applications.
  5. Select the application which you have created.
  6. Click Properties.
  7. Copy the Application ID .

Subscription ID:

  1. Sign in to the Azure portal (opens new window).
  2. Select Subscriptions in the left sidebar.
  3. Select whichever subscription is needed.
  4. Click on Overview.
  5. Copy the Subscription ID.