While deploying the cloud service using azure sdk 2.5 from Visual studio 2013 edition, it deployed successfully. But it did not create the wad-control-container
blob container under diagnostics storage account.
Previous version Azure SDK 2.2 created wad-control-container
but not with the latest sdk.
A few questions regarding this:
- I saw MSDN documentation, they told that this container is no longer used. Then how it takes the role instance id details?
- And how it will work internally? Previously wad-control-container is the high precedence storage then it will store these details to WadPerformanceCountersTable based on configuration.
- Now, where that configuration file located on azure storage account?
- Imperative code approach starts the DiagnsosticsMonitor agent(will store the performance counters). But declarative approach (configuration file .wadcfg) also do the same thing with out create the wad-control-container table.
Please clarify my doubts.