Open MickBadran opened 6 years ago
You can use localhost.
C:\Program Files\Microsoft SDKs\Service Fabric\ClusterSetup edit the DevClusterSetup powershell script, edit this line
$usingMachineName = $False
Now it will use localhost instead of your computer name, which never worked for me and resulted in nasty DNS issues
Hi folks,
I have a few questions around the external public IP address.
Does it change with each deployment?
Is there a DNS equivalent (or are there future plans) rather than the IP address? (tends to make solutions a little brittle)
Many thanks,
Mick.