0
votes

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, Internet 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 Internet disabled but only access to Azure DevOps repo. Is this possible? How to achieve this?

1

1 Answers

0
votes

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://docs.microsoft.com/pl-pl/azure/virtual-network/security-overview