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