0

I'd like to know if it's possible to specify a fixed hostname for an azure container app service? Just like what we did using the command "docker run --name xxx -h {fixed-hostname} ...", thanks.

kusey
  • 5
  • 3

1 Answers1

0

No matter the Azure Container Instance or the Azure Web App for Container, they both do not support to change the containers' hostname, the hostname is set by Azure.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39