Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Website Health Check
Website Health Check

Website Health Check

Akhil Sharma

|
11 installs
| (3) | Free
Task to perform health checks on websites with configurable retries
Get it free

Azure Website Healthcheck Extension

This Azure DevOps extension provides automated health monitoring for websites by checking their availability and response status. It's perfect for deployment pipelines where you need to verify website health before marking a deployment as successful.

Features

  • Monitor website availability
  • Configurable retry attempts
  • Customizable timeout settings
  • Response code validation

Prerequisites

  • Azure DevOps Services or Azure DevOps Server
  • Appropriate permissions to add and run pipeline tasks

Usage

  1. Add the task to your pipeline
  2. Configure the following parameters:
    • Website URLs (one per line)
    • Retry attempts
    • Timeout (in seconds)

Task Configuration

Example YAML

steps:
- task: AkhilSharma.WebsiteHealthcheck.WebsiteHealthCheck-task.WebsiteHealthCheck@1 (Please recheck before applying!)
  inputs:
    websiteUrl: https://myapp.azurewebsites.net
    maxRetries: '3'
    retryInterval: '30'
    timeout: '30'

Support

For issues, feature requests, or questions, please create an issue in the GitHub repository or reach out at info@akhilsharma.top.

Contributing

This extension is maintained by Akhil Sharma. While the extension is free to use, any modifications, copies, or reuse of its code or functionality require prior written approval from the author.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft