List Product
List your SaaS products in Azure Marketplace, fully managed by Suger on your behalf.
Overview
You can list your SaaS products via Microsoft Partner Center, so your clients can search & buy your services in Azure Marketplace.
List Product as Offer
In Microsoft Partner Center, all products are listed as Offer. Don't get confused, the Offer in Azure is equal to the Product in AWS, GCP & Suger platform.
-
Follow the offical guidance to list your SaaS Offer.
-
In the
Technical Configuration
section, enter the input fields with the values as show in below table.Input Field Value Landing page URL https://api.suger.cloud/public/signup/azure/orgId/{your-suger-org-id}
Connection webhook https://api.suger.cloud/public/azure/fulfillment/webhook/orgId/{your-suger-org-id}
Azure Active Directory tenant ID The ID of the Azure AD Tenant
associated with yourMicrosoft Partner Center
. Here for more details.Azure Active Directory application ID The ID of the Azure AD Application
created & added to yourMicrosoft Partner Center
. Here for more details.
Create Plans
You can create one or more plans for the product offer created in the previous step. Each plan can select one of two pricing models: either Flat Rate or Per User. All plans in the same offer must be associated with the same pricing model. For example, an offer cannot have one plan that's flat rate and another plan that’s per user.
Set Product Signup URL
Suger will automatically sync with Azure Partner Center
and pull all your listed products info. You can see all your listings on Suger Console Product page. Select the product listed in the previous steps, and click the buttion EDIT
in Product Info
section. Fill your product Signup URL in the input field of Fulfillment URL, and click SAVE
.
Signup URL Redirect
- After purchasing the product, your buyer is directed to
https://api.suger.cloud/public/signup/azure/orgId/your-suger-org-id
first, - Then it is redirected to your product Signup URL with two query parameters
sugerEntitlementId
&partner
, for example,https://your-product-signup-url?sugerEntitlementId=1234abcd&partner=azure
. - Your service need to collect this
sugerEntitlementId
and save it with the account created by the buyer. - More details can be found here.