File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,16 @@ configurationBuilder.AddAzureAppConfiguration(options =>
140
140
141
141
Edit the endpoint configuration in ` bootstrap.properties ` , to use endpoints which allows a list of endpoints.
142
142
143
+ ** Connect with AAD**
144
+
143
145
``` properties
144
- # Only one method for connecting to a configuration store can be used.
145
- # Connect using AAD
146
146
spring.cloud.azure.appconfiguration.stores[0].endpoints[0]=" <first-replica-endpoint>"
147
147
spring.cloud.azure.appconfiguration.stores[0].endpoints[1]=" <second-replica-endpoint>"
148
+ ```
148
149
149
- # Connect using connection strings
150
+ ** Connect with Connection String**
151
+
152
+ ``` properties
150
153
spring.cloud.azure.appconfiguration.stores[0].connection-strings[0]=" ${FIRST_REPLICA_CONNECTION_STRING}"
151
154
spring.cloud.azure.appconfiguration.stores[0].connection-strings[1]=" ${SECOND_REPLICA_CONNECTION_STRING}"
152
155
```
You can’t perform that action at this time.
0 commit comments