简体   繁体   English

使用CircleCI部署到Azure VM

[英]Deployment to Azure VM using CircleCI

I am new to CircleCI and trying to figuring out options to deploy code on Azure VM's. 我是CircleCI的新手,正在尝试找出在Azure VM上部署代码的选项。

I am good with build part. 我擅长构建部分。 but not able to deploy code on Azure VM's. 但无法在Azure VM上部署代码。 As my VM's are behind the firewall. 由于我的VM位于防火墙后面。 and i realized that CircleCI IP address changes contentiously, there is no static IP which i can allow in firewall. 我意识到CircleCI IP地址发生了争执,防火墙中没有静态IP。 I am bound to play in firewall zone and cannot allow all traffic to my servers. 我必须在防火墙区域中游戏,并且不能允许所有流量进入我的服务器。

Please let me know the way to work with this scenario. 请让我知道在这种情况下的工作方式。 Thanks 谢谢

In this scenario you likely want to upload your application somewhere you trust, then have Azure pull it from there. 在这种情况下,您可能希望将应用程序上载到您信任的位置,然后让Azure从那里将其拉出。 This can be S3, GitHub Releases, another server, Docker Hub, etc. I don't know what kind of application you're running. 这可以是S3,GitHub版本,另一台服务器,Docker Hub等。我不知道您正在运行哪种类型的应用程序。

Another option is to VPN in if you're allowed to do that. 如果允许的话,另一个选择是使用VPN。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM