Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何为azure容器应用程序服务设置fiexd主机名_Azure_Azure Container Instances - Fatal编程技术网

如何为azure容器应用程序服务设置fiexd主机名

如何为azure容器应用程序服务设置fiexd主机名,azure,azure-container-instances,Azure,Azure Container Instances,我想知道是否可以为azure容器应用程序服务指定固定主机名?就像我们使用命令“docker run--name xxx-h{fixed hostname}…”所做的一样,谢谢。无论是Azure容器实例还是Azure Web App for Container,它们都不支持更改容器的主机名,主机名由Azure设置。@kusey没关系。

我想知道是否可以为azure容器应用程序服务指定固定主机名?就像我们使用命令“docker run--name xxx-h{fixed hostname}…”所做的一样,谢谢。

无论是Azure容器实例还是Azure Web App for Container,它们都不支持更改容器的主机名,主机名由Azure设置。

@kusey没关系。