how do use Azure API to determine monthly billing for each resource (ie IaaS). Need to know what type of azure cloud offerings types are being used (ie IaaS size) and what is this cost for this specific cloud offering. Also want to be able to gather inventory information such which owner has incorrect tags?
Can powershell be used for tracking Azure resources such as resource type, cost of the resource per month, tag information of the resource? I am needing better explanation than the below links.
I want to know if powershell can be scripted to do what the below links allow:
https://github.com/Azure-Samples/billing-dotnet-core-invoice-download
https://github.com/Azure-Samples/billing-dotnet-ratecard-api
https://github.com/Azure-Samples/billing-dotnet-usage-api
dsk