Skip to content

Commit 94eec0d

Browse files
committed
Add redirection
1 parent 289e2a0 commit 94eec0d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@
994994
".openpublishing.redirection.app-service.json",
995995
".openpublishing.redirection.azure-arc-data.json",
996996
".openpublishing.redirection.azure-attestation.json",
997+
".openpublishing.redirection.azure-app-configuration.json",
997998
".openpublishing.redirection.azure-australia.json",
998999
".openpublishing.redirection.azure-databricks.json",
9991000
".openpublishing.redirection.azure-hpc.json",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/azure-app-configuration/howto-backup-config-store.md",
5+
"redirect_url": "/articles/azure-app-configuration/concept-geo-replication.md",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)