Skip to content

Commit e639bfd

Browse files
authored
Merge pull request #231728 from davidsmatlak/ds-ama-redirect-0322
Adds redirect for managed apps content
2 parents a085127 + 7fcec55 commit e639bfd

12 files changed

+7
-62
lines changed

.openpublishing.redirection.azure-resource-manager.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,11 @@
16001600
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-portal",
16011601
"redirect_document_id": false
16021602
},
1603+
{
1604+
"source_path_from_root": "/articles/azure-resource-manager/managed-applications/publish-portal.md",
1605+
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
1606+
"redirect_document_id": false
1607+
},
16031608
{
16041609
"source_path_from_root": "/articles/managed-applications/publish-service-catalog-app.md",
16051610
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
@@ -1881,4 +1886,4 @@
18811886
"redirect_document_id": false
18821887
}
18831888
]
1884-
}
1889+
}

articles/azure-resource-manager/managed-applications/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ landingContent:
5353
links:
5454
- text: Use secret from Key Vault
5555
url: key-vault-access.md
56-
- text: Publish through portal
57-
url: publish-portal.md
5856

5957
# Card
6058
- title: Access control
Binary file not shown.

articles/azure-resource-manager/managed-applications/publish-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following examples show how to add a notification endpoint URI using the por
2929

3030
### Azure portal
3131

32-
To get started, see [Publish a service catalog application through Azure portal](./publish-portal.md).
32+
To get started, see [Quickstart: Create and publish an Azure Managed Application definition](./publish-service-catalog-app.md).
3333

3434
:::image type="content" source="./media/publish-notifications/service-catalog-notifications.png" alt-text="Screenshot of the Azure portal that shows a service catalog managed application definition and the notification endpoint.":::
3535

0 commit comments

Comments
 (0)