Skip to content

Commit ffa4eed

Browse files
author
Dana Sindona
committed
holding edits
1 parent 38f8250 commit ffa4eed

File tree

1 file changed

+34
-36
lines changed

1 file changed

+34
-36
lines changed

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

Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: qianw211
55
ms.author: dsindona
66
ms.service: marketplace
@@ -11,42 +11,13 @@ ms.date: 05/03/2020
1111

1212
# Create an Azure application offer
1313

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.
1515

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.
1717

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
1919

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:
5021

5122
* [Understand Azure Resource Manager Templates](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-authoring-templates)
5223
* Quickstarts:
@@ -67,6 +38,15 @@ Review the following Azure application documentation, which provides Quickstarts
6738
* [Azure PowerShell](https://docs.microsoft.com/azure/managed-applications/powershell-samples)
6839
* [Managed application solutions](https://docs.microsoft.com/azure/managed-applications/sample-projects)
6940

41+
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+
7050
### Fundamentals in technical knowledge
7151

7252
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:
9676

9777
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/).
9878

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+
9995
## Create a new offer
10096

10197
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**.
104102

105103
![Illustrates the left-navigation menu.](./media/new-offer-azure-app.png)
106104

0 commit comments

Comments
 (0)