Azure Cost Management API

Copper Contributor

Alguien sabe como realizar la autenticacion en Azure Cost Management API para obtener acceso a los endpoints que se muestran en esta pagina??

https://docs.microsoft.com/en-us/azure/cost-management/get-started-partners

3 Replies

@jroberts1010, lo mas facil es utilizar ARMClient (https://github.com/projectkudu/ARMClient). Pero, muchos endpoints estan también cobiertos por Powershell o Az CLI (billing + consumption).

@hspinto  y si yo quisiera llamar a este endpoint desde un controller hacia un servicio realizado en c#?? es esto posible??

Claro que si, @jroberts1010. Azure SDK para .NET (Billing + Consumption)