Azure containers example uses IP address as sample output, even though azure container IP addresses change without warning #642
Labels
area/templates
kind/enhancement
Improvements or new features
size/S
Estimated effort to complete (1-2 days).
Hello!
Issue details
As detailed in https://learn.microsoft.com/en-us/azure/container-instances/container-instances-application-gateway,
This is also true of public IPs that are not associated with an application gateway, as you can see from confused user comments here, here, here, here, and so on.
It seems like it would be more useful to provide an example that sets
dns_name_label
to some example name andauto_generated_domain_name_label_scope
tocontainerinstance.DnsNameLabelReusePolicy.TENANT_REUSE
inIpAddressArgs
, and then exportcontainer_group.ip_address.fqdn
rather thancontainer_group.ip_address.ip
.Affected area/feature
The text was updated successfully, but these errors were encountered: