File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,15 @@ spring.cloud.azure.appconfiguration.stores[0].endpoints[0]="<first-replica-endpo
147
147
spring.cloud.azure.appconfiguration.stores[0].endpoints[1]=" <second-replica-endpoint>"
148
148
```
149
149
150
+ ** Connect with Connection String**
151
+
152
+ ``` properties
153
+ spring.cloud.azure.appconfiguration.stores[0].connection-strings[0]=" ${FIRST_REPLICA_CONNECTION_STRING}"
154
+ spring.cloud.azure.appconfiguration.stores[0].connection-strings[1]=" ${SECOND_REPLICA_CONNECTION_STRING}"
155
+ ```
150
156
151
157
> [ !NOTE]
152
- > The failover support is available if you use version of ** 4.0.0-beta.1 ** or later of any of the following packages.
158
+ > The failover support is available if you use version of ** 4.7.0 ** or later of any of the following packages.
153
159
> - ` spring-cloud-azure-appconfiguration-config `
154
160
> - ` spring-cloud-azure-appconfiguration-config-web `
155
161
> - ` spring-cloud-azure-starter-appconfiguration-config `
You can’t perform that action at this time.
0 commit comments