How to monetize your SaaS solutions on Microsoft AppSource and Azure Marketplace | Azure Friday
Learn how you can publish your SaaS solution and start generating revenue by making it available to potential buyers on Microsoft AppSource and Azure Marketplace. Ercenk Keresteci joins Scott Hanselman to cover the technical details of integrating a solution with Microsoft's commercial marketplace, including how to use scripts for provisioning and de-provisioning a customer.
5:00 – Demo
Azure Marketplace and AppSource publishing guide
Create a new SaaS offer
SaaS fulfillment APIs, version 2
A sample for Azure Marketplace SaaS integration (GitHub)
Create a free account (Azure)
#microsoft #microsoftazure
We are struggling with publishing SaaS on AppSource. The solution we published is only payable from the United States and support is saying it’s a feature. We want the product to be payable from all regions. Is there someone we can contact?
how should i do if i need to add a SaaS product and test it.
how do you handle data/database? will clients need to set up their own database or something?
There is no database or database interaction from the marketplace API usage perspective. On the other hand, if someone wants to maintain their own data store for storing subscription details, operations, or operation results, that is their implementation detail. So they can use anything that works for their own scenario.