File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Assume these key-values are selected from Azure App Configuration:
309
309
310
310
# ### [default](#tab/default)
311
311
312
- Use the following sample `AzureAppConfigurationProvider` with `configMapData.type` property absent or set to `default`.
312
+ ` configMapData.type` property absent or set to `default`.
313
313
314
314
` ` ` yaml
315
315
apiVersion: azconfig.io/v1beta1
@@ -347,7 +347,7 @@ data:
347
347
348
348
# ### [json](#tab/json)
349
349
350
- Use the following sample `AzureAppConfigurationProvider` with ` configMapData.type` property set to `json`.
350
+ Set ` configMapData.type` property to `json`.
351
351
352
352
` ` ` yaml
353
353
apiVersion: azconfig.io/v1beta1
@@ -373,7 +373,7 @@ data:
373
373
374
374
# ### [yaml](#tab/yaml)
375
375
376
- Use the following sample `AzureAppConfigurationProvider` with ` configMapData.type` property set to `yaml`.
376
+ Set ` configMapData.type` property to `yaml`.
377
377
378
378
` ` ` yaml
379
379
apiVersion: azconfig.io/v1beta1
@@ -401,7 +401,7 @@ data:
401
401
402
402
# ### [properties](#tab/properties)
403
403
404
- Use the following sample `AzureAppConfigurationProvider` with ` configMapData.type` property set to `properties`.
404
+ Set ` configMapData.type` property to `properties`.
405
405
406
406
` ` ` yaml
407
407
apiVersion: azconfig.io/v1beta1
You can’t perform that action at this time.
0 commit comments