Reputation: 1
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
Reputation: 31454
It seems the CloudAMQP you use is a computer:
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