How do I view Windows Azure Analytics

525 Views Asked by At

I've been running some background processes using the Worker role in Azure to test out Azure to see if it something I can consider for one of my projects. When I click on the Analytics tab, I get a message saying "Coming soon.". Is there any way for me to determine some metrics?

I'm mostly interested in trying to calculate a potential monthly cost for my programs.

1

There are 1 best solutions below

2
On

Sorry, the new analytics system isn't available yet. If you're trying to estimate costs, note that CPU usage is easy to count (number of role instances * number of hours they've been running * $0.12), and storage usage is even easier (GB * months * $0.15).

Bandwidth will be a hard one to estimate without analytics, sorry they're not available yet.