Azure Logic Apps connectors for Azure Billing and reservations

135 Views Asked by At

I tried to search in the standard connectors if there was something related to the Billing and Reservations APIs but nothing is there. Do I need to create a customer connector?

1

There are 1 best solutions below

1
On

Look through all of the logic app connectors, it seems not exist a connector to help you implement Billing and Reservations apis. So we can't do it by off-the-shelf connector in logic app.

Of course you can create a customer connector as you mentioned, but if you just want to request the api in logic app, you can do it by "HTTP" action easily.