With Azure SDK 2.5 the configuration of diagnostics changed. I am now configuring diagnostics with powershell command Set-AzureServiceDiagnosticsExtension.
I am normally wary about changing thins in my azure deployment via powershell because I am always unsure where the things are persisted.
Here's my question: When I use Set-AzureServiceDiagnosticsExtension, will it survive: * Reimaging of the webrole * Refresh/upload of a new version * Creation of a new instance?
Where is the diagnostics configuration saved?