我需要一些帮助。
我在 Azure 应用服务(Windows)上部署了 Asp Net Core 应用程序。它没有使用我在 launchSettings.json 中的标准配置
但每次启动时使用随机端口。例如 :
[INF] 现在正在收听:“http://127.0.0.1:4340”
[INF] 现在正在收听:“http://127.0.0.1:8105”
[INF] 现在正在收听:“http://127.0.0.1:13605”
当我在自己的计算机上运行它时,所有路由和端口都工作正常。为什么Azure App Service部署时会出现这种情况?