Skip to content

Commit 784156f

Browse files
author
Qian Wen
committed
blocking issues before merging
1 parent 3a5e2c9 commit 784156f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 11/21/2019
1212

1313
# Create an Azure application offer
1414

15+
The steps for publishing an Azure application offer in commercial marketplace are outlined here.
16+
1517
## Azure application offer type
1618

1719
This topic outlines fundamentals about Azure application offers. You should be familiar with these concepts before starting the process of publishing a new Azure application offer in the Marketplace.
@@ -37,7 +39,7 @@ There are two kinds of Azure application plans, managed applications and solutio
3739

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

40-
* An ARM 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 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.
4143

4244
* 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.
4345

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

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

400-
* An ARM template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This is the template that 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 is the template that 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.
401403

402404
* 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).
403405

0 commit comments

Comments
 (0)