【发布时间】:2018-01-28 06:16:21
【问题描述】:
我尝试为 grafana 和石墨 80 和 8125 公开两个端口。 当我尝试打开两个端口时收到错误消息:
"error": {
"code": "MixedProtocolsNotSupported",
"message": "Mixed protocols are found in container group 'test'. A container group can have either protocol TCP or UDP, but can't have both."
这是我的模板
"osType": "Linux",
"ipAddress": {
"type": "Public",
"ports": [
{
"protocol": "tcp",
"port": "80"
},
{
"protocol": "udp",
"port": "8125"
}
]
}
也许有人对此有解决方法?
【问题讨论】:
标签: azure tcp udp containers instance