I am configuring Diagnostics & IIS Logs for Azure Websites. Azure Manage Portal shows options to store Application Diagnostics to Azure Table Storage:
And pops up a dialog on clicking 'manage table storage' to provide Azure Table details:
Site Diagnostics to Blob Storage:
I am searching for Azure Cmdlet to enable these using PowerShell at deployment time.
Here is the Cmdlet i could find but it doesnt have any option to provide table details:
Enable-AzureWebsiteApplicationDiagnostic
C:\PS>Enable-AzureWebsiteApplicationDiagnostic -Name MyWebsite -Storage -LogLevel Information -StorageAccountName myaccount
Is there any otherway to do this?