You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
Azure DNS does not buy domain names, so the CAF implementation is handling this by using an ARM template to buy a domain for a randomly generated string. When we pass our domain name of "ngsa-monitoring-dev.com" it must be bypassing this portion of the deployment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Azure DNS does not buy domain names, so the CAF implementation is handling this by using an ARM template to buy a domain for a randomly generated string. When we pass our domain name of "ngsa-monitoring-dev.com" it must be bypassing this portion of the deployment.
Link to the module implementation for buying a domain: terraform-azurerm-caf/module.tf at master · aztfmod/terraform-azurerm-caf (github.com)
CAF module for "domain_name_registrations": terraform-azurerm-caf/networking_domain_name_registrations.tf at master · aztfmod/terraform-azurerm-caf (github.com)
Domain name registration object in our terraform deployments: https://github.com/retaildevcrews/caf-terraform-landingzones-starter/blob/7b53f82013e015ef9c1d8bbdae76fc89b220acf9/enterprise_scale/construction_sets/aks/online/aks_secure_baseline/configuration/agw/domain.tfvars#L24
Beta Was this translation helpful? Give feedback.
All reactions