简体   繁体   English

在哪里获取 azure 应用程序服务 VS 代码扩展的部署日志

[英]where to get deployment logs of azure app service VS-Code extension

i have a react site that am trying to deploy to azure app service (free tiers windows) plan.我有一个正在尝试部署到 azure 应用程序服务(免费层窗口)计划的 React 站点。 i am using VS-Code's Azure App service extention.我正在使用 VS-Code 的 Azure 应用程序服务扩展。

when i right click deploy to web app i get the error当我右键单击部署到 web 应用程序时,出现错误

11:44:47 AM amn-react-app: Starting deployment...
11:44:47 AM amn-react-app: Creating zip package...
11:53:39 AM amn-react-app: Zip package size: 298 MB
11:53:40 AM: Error: An error has occurred.

where to see the deployment logs to check what happened?在哪里可以查看部署日志以检查发生了什么?

update following the update below i was able to see logs but they still not telling details.在下面的更新之后更新我能够看到日志,但他们仍然没有告诉细节。 在此处输入图像描述

I use vscode create a sample react project to test.我使用 vscode 创建一个示例反应项目来测试。

And I found, we can check delpoyment logs on portal.我发现,我们可以在门户网站上查看 delpoyment 日志。

Method 1方法一

在此处输入图像描述

Method 2方法二

I also try to use rest api to get deployments info, but failed because I don't find deployment id.我还尝试使用 rest api 来获取部署信息,但失败了,因为我找不到部署 ID。 If you are interested, you can also try.如果你有兴趣,你也可以试试。

Web Apps - Get Deployment Web 应用程序 - 获取部署

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 样式化的组件扩展不适用于 Vs 代码的新更新 - styled components extension is not Working in new update of Vs-code .vs-code server/bin 和 tabnine 扩展试图推送到 GitHub,失败 - .vs-code server/bin and tabnine extension trying to push to GitHub, failing Create-react-app 从终端启动,但不是 vs-code - Create-react-app fires up from terminal but not vs-code 如何在 VS-Code 中关闭或关闭调试模式 - How to turn off or close debugging mode in VS-Code 在Azure上部署MeteorJS和React应用 - Deployment of MeteorJS and React app on Azure 使用 Flow.js 做出反应的自定义按钮组件在 vs-code 中的自动完成 - Auto-Complete in vs-code for custom button component in react using Flow.js VS-code 在包含连字符的 class 名称之间添加空格 - VS-code adding spaces between class name which contains hyphens 如何使用 Visual Studio Code 中的 Azure App Service 插件将 React 部署到 Azure Web App? - How to deploy React to Azure Web App using the Azure App Service plugin in Visual Studio Code? 无法对azure App服务进行身份验证并在spfx react中获取数据的解决方法 - Unable to authenticate azure App service and get the data in spfx react solution Azure应用服务身份验证-尝试获取/.auth/me时为302 - Azure App Service Authentication - 302 when trying to GET /.auth/me
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM