本文介绍了使用DevOps在Azure VM上部署Asp.net Web API发布的项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Azure上有Windows VM.我想在上部署ASP.net Web API发布文件夹.使用DevOps的VM的IIS.我已经创建了DevOps Org和Project,并将我的发布文件夹推送到Azure Git存储库中.我不想推送我的asp.net Web API代码项目.

I have windows VM on Azure. I want to deploy ASP.net Web API publish folder on  IIS of VM using DevOps. I already created DevOps Org and Project and push my publish folder in Azure Git repository. I don't want to push my asp.net web API code project. 

我们如何使用DevOps CI/CD管道并在VM上释放资源来完成此任务?

How we can do this task using DevOps CI/CD pipline and relase on VM ?

谢谢

Gunjan

 

推荐答案

请遵循以下链接,其中详细介绍了如何使用Azure DevOps将ASP.NET应用程序部署到Windows上运行的IIS Web服务器.

Please follow this link which has detailed steps on how to deploy a ASP.NET app to an IIS web server running on Windows using Azure DevOps.

如果您需要进一步的帮助,请联系我们.

Please reach out in case you need any further assistance.


这篇关于使用DevOps在Azure VM上部署Asp.net Web API发布的项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 09:17