Add support for autoGeneratedDomainNameLabelScope / dns_name_label_reuse_policy for container create
Open
act-observability-squad
Auto-Assign
Container Instances
customer-reported
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
`az container create --resource-group * --name * -f deploy.yaml`
**Describe the solution you'd like**
Please add support to specify the DNS re-use policy in the deployment yaml file, see https://learn.microsoft.com/en-us/azure/container-instances/how-to-reuse-dns-names
The related attribute in ARM is named `autoGeneratedDomainNameLabelScope`. The related attribute in Terraform is named `dns_name_label_reuse_policy `.
Contributor guide
Assessment
This issue has not been assessed yet.