Skip to content

Commit c2fa6cc

Browse files
author
unknown
committed
Address PR comments
1 parent 3e501ea commit c2fa6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-app-configuration/.openpublishing.redirection.appconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"source_path_from_root": "/articles/azure-app-configuration/pull-key-value-devops-pipeline.md",
10-
"redirect_url": "/azure/azure-app-configuration/export-key-value-devops-pipeline.md",
10+
"redirect_url": "/azure/azure-app-configuration/export-key-value-devops-pipeline",
1111
"redirect_document_id": true
1212
}
1313
]

articles/azure-app-configuration/concept-config-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following table shows all the imported data in your App Configuration store.
6262

6363
| Key | Value | Label | Content type |
6464
|---------|---------|---------|---------|
65-
| .appconfig.featureflag/Beta | {"id":"Beta","description":"","enabled":false,"conditions":{"client_filters":[]}} | dev | application/vnd.microsoft.appconfig.ff+json;charset=utf-8 |
65+
| .appconfig.featureflag/Beta | {"id":"Beta","description":"","enabled": false,"conditions":{"client_filters":[]}} | dev | application/vnd.microsoft.appconfig.ff+json;charset=utf-8 |
6666
| Logging:LogLevel:Default | Warning | dev | |
6767
| Database:ConnectionString | {\"uri\":\"https://\<your-vault-name\>.vault.azure.net/secrets/db-secret\"} | test | application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8 |
6868

0 commit comments

Comments
 (0)