admin管理员组文章数量:1023738
I have an Azure Function written in Java 17 using Spring Cloud Functions that processes data from Event Hub. and I need to set the enqueueTime
to a specific time (e.g., a few minutes earlier) whenever the service is stopped and restarted.
Currently, we manually set this value before starting the application. I'm looking for a way to externalize this configuration so the function can automatically pick it up from an external source, such as a configuration repository.
Is there a recommended approach for hosting and managing such external configurations for Azure Functions? Any insights or best practices would be appreciated. Thank you!
I have an Azure Function written in Java 17 using Spring Cloud Functions that processes data from Event Hub. and I need to set the enqueueTime
to a specific time (e.g., a few minutes earlier) whenever the service is stopped and restarted.
Currently, we manually set this value before starting the application. I'm looking for a way to externalize this configuration so the function can automatically pick it up from an external source, such as a configuration repository.
Is there a recommended approach for hosting and managing such external configurations for Azure Functions? Any insights or best practices would be appreciated. Thank you!
本文标签: spring cloudHow to Externalize Configuration for Azure Functions (hostingjson)Stack Overflow
版权声明:本文标题:spring cloud - How to Externalize Configuration for Azure Functions (hosting.json)? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745596711a2158215.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论