You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/create-new-azure-apps-offer.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ ms.date: 11/21/2019
12
12
13
13
# Create an Azure application offer
14
14
15
+
The steps for publishing an Azure application offer in commercial marketplace are outlined here.
16
+
15
17
## Azure application offer type
16
18
17
19
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
37
39
38
40
All Azure applications include at least two files in the root folder of a `.zip` archive:
39
41
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.
41
43
42
44
* 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.
43
45
@@ -397,7 +399,7 @@ The **Package details** subtab enables you to edit the draft version of your tec
397
399
398
400
All Azure application plan packages must include these two files in the root folder of a `.zip` archive:
399
401
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.
401
403
402
404
* 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).
0 commit comments