mspnp / AzureNamingTool

The Azure Naming Tool is a .NET 8 Blazor application, with a RESTful API. The UI consists of several pages to allow the configuration and generation of Azure Resource names. The API provides a programmatic interface for the functionality.
https://aka.ms/azurenamingtool
MIT License
308 stars 604 forks source link

feat: added health check ping endpoint #23

Closed dylan-asos closed 9 months ago

dylan-asos commented 9 months ago

Adding a health check endpoint which can be used when deploying to AKS, e.g.

probes:
  readinessProbe:
    httpGet:
      path: /healthcheck/ping
      port: 8080
      scheme: HTTPS

Addresses some of points in #24