最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring cloud - How to Externalize Configuration for Azure Functions (hosting.json)? - Stack Overflow

programmeradmin1浏览0评论

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!

发布评论

评论列表(0)

  1. 暂无评论