Jyoti

Results 2 issues of Jyoti

We are using azure app configuration and azure app insight library in reactive springboot project with kotlin. We are using latest version of both libraries Dependencies: implementation("com.azure.spring:spring-cloud-azure-appconfiguration-config:5.12.0") implementation("com.microsoft.azure:applicationinsights-runtime-attach:3.5.2" ) implementation("com.microsoft.azure:applicationinsights-core:3.5.2")...

JavaSpring
question

Context: we are using azure app configuration to read the value of feature flag. We are using reactive springboot library: springwebflux and the following dependency : ``` com.azure.spring spring-cloud-azure-appconfiguration-config com.azure.spring...

JavaSpring
question