Hi,
I have trouble monitoring and reading diagnostics for my 6 different worker roles.
- I "Enabled Diagnostics" and specified the right "storage account credentials"
- I use Owin for the hosting of my worker roles and specify:
config.EnableSystemDiagnosticsTracing();
- In the Azure Cloud Platform, under "Configure", and then "monitoring", i got this:
Level ->This setting is not currently available.
Retention (Days)->This setting is not currently available.
- In "monitor", when i try to add metrics i get an error:
"An error occur while retrieving cloud service metrics. Please try again in a few moments.
Any ideas? Thanks!
Ambroise