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.
Asked
Active
Viewed 753 times
1 Answers
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