Rujun Chen
Rujun Chen
39. Suggestion: Organize content in this style: https://learn.microsoft.com/en-us/azure/app-service/quickstart-java?tabs=javase&pivots=platform-windows-development-environment-maven 
cc: @stliu , @saragluna . FYI: Maybe we can support it in our layer after sdk supported this feature.
Hi, @YusukeTobo Thanks for reaching out. This problem already handled in this issue: https://github.com/Azure/azure-sdk-for-java/issues/26493 After https://github.com/Azure/azure-sdk-for-java/issues/26493, properties like `read-timeout / connect-timeout` will be deprecated. To set these properties, you can...
Closing because 4.4.0 has been released: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/CHANGELOG.md#440-2022-09-26 But now 4.4.0 have bug (#31213). Please wait for ~4.5.0~ 4.4.1.
@YusukeTobo Now we plan to release `4.4.1`. ETA is `2022-11-01`.
Hi, dear spring-security developers. Do you have plan to implement the MFA feature?
Hi, @kdhindsa, @jgrandja. > @jgrandja, yes, I had configured the scopes correctly: > > `spring.security.oauth2.client.registration.azure.scope=openid,user.read,offline_access,files.read.all` > > but that didn't work. Eventually I found this configuration: > > ``` >...
Hi, @frbosch Thank you for your detailed description about this problem. ## My guess I guess some exception happened but there is no log outputted in `KeyVaultEnvironmentPostProcessor`, you can check...
Hi, @frbosch Thank you for you information. I have 2 points to share: 1. You should change `property-sources[0]` to `property-sources` in your `application.yml`. 2. When credentials are not available, it...
Hi, @frbosch 1. About `property-sources` and `property-sources[0]`, I found both the following 2 formats are right: ``` spring: cloud: azure: keyvault: secret: property-source-enabled: true property-sources[0]: endpoint: ``` ``` spring: cloud:...