【发布时间】:2019-05-03 04:52:43
【问题描述】:
我的 Azure API 管理和 Service Fabric 在同一个 Vnet 中,但属于 2 个不同的子网。
它们都有相同的 NSG。 API管理需要联系19080端口的Service Fabric
service-fabric-backend (0.038 ms)
{
"message": "Resolving partition",
"resourceId": "https://dev-myservicefabric-sf.ukwest.cloudapp.azure.com:19080",
"managementEndpoint": [
"https://dev-myservicefabric-sf.ukwest.cloudapp.azure.com:19080"
],
"serviceName": {},
"partitionKey": {
"kind": "Singleton"
}
}
这是我制定的 NSG 规则。但是当我设置它时,我无法与服务结构进行通信。除了放置 Any (*) 之外,正确的规则配置是什么。
【问题讨论】:
标签: azure azure-service-fabric azure-api-management