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 .
Related command
az container create --resource-group * --name * -f deploy.yamlDescribe 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 nameddns_name_label_reuse_policy.