I have created basic ASP.Net Core server on Azure Ubuntu VM. I have exposed the server to a port 80 using nginx. I am conecting to the VM via ssh. And starting the server with "dotnet run" command. That works fine.I have created basic ASP.Net Core server on Azu