goni
goni

Reputation: 1

How can I create an Azure Marketplace SaaS App using api/azure-cli/powershell/terraform?

I'm trying to create CloudAMQP in the azure marketplace in an automated way

Is there a way to do this using an api or any cli tools?

Upvotes: -1

Views: 651

Answers (1)

Charles Xu
Charles Xu

Reputation: 31454

It seems the CloudAMQP you use is a computer:

enter image description here

So actually, you will create a virtual machine to provide you the functions. Then you can use the Azure CLI command az vm create to automatically create the CloudAMQP.

Upvotes: 0

Related Questions