kudu给出禁止错误-403尝试访问已部署的功能

发布于 2025-02-12 08:33:52 字数 629 浏览 1 评论 0原文

在试图在Kudu访问它时,我面临与禁止错误有关的问题。尝试通过浏览器访问时,我面临着同样的错误。 另外,我尝试将该函数作为ZIP软件包发布,我遇到了错误

Publish has encountered an error. The Publish URL https://adxiprocfuncria01euwprd.scm.azurewebsites.net/ is unreachable. The application may be stopped, restarting or unavailable. Try again once the publish target is available."

,试图将我的客户端IP添加到允许的列表中,但我仍然面临同一问题。

另外,当我无SCM访问时,我会获得应用程序服务,但是当我放置SCM时,我会遇到禁止错误。

我还尝试下载从门户网站下载发布的个人资料,并且发布URL似乎是相同的。

I am facing issue related to the forbidden error while trying to access it in kudu. I am facing the same error when trying to access over the browser .
Also , I tried to publish the function as zip package , I am getting error

Publish has encountered an error. The Publish URL https://adxiprocfuncria01euwprd.scm.azurewebsites.net/ is unreachable. The application may be stopped, restarting or unavailable. Try again once the publish target is available."

I tried to add my client IP in the allowed list but still I am facing the same issue .

Also , when I access without scm , I get app service is available message but whenI put scm , then I get forbidden error .
enter image description here

I also tried to download the published profile from portal and publish URL seems to be same .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

(り薆情海 2025-02-19 08:33:52

403-这可能意味着很多事情;要么您无法访问此站点,要么停止该网站,要么超出了配额。

  • 是网站的开发人员吗?如果是的,您可以检查您的WebApp是否有任何访问限制添加到访问kudu网站(在网络 - >访问限制下)。有任何尝试删除它们。如果您不是开发人员,请联系您的管理员,然后允许您的IP访问此网站。
  • 如果 app超过 ),CPU(Day)或带宽配额,该应用程序已停止,直到重置配额为止。在此期间,所有传入请求都会导致HTTP 403错误。如果超出了应用程序内存配额,则暂时停止应用程序。您可以通过升级到更高的应用服务计划来增加应用程序的配额。

403 - This can mean many things; either you don't have access to this site, the site is stopped or the quota is exceeded.

  • Are the developer of the web site? If yes Can you check whether your webapp has any access restriction added to access the kudu site ( under Networking --> Access Restrictions).If there are any try removing them. If you are not the developer, just contact your administrator and allow your ip to access this website.
  • If an app exceeds the CPU (short), CPU (Day), or bandwidth quota, the app is stopped until the quota resets. During this time, all incoming requests result in an HTTP 403 error. If the app Memory quota is exceeded, the app is stopped temporarily. You can increase quota for your app by upgrading to higher app service plan.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文