作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用 Spring Native 构建了一个 docker 镜像。容器内的 Spring Boot 应用程序监听端口 80,但由于缺少访问权限而在启动时在 Azure Functions 上崩溃(docker 似乎不允许使用低于 1024 的端口)。如何更改 Azure Functions 用于访问 docker 镜像内的应用程序的端口?
最佳答案
如果您使用的是 80 或 8080,azure will auto-detect the used port .
每个其他端口都可以使用WEBSITES_PORT
环境变量“Function App -> Settings -> Configuration -> New application settings”配置为 8081(或那个) ,应用程序监听)。
关于Azure Functions 与 docker : How change port?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69915834/
我是一名优秀的程序员,十分优秀!