简体   繁体   English

从 Azure DevOps 发布管道成功部署后,应用服务不加载 Web 应用

[英]App Service does not load web-app after successful deployment from Azure DevOps release pipeline

I created a release pipeline in Azure DevOps.我在 Azure DevOps 中创建了一个发布管道。 Created an ARM service connection to connect with the Azure App service that I created to host my web-app.创建了一个 ARM 服务连接以连接我创建的用于托管我的 Web 应用程序的 Azure 应用程序服务。 The release was successful and it showed that the deployment finished.发布成功,说明部署完成。 But when I entered the app-service url, my web-app did not load.但是当我进入应用服务 url 时,我的网络应用没有加载。 Any reason why?有什么理由吗? Thanks!谢谢!

DevTools failed to load SourceMap: Could not load content for ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/bootstrap.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load SourceMap: Could not load content for ajax.aspnetcdn.com/ajax/bootstrap/4.1.1/bootstrap.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

From the error message, it seems that this issue is related with Browser Extension.从错误消息来看,这个问题似乎与浏览器扩展有关。

There is a known issue in Chrome recently. Chrome 最近出现了一个已知问题。

Here is a github ticket about the Chrome extension issue.这是关于 Chrome 扩展问题的 github 票证

If you are using chrome Browser, you could check if the have installed the extensions mentioned in the ticket(eg LastPass, AdBlock).如果您使用的是 chrome 浏览器,您可以检查是否安装了票证中提到的扩展程序(例如 LastPass、AdBlock)。

You could try to disable them and check if it could work.您可以尝试禁用它们并检查它是否可以工作。

Or you could also try to use other browsers(eg firefox) to visit the website: example.azurewebsites.net/default.html或者您也可以尝试使用其他浏览器(例如 firefox)访问该网站: example.azurewebsites.net/default.html

On the other hand, you could enable the following options in Chrome Browser F12 -> Settings .另一方面,您可以在Chrome Browser F12 -> Settings中启用以下选项。

在此处输入图像描述

暂无
暂无

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

相关问题 Azure DevOps 发布管道消除了应用服务部署槽 - Azure DevOps Release Pipeline wipes out App Service Deployment Slot Azure Web服务器成功部署后,Azure Web App wwwroot未更新 - Azure Web App wwwroot not updated after successful Azure devops deployment 作为 Azure DevOps 发布管道的一部分,从应用服务中删除文件 - Delete files from app service as part of Azure DevOps release pipeline 更新 web.config,为 Azure 应用服务的 Azure DevOps 发布管道中的特定环境添加重写规则 - Update web.config to add rewrite rules for specific environments in Azure DevOps release pipeline for an Azure App Service Azure Devops发布管道-未更新Azure App Service文件 - Azure Devops Release Pipeline - Azure App Service files not updated Azure Devops Release Pipeline - 将单个文件部署到Azure App Service - Azure Devops Release Pipeline - Deploy single file to Azure App Service Azure devops-Release Pipeline没有针对运行时堆栈的PHP 7.2的选项,但Azure App服务支持 - Azure devops - Release Pipeline has no option for PHP 7.2 for Runtime Stack, but the Azure App service does 等待新部署的应用服务在 Azure Devops 发布管道中重新启动 - Waiting for a freshly deployed app service to be restarted in Azure Devops Release pipeline Azure Devops 发布管道无法将 Web 包部署到应用服务。 禁止IP 403 - Azure Devops release pipeline Failed to deploy web package to App Service. Ip Forbidden 403 Azure web 使用 vscode 部署应用程序比 devops 管道更快 - Azure web app deployment using vscode is faster than devops pipeline
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM