Skip to content

Files

Latest commit

91858eb · May 5, 2024

History

History

18_aca_custom_domain_tf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 5, 2024
Oct 8, 2023
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024
Oct 8, 2023
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024
May 5, 2024

The binding of the certificate should run after the creation.

    custom_domain {
      name                     = var.domain_name
      certificate_id           = azurerm_container_app_environment_certificate.cert.id
      certificate_binding_type = "SniEnabled"
    }

A TXT record (from ACA app) should be added to the DNS Zone.

Deployment steps:

  1. Disable custom_domain block with container app
  2. Deploy infra
  3. Enable custom_domain