Forum Discussion
jroberts1010
Jan 10, 2020Copper Contributor
Azure Cost Management API
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
Sort By
- hspinto
Microsoft
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).
- jroberts1010Copper Contributor
hspinto y si yo quisiera llamar a este endpoint desde un controller hacia un servicio realizado en c#?? es esto posible??
- hspinto
Microsoft
Claro que si, jroberts1010. Azure SDK para .NET (Billing + Consumption)