Skip to content

Commit b5f0349

Browse files
Resolve comments
1 parent b09753e commit b5f0349

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/reference-kubernetes-provider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Assume these key-values are selected from Azure App Configuration:
309309

310310
#### [default](#tab/default)
311311

312-
Use the following sample `AzureAppConfigurationProvider` with `configMapData.type` property absent or set to `default`.
312+
`configMapData.type` property absent or set to `default`.
313313

314314
``` yaml
315315
apiVersion: azconfig.io/v1beta1
@@ -347,7 +347,7 @@ data:
347347

348348
#### [json](#tab/json)
349349

350-
Use the following sample `AzureAppConfigurationProvider` with `configMapData.type` property set to `json`.
350+
Set `configMapData.type` property to `json`.
351351

352352
``` yaml
353353
apiVersion: azconfig.io/v1beta1
@@ -373,7 +373,7 @@ data:
373373

374374
#### [yaml](#tab/yaml)
375375

376-
Use the following sample `AzureAppConfigurationProvider` with `configMapData.type` property set to `yaml`.
376+
Set `configMapData.type` property to `yaml`.
377377

378378
``` yaml
379379
apiVersion: azconfig.io/v1beta1
@@ -401,7 +401,7 @@ data:
401401

402402
#### [properties](#tab/properties)
403403

404-
Use the following sample `AzureAppConfigurationProvider` with `configMapData.type` property set to `properties`.
404+
Set `configMapData.type` property to `properties`.
405405

406406
``` yaml
407407
apiVersion: azconfig.io/v1beta1

0 commit comments

Comments
 (0)