I have deployed a Speech resource (cognitive services) on Azure using the F0 plan (free tier). The free tier gives up to 5 hours per month. How can I check the current usage, letting me know how many minutes/hours have been spent already this month?
2 Answers
1
votes
Looks like you can see your free usage via the subscriptions page by following the instructions here: https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/check-free-service-usage
0
votes
I guess the only solution is to check on Cost Analysis on Azure Portal, then filter on your resource:
https://portal.azure.com/#blade/Microsoft_Azure_CostManagement/Menu/costanalysis
But you will not get the item by minutes, but by price, then you can convert given the cost / minute. There might also be a delay between your real consumption and the impact on cost analysis.
