Azure Cloud Services and Git continuous deployment?

后端 未结 2 1945
盖世英雄少女心
盖世英雄少女心 2021-02-14 02:24

Is there a way by which I can use Git not only as a code repository but also for a build and continuous deployment to Azure (Cloud service, NOT web site)? I suspect not given th

2条回答
  •  醉梦人生
    2021-02-14 02:30

    There is support in the new management portal for directly publishing "Web Sites" from Git, but not for Cloud Services as you have already noticed. However, there is support for doing that with TFS. There is currently a free TFS hosted preview available, and I have a blog post that walks through configuring Continuous Integration with Azure Web Sites and TFS Preview. The process is nearly identical for a Cloud Service.

提交回复
热议问题