Skip to content

Commit c576746

Browse files
Merge pull request #111359 from tfitzmac/0413managedapp
change managed app quickstart
2 parents 0f5ad6a + d2e7991 commit c576746

File tree

10 files changed

+138
-117
lines changed

10 files changed

+138
-117
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5504,7 +5504,12 @@
55045504
},
55055505
{
55065506
"source_path": "articles/managed-applications/publish-managed-app-definition-quickstart.md",
5507-
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-managed-app-definition-quickstart",
5507+
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
5508+
"redirect_document_id": false
5509+
},
5510+
{
5511+
"source_path": "articles/azure-resource-manager/managed-applications/publish-managed-app-definition-quickstart.md",
5512+
"redirect_url": "/azure/azure-resource-manager/managed-applications/publish-service-catalog-app",
55085513
"redirect_document_id": false
55095514
},
55105515
{

articles/azure-resource-manager/managed-applications/concepts-custom-role-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article provides an overview of the custom role definition artifact and its
1515

1616
## Custom role definition artifact
1717

18-
You need to name the custom role definition artifact customRoleDefinition.json. Place it at the same level as createUiDefinition.json and mainTemplate.json in the .zip package that creates a managed application definition. To learn how to create the .zip package and publish a managed application definition, see [Publish a managed application definition.](publish-managed-app-definition-quickstart.md)
18+
You need to name the custom role definition artifact customRoleDefinition.json. Place it at the same level as createUiDefinition.json and mainTemplate.json in the .zip package that creates a managed application definition. To learn how to create the .zip package and publish a managed application definition, see [Publish a managed application definition.](publish-service-catalog-app.md)
1919

2020
## Custom role definition schema
2121

articles/azure-resource-manager/managed-applications/concepts-view-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article provides an overview of view definition artifact and its capabiliti
1515

1616
## View definition artifact
1717

18-
The view definition artifact must be named **viewDefinition.json** and placed at the same level as **createUiDefinition.json** and **mainTemplate.json** in the .zip package that creates a managed application definition. To learn how to create the .zip package and publish a managed application definition, see [Publish an Azure Managed Application definition](publish-managed-app-definition-quickstart.md)
18+
The view definition artifact must be named **viewDefinition.json** and placed at the same level as **createUiDefinition.json** and **mainTemplate.json** in the .zip package that creates a managed application definition. To learn how to create the .zip package and publish a managed application definition, see [Publish an Azure Managed Application definition](publish-service-catalog-app.md)
1919

2020
## View definition schema
2121

articles/azure-resource-manager/managed-applications/deploy-service-catalog-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: tomfitz
99
---
1010
# Quickstart: Deploy service catalog app through Azure portal
1111

12-
In the [preceding quickstart](publish-managed-app-definition-quickstart.md), you published a managed application definition. In this quickstart, you create a service catalog app from that definition.
12+
In the [preceding quickstart](publish-service-catalog-app.md), you published a managed application definition. In this quickstart, you create a service catalog app from that definition.
1313

1414
## Create service catalog app
1515

articles/azure-resource-manager/managed-applications/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ You can apply an [Azure Policy](../../governance/policy/overview.md) to your man
7979
In this article, you learned about benefits of using managed applications. Go to the next article to create a managed application definition.
8080

8181
> [!div class="nextstepaction"]
82-
> [Quickstart: Publish an Azure managed application definition](publish-managed-app-definition-quickstart.md)
82+
> [Quickstart: Publish an Azure managed application definition](publish-service-catalog-app.md)

articles/azure-resource-manager/managed-applications/publish-managed-app-definition-quickstart.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)