问题描述
我在Github有一个php网站。我想将该站点部署到Azure Web应用程序临时插槽。我从github下载了项目作为zip,然后使用"Invoke-Restmethod"将
部署推送到临时Web应用程序中。 API通过powershell。之后我去了Kudu控制台以检查部署并可以在那里看到部署的文件。但是我无法在网页上看到任何内容。任何人都可以
请帮助我解决问题。或者,如果还有一些我需要遵循的步骤。
Ps:这是我已经配置的基于docker的应用服务,我不应该为此使用DevOps项目。
请在此处找到我为此活动提及的文件" https://docs.microsoft.com/en-us/azure/app-service/deploy-zip"
谢谢,
Parth
I have a php site in Github. I want to deploy that site to An Azure web app staging slot. I downloaded the project as a zip from github and then pushed the deployment into the staging web app using "Invoke-Restmethod" API via powershell. After that I went to Kudu console in order to check the deployment and could see the deployed files there. But I'm unable to see anything on the webpage. Can anyone please help me with what went wrong. Or if there's some more steps that I need to follow.
Ps: It's a docker based app service that I have provisioned and I'm not supposed to use DevOps project for this.
Please find the document I referred for this activity here "https://docs.microsoft.com/en-us/azure/app-service/deploy-zip"
Thanks,
Parth
这篇关于Zip部署php站点到Azure Web App Staging插槽不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!