Skip to content

Commit a786132

Browse files
committed
Update howto-geo-replication.md
1 parent 3f2b8b3 commit a786132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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
99
ms.topic: how-to
10-
ms.date: 05/24/2024
10+
ms.date: 09/09/2024
1111
ms.author: mametcal
1212
ms.custom: devx-track-azurecli
1313

@@ -153,7 +153,7 @@ Specify the `replica_discovery_enabled` property when loading the configuration
153153

154154

155155
```python
156-
config = load(endpoint, credential, replica_discovery_enabled=False)
156+
config = load(endpoint=endpoint, credential=credential, replica_discovery_enabled=False)
157157
```
158158

159159
> [!NOTE]

0 commit comments

Comments
 (0)