We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5613aa commit ef36ad5Copy full SHA for ef36ad5
articles/azure-app-configuration/howto-geo-replication.md
@@ -207,11 +207,11 @@ Update the `AzureAppConfigurationProvider` resource of your Azure App Configurat
207
apiVersion: azconfig.io/v1
208
kind: AzureAppConfigurationProvider
209
metadata:
210
- name: appconfigurationprovider-sample
+ name: appconfigurationprovider-sample
211
spec:
212
- endpoint: <your-app-configuration-store-endpoint>
213
- replicaDiscoveryEnabled: false
214
- target:
+ endpoint: <your-app-configuration-store-endpoint>
+ replicaDiscoveryEnabled: false
+ target:
215
configMapName: configmap-created-by-appconfig-provider
216
```
217
0 commit comments