将对 azure dev-ops 存储库的访问限制为特定 IP 地址
我想将 azure 存储库限制为某些 IP 地址,而其他存储库将向不同的 IP 地址开放。为此,我尝试:
1 – 在 azure dev ops 中找到一个设置来限制对 IP 地址的存储库的访问 – 我找不到这样的设置。
2 – 要在 azure dev ops 中创建一个新组织,将存储库转移到该新组织,并在 azure dev ops 中找到一个设置来限制对组织的 IP 地址的访问 – 我找不到这样的设置。
3 – 使用 azure ad 条件访问来限制对 azure dev-ops 的访问 – 可以对整个 azure dev-ops 应用程序执行此操作,但不能对特定的源\存储库执行此操作。
4 – 在我们的订阅中创建另一个 azure dev-ops 应用程序 – 我找不到如何做到这一点。
知道我需要做什么吗?
I want to limit an azure repository to some IP addresses, while other repositories will be open to different IP addresses. To do so, I tried:
1 – to find a setting in azure dev ops to limit access to a repo to IP addresses – I could not find such a setting.
2 – to create a new organization in azure dev ops, transfer the repo to that new organization, and find a setting in azure dev ops to limit access to an organization to IP addresses – I could not find such a setting.
3 – to use azure ad conditional access to limit access to azure dev-ops – it can be done to the entire azure dev-ops application, but not to a specific origination \ repo.
4 – to create another azure dev-ops application in our subscription – I could not find how to do it.
Any idea what I need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们知道 Azure devops 服务是一项云服务,因此我们可以使用 Azure devops 设置直接将其限制为您的 IP 地址范围。
要解决此请求,您可以创建 Azure DevOps 服务器并在服务器计算机上设置防火墙,以便只有某些指定的 IP 地址可以访问 Azure DevOps 服务器。
此外,如果您不想设置Azure DevOps Server,您也可以尝试使用Azure AD的条件访问以防止从某些地理位置和地址范围登录。
您可以查看本指南 了解 Active Directory 和各种 Azure 服务 和 这篇文章了解更多详细信息。
As we know the Azure devops services is a cloud service, so we could directly restrict it to your IP address range with Azure devops settings.
To resolve this request, you could create your Azure DevOps Server and set up a firewall on the server machine, so that only some specified IP address can access the Azure devops server.
Besides, if you do not want to set your Azure DevOps Server, you could also try to use Azure AD's conditional access to prevent logins from certain geographies and address ranges.
You could check this guide Learn about Active Directory and Various Azure Services and this post for some more details.