Skip to content

Commit 8e98c92

Browse files
committed
Update howto-geo-replication.md
1 parent c308a0f commit 8e98c92

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,16 @@ configurationBuilder.AddAzureAppConfiguration(options =>
140140

141141
Edit the endpoint configuration in `bootstrap.properties`, to use endpoints which allows a list of endpoints.
142142

143+
**Connect with AAD**
144+
143145
```properties
144-
# Only one method for connecting to a configuration store can be used.
145-
# Connect using AAD
146146
spring.cloud.azure.appconfiguration.stores[0].endpoints[0]="<first-replica-endpoint>"
147147
spring.cloud.azure.appconfiguration.stores[0].endpoints[1]="<second-replica-endpoint>"
148+
```
148149

149-
# Connect using connection strings
150+
**Connect with Connection String**
151+
152+
```properties
150153
spring.cloud.azure.appconfiguration.stores[0].connection-strings[0]="${FIRST_REPLICA_CONNECTION_STRING}"
151154
spring.cloud.azure.appconfiguration.stores[0].connection-strings[1]="${SECOND_REPLICA_CONNECTION_STRING}"
152155
```

0 commit comments

Comments
 (0)