azure-service-fabric-mesh

How to find the public IP address of a service fabric mesh service

人盡茶涼 提交于 2019-12-25 01:00:56
问题 After a Service Fabric Mesh Service has been deployed, how does one find the external facing IP Address. Things tried so far: Looking at the properties and settings of the service in the Azure portal Running the command az mesh app list - this shows a valid response but the IP Address is missing Running the command az mesh app show - this shows a valid response but the IP Address is missing Running the command az mesh service list - this shows a valid response but the IP Address is missing