Skip to content

Files

Latest commit

52a18cb · Mar 15, 2022

History

History
73 lines (44 loc) · 4.32 KB

azure-vm-offer-setup.md

File metadata and controls

73 lines (44 loc) · 4.32 KB
title description ms.service ms.subservice ms.topic author ms.author ms.date
Create a virtual machine offer on Azure Marketplace.
Create a virtual machine offer on Azure Marketplace.
marketplace
partnercenter-marketplace-publisher
how-to
iqshahmicrosoft
iqshah
03/28/2022

Create a virtual machine offer on Azure Marketplace

This article describes how to create an Azure virtual machine offer for Azure Marketplace. It addresses both Windows-based and Linux-based virtual machines that contain an operating system, a virtual hard disk (VHD), and up to 16 data disks.

Before you start, create a commercial marketplace account in Partner Center. Ensure that your account is enrolled in the commercial marketplace program.

Before you begin

If you haven't done so yet, review Plan a virtual machine offer. It will explain the technical requirements for your virtual machine and list the information and assets you’ll need when you create your offer.

Create a new offer

  1. Sign in to Partner Center.

  2. On the Home page, select the Marketplace offers tile.

    Illustrates the Marketplace offers tile on the Partner Center Home page.

  3. On the Marketplace offers page, select + New offer > Azure Virtual Machine.

    Screenshot showing the left pane menu options and the "New offer" button.

    [!NOTE] After an offer is published, any edits you make to it in Partner Center appear on Azure Marketplace only after you republish the offer. Be sure to always republish an offer after making changes to it.

  4. Enter an Offer ID. This is a unique identifier for each offer in your account.

    • This ID is visible to customers in the web address for the Azure Marketplace offer and in Azure PowerShell and the Azure CLI, if applicable.
    • Use only lowercase letters and numbers. The ID can include hyphens and underscores, but no spaces, and is limited to 50 characters. For example, if you enter test-offer-1, the offer web address will be https://azuremarketplace.microsoft.com/marketplace/../test-offer-1.
    • The Offer ID can't be changed after you select Create.
  5. Enter an Offer alias. The offer alias is the name that's used for the offer in Partner Center.

    • This name is not used on Azure Marketplace. It is different from the offer name and other values that are shown to customers.
  6. Associate the new offer with a publisher. A publisher represents an account for your organization. You may have a need to create the offer under a particular publisher. If you don’t, you can simply accept the publisher account you’re signed in to.

    [!NOTE] The selected publisher must be enrolled in the Commercial Marketplace program and cannot be modified after the offer is created.

  7. Select Create to generate the offer and continue. Partner Center opens the Offer setup page.

Test drive (optional)

[!INCLUDE Test drives section]

For VM offers, Azure Resource Manager (ARM) deployment is the only test drive option available. The deployment template must contain all the Azure resources that comprise your solution.

To enable a test drive, select the Enable a test drive check box; this will enable a Test drive tab in the left-nav menu. You will configure and create the listing of your test drive using that tab later in Configure a VM test drive.

With test drive, configuring a CRM for customer leads is required (see next section). To remove test drive from your offer, clear this check box.

Customer leads

[!INCLUDE Customer leads]

Select Save draft before continuing to the next tab in the left-nav menu, Properties.

Next steps