Forum Discussion
Ryan Means
Nov 17, 2018Copper Contributor
No Usage Data
I've been using Azure Log Analytics in Azure Government for a couple weeks now, and while most of the solutions work great, I am seeing no usage data at all. The usage and estimated costs blade shows ...
Dale Koetke
Microsoft
Nov 19, 2018Hi Ryan,
This is a known issue in Azure Government only (not other regions). This fix for this is in progress but it will be 1-2 months to get it fully deployed.
Thank you
Dale Koetke
- Ryan MeansNov 19, 2018Copper Contributor
Dale,
Thanks for the quick response on this. Is there any other way for me to know what my usage is? I don't want my next bill to be a surprise, and there must be some way for Microsoft to know how much data I'm using if they are planning to bill me for it. ;)
Ryan
- Dale KoetkeNov 19, 2018
Microsoft
Hi Ryan,
You can see count of events ingested, use
union withsource = tt * | summarize count()
And I’ve found that typical events are a bit less than 1k in size so at least you can do a rough estimate of you ingested data volume and hence your cost.
Thanks
Dale