Skip to content

Commit 4243c6c

Browse files
authored
Update create-new-azure-apps-offer.md
changed other instances of ARM to Resource Manager
1 parent 38a5a3f commit 4243c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/marketplace/partner-center-portal/create-new-azure-apps-offer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are two kinds of Azure application plans, managed applications and solutio
3939

4040
All Azure applications include at least two files in the root folder of a `.zip` archive:
4141

42-
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This is the template that defines the resources to deploy into the customer's Azure subscription. For examples of ARM templates, see the [Azure Quickstart Templates gallery](https://azure.microsoft.com/resources/templates/) or the corresponding [GitHub: Azure Resource Manager Quickstart Templates](https://github.com/azure/azure-quickstart-templates) repo.
42+
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This is the template that defines the resources to deploy into the customer's Azure subscription. For examples of Resource Manager templates, see the [Azure Quickstart Templates gallery](https://azure.microsoft.com/resources/templates/) or the corresponding [GitHub: Azure Resource Manager Quickstart Templates](https://github.com/azure/azure-quickstart-templates) repo.
4343

4444
* A user interface definition for the Azure application creation experience named [createUiDefinition.json](https://docs.microsoft.com/azure/managed-applications/create-uidefinition-overview). In the user interface, you specify elements that enable consumers to provide parameter values.
4545

@@ -399,7 +399,7 @@ The **Package details** subtab enables you to edit the draft version of your tec
399399

400400
All Azure application plan packages must include these two files in the root folder of a `.zip` archive:
401401

402-
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This template automates the deployment of resources into the customers Azure subscription. For examples of ARM templates, see the [Azure Quickstart Templates gallery](https://azure.microsoft.com/documentation/templates/) or the corresponding [GitHub: Azure Resource Manager Quickstart Templates](https://github.com/azure/azure-quickstart-templates) repo.
402+
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This template automates the deployment of resources into the customers Azure subscription. For examples of Resource Manager templates, see the [Azure Quickstart Templates gallery](https://azure.microsoft.com/documentation/templates/) or the corresponding [GitHub: Azure Resource Manager Quickstart Templates](https://github.com/azure/azure-quickstart-templates) repo.
403403

404404
* A user interface definition for the Azure application creation experience named [createUiDefinition.json](https://docs.microsoft.com/azure/azure-resource-manager/managed-application-createuidefinition-overview).
405405

0 commit comments

Comments
 (0)