I'm deploying an Azure Web App using the Microsoft.Azure.Management.Websites SDK.
I can create the web app fine with WebSiteManagementClient.Sites.CreateOrUpdateSite(). However one element that I can't seem to configure is the Diagnostics logging.
In the new Azure Portal, I can open "Diagnostics logs" and define both the "Application Logging" and "Web server logging" to use Blob storage.
I'm unable to see any options in the SDK libraries for configuring this - anyone have any ideas? I'm open to using ARM Templates if need be.
Thanks in advance
Solved : The method WebSiteManagementClient.Sites.UpdateSiteLogsConfig() is where the diagnostics get defined