I am developing an Azure Service Fabric stateless service. While I have deployed locally before, I am currently encountering the following error:
DnsService UDP listener is unable to start. Please make sure there are no processes listening on the DNS port 53.
DnsService
parameter IsEnabled
set to True
Edit:
I can deploy successfully to an Azure cluster, so I am fairly certain that the problem lies in the local cluster. But removing the cluster and redeploying does not solve the error!
I uninstalled Docker per @Taran's answer to another question. This was the most resilient answer as I was then able to deploy successfully x 10. :-)