简体   繁体   中英

Access Azure DevOps repo connectivity on Azure VM without Internet

We have code repositories on Azure Devops example url: https://dev.azure.com/myorg/myproject

We also have Azure VM created. Our Azure VM is windows 10. When we create a new VM on azure, Inte.net is enabled by default.

The VM will be shared with development team member. To secure code, developer should NOT be able to use personal email boxes and any other drives like dropbox, onedrive etc. So what i feel i need is we need is Inte.net disabled but only access to Azure DevOps repo. Is this possible? How to achieve this?

You can use Network Security Group resource in Azure. Set rules to allow traffic only to specified services (in your example Azure DevOps) and deny rest of the connections.

https://learn.microsoft.com/pl-pl/azure/virtual.network/security-overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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