I am using Visual Studio 2015. In order to configure diagnostics for my worker role for Azure SDK 2.7.1 I added diagnostics.wadcfgx
file by right clicking on worker role in Azure project and selecting Add Diagnostic Configuration
.
The newly created file contains some initial configuration, including
<PrivateConfig>
<StorageAccount name="" key="" endpoint="" />
</PrivateConfig>
And
<StorageAccount></StorageAccount>
Should I put any values in here or I can only specify:
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="[CONN STRING]" />
for every environment and it would be enough?