Skip to main content

Front Door configuration

Purpose

Configuration

We use Azure Front Door as our entry point into the HMCTS estate.

Configuration is located in sds-azure-platform.

A minimal configuration for production would be:

  {
    name             = "app-name"
    custom_domain    = "your-app.service.gov.uk"
    backend_domain   = ["firewall-prod-int-palo-sdsprod.uksouth.cloudapp.azure.com"]
    dns_zone_name    = "your-app.service.gov.uk"
  }

For the other options available have a look at what other applications are using in the same file.

Before sending a pull request to this repo ensure that:

  • your DNS pull request has been merged,
  • your TLS certificate has been stored in vault, if you aren’t sure then just create the pull request, the build will fail if it isn’t present.

Once the above is complete, send a pull request with your configuration change, you can ask for review in #platops-code-review.

This page was last reviewed on 22 April 2024. It needs to be reviewed again on 22 October 2024 by the page owner platops-build-notices .
This page was set to be reviewed before 22 October 2024 by the page owner platops-build-notices. This might mean the content is out of date.