gpt4 book ai didi

azure - Powershell Azure Save-AzureWebsiteLog 引发 MaxReceivedMessageSize 错误

转载 作者:行者123 更新时间:2023-12-02 04:33:43 26 4
gpt4 key购买 nike

我正在尝试使用 powershell 下载特定网站的网站日志:

Save-AzureWebsiteLog -Name website1 -output file.zip

它抛出一个关于最大消息大小配额的错误,我已经搜索了答案,但我所能找到的只是在服务器 web.config 上设置它 - 这不是客户端的设置,因为它是提出请求以获取响应?

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 website1 -output file.zip
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Save-AzureWebsiteLog], CommunicationException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.SaveAzureWebsiteLogCommand

我想问是否有人知道如何将此 MaxRecievedMessageSize 设置为高于 65536,以便我可以下载我的 IIS 日志。

最佳答案

  1. 您可以在此处为此提出问题:https://github.com/Azure/azure-powershell

  2. 同时,您可以访问您的 scm 站点,并通过浏览以下网址下载 IIS 日志:https://{siteName}.scm.azurewebsites.net(提供您的部署凭据),然后单击顶部的诊断转储链接。

    有关此 scm 站点的更多信息,请访问:http://blogs.msdn.com/b/windowsazure/archive/2014/03/04/windows-azure-websites-online-tools-you-should-know-about.aspx

关于azure - Powershell Azure Save-AzureWebsiteLog 引发 MaxReceivedMessageSize 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22466065/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com