Closed
Description
I'm trying to use the Azure powershell Save-AzureWebsiteLog command to get the logs for an azure site. Get the message below
Save-AzureWebsiteLog -Name <*******> -Output .\logs.zip
Save-AzureWebsiteLog : The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding
element.
At line:1 char:1
- Save-AzureWebsiteLog -Name <name removed> -Output .\logs.zip
-
- CategoryInfo : CloseError: (:) [Save-AzureWebsiteLog], CommunicationException - FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.SaveAzureWebsiteLogCommand
Is this a known problem, and is there any resolution?