When I publish my asp.net core 2.0
to the azure cloud, I have a misconfiguration and I am given an error originating from IIS instead of Kestrel
HTTP Error 502.5 - Process Failure
...
The application process started but failed to listen on the configured port
For more information visit: https://go.microsoft.com/fwlink/?LinkID=808681
How can I make Azure cloud use Kestrel and not IIS?