Skip to content

Commit 952b825

Browse files
Merge pull request #311698 from mrm9084/SpringLoadBalancing
App Config Spring Load Balancing
2 parents 0c1f395 + 6eadbc1 commit 952b825

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-app-configuration
77
ms.devlang: csharp
88
# ms.devlang: csharp, java, python, javascript
99
ms.topic: how-to
10-
ms.date: 08/25/2025
10+
ms.date: 02/11/2026
1111
ms.author: zhiyuanliang
1212
ms.custom: devx-track-azurecli
1313

@@ -321,7 +321,14 @@ configurationBuilder.AddAzureAppConfiguration(options =>
321321

322322
### [Java Spring](#tab/spring)
323323

324-
This feature isn't yet supported in the Azure App Configuration Java Spring Provider.
324+
Specify the `loadBalancingEnabled` property in the `application.properties` file of your application.
325+
326+
```properties
327+
spring.cloud.azure.appconfiguration.stores[0].load-balancing-enabled=true
328+
```
329+
330+
> [!NOTE]
331+
> Load balancing support is available if you use version **6.1.0** or later
325332

326333
### [Kubernetes](#tab/kubernetes)
327334

0 commit comments

Comments
 (0)