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
+34-36Lines changed: 34 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Create an Azure application offer in Microsoft commercial marketplace
3
-
description: How to create a new Azure Apps offer for listing or selling in the Azure Marketplace, AppSource, or through the Cloud Solution Provider (CSP) program using the Commercial Marketplace portal on Microsoft Partner Center.
3
+
description: This article explains steps and considerations for creating a new Azure application offer in the commercial marketplace portal in Partner Center. You can list or sell your Azure application offer in Azure Marketplace or through the Cloud Solution Provider (CSP) program.
4
4
author: qianw211
5
5
ms.author: dsindona
6
6
ms.service: marketplace
@@ -11,42 +11,13 @@ ms.date: 05/03/2020
11
11
12
12
# Create an Azure application offer
13
13
14
-
The steps for publishing an Azure application offer in commercial marketplace are outlined here.
14
+
This article explains basic concepts about Azure application offers, including configuration and publication options for you Azure application offer in the commercial marketplace. You should be familiar with these concepts before you create a new Azure application offer.
15
15
16
-
## Azure application offer type
16
+
Before you can publish a new Azure application offer, [create a commercial marketplace account in Partner Center](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-account) and make sure your account is enrolled in the commercial marketplace program.
17
17
18
-
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. Before starting, [Create a Commercial Marketplace account in Partner Center](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-account) if you haven't done so yet. Ensure your account is enrolled in the commercial marketplace program.
18
+
## Before you begin
19
19
20
-
### Publishing overview
21
-
22
-
The video [Building Solution Templates, and Managed Applications for the Azure Marketplace](https://channel9.msdn.com/Events/Build/2018/BRK3603) is an introduction to the Azure application offer type:
23
-
24
-
* What offer types are available;
25
-
* What technical assets are required;
26
-
* How to author an Azure Resource Manager template;
27
-
* Developing and testing the app UI;
28
-
* How to publish the app offer;
29
-
* The application review process.
30
-
31
-
### Types of Azure application plans
32
-
33
-
There are two kinds of Azure application plans: solution templates and managed applications.
34
-
35
-
***Solution template** is one of the main ways to publish a solution in the Marketplace. Use this plan type when your solution requires additional deployment and configuration automation beyond a single virtual machine (VM). With a solution template, you can automate providing of more than one resource, including VMs, networking, and storage resources to provide complex IaaS solutions. For more information about building solution templates, see [Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview).
36
-
37
-
***Managed application** is similar to solution templates, with one key difference. In a managed application, the resources are deployed to a resource group that's managed by the publisher of the app. The resource group is present in the consumer's subscription, but an identity in the publisher's tenant has access to the resource group. As the publisher, you specify the cost for ongoing support of the solution. Use Managed applications to easily build and deliver fully managed, turnkey applications to your customers. For more information about the advantages and types of managed applications, see the [Azure managed applications overview](https://docs.microsoft.com/azure/managed-applications/overview).
38
-
39
-
All Azure applications include at least two files in the root folder of a `.zip` archive:
40
-
41
-
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This template 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.
42
-
43
-
* 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.
44
-
45
-
All new Azure application offers must include an [Azure partner customer usage attribution GUID](https://docs.microsoft.com/azure/marketplace/azure-partner-customer-usage-attribution).
46
-
47
-
### Before you begin
48
-
49
-
Review the following Azure application documentation, which provides Quickstarts, Tutorials, and Samples.
20
+
Review the following Azure application documentation to help guide your design:
The video [Building Solution Templates, and Managed Applications for the Azure Marketplace](https://channel9.msdn.com/Events/Build/2018/BRK3603) gives a comprehensive introduction to the Azure application offer type:
42
+
43
+
* What offer types are available;
44
+
* What technical assets are required;
45
+
* How to author an Azure Resource Manager template;
46
+
* Developing and testing the app UI;
47
+
* How to publish the app offer;
48
+
* The application review process.
49
+
70
50
### Fundamentals in technical knowledge
71
51
72
52
Designing, building, and testing these assets take time and requires technical knowledge of both the Azure platform and the technologies used to build the offer.
@@ -96,11 +76,29 @@ We recommend adding the following tools to your development environment:
96
76
97
77
You can review the available tools in the [Azure Developer Tools](https://azure.microsoft.com/tools/) page. Also if you are using Visual Studio, the [Visual Studio Marketplace](https://marketplace.visualstudio.com/).
98
78
79
+
## Types of Azure application plans
80
+
81
+
There are two kinds of Azure application plans: solution templates and managed applications.
82
+
83
+
***Solution template** is one of the main ways to publish a solution in the Marketplace. Use this plan type when your solution requires additional deployment and configuration automation beyond a single virtual machine (VM). With a solution template, you can automate providing of more than one resource, including VMs, networking, and storage resources to provide complex IaaS solutions. For more information about building solution templates, see [Azure Resource Manager](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview).
84
+
85
+
***Managed application** is similar to solution templates, with one key difference. In a managed application, the resources are deployed to a resource group that's managed by the publisher of the app. The resource group is present in the consumer's subscription, but an identity in the publisher's tenant has access to the resource group. As the publisher, you specify the cost for ongoing support of the solution. Use Managed applications to easily build and deliver fully managed, turnkey applications to your customers. For more information about the advantages and types of managed applications, see the [Azure managed applications overview](https://docs.microsoft.com/azure/managed-applications/overview).
86
+
87
+
All Azure applications include at least two files in the root folder of a `.zip` archive:
88
+
89
+
* A Resource Manager template file named [mainTemplate.json](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview). This template 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.
90
+
91
+
* 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.
92
+
93
+
All new Azure application offers must include an [Azure partner customer usage attribution GUID](https://docs.microsoft.com/azure/marketplace/azure-partner-customer-usage-attribution).
94
+
99
95
## Create a new offer
100
96
101
97
1. Sign in to [Partner Center](https://partner.microsoft.com/dashboard/home).
102
-
2. In the left-nav menu, select **Commercial Marketplace** > **Overview**.
103
-
3. On the Overview page, select **+ New offer** > **Azure Application**.
98
+
99
+
1. In the left-nav menu, select **Commercial Marketplace** > **Overview**.
100
+
101
+
1. On the Overview page, select **+ New offer** > **Azure Application**.
104
102
105
103

0 commit comments