I am trying to develop an API for azure billing for CSP in azure functions using .net core 3 any guidance will be appreciated.
how do I call a billing API from the azure function?
I am trying to develop an API for azure billing for CSP in azure functions using .net core 3 any guidance will be appreciated.
how do I call a billing API from the azure function?
install with powershell:
Install-Package Microsoft.Azure.Management.Billing
code example:
Just follow below steps:
https://learn.microsoft.com/en-us/dotnet/api/overview/azure/billing
Above code is based on C#, you need to create a AAD app register first.